0byt3m1n1
Path:
/
data
/
9
/
1
/
54
/
33
/
1706522
/
meta
/
1841425
/
mysql.backup
/
[
Home
]
File: avalab_website.mysqlcluster3.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster3 Database: avalab_website -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `pageflipbook` -- DROP TABLE IF EXISTS `pageflipbook`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pageflipbook` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `adresse` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `lien` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `detachable` tinyint(1) NOT NULL DEFAULT '0', `is_double` tinyint(1) NOT NULL DEFAULT '0', `is_preloaded` tinyint(1) NOT NULL DEFAULT '0', `categorie` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `position` int(50) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pageflipbook` -- LOCK TABLES `pageflipbook` WRITE; /*!40000 ALTER TABLE `pageflipbook` DISABLE KEYS */; INSERT INTO `pageflipbook` VALUES (1,'XQVOnM7.jpg','http://',0,0,0,'',0),(2,'JebYZOT.jpg','http://',0,1,0,'',1),(3,'JOHMdaL.jpg','http://',0,1,0,'',2),(4,'hrSaiEr.jpg','http://',0,1,0,'',3),(5,'e69prPn.jpg','http://',0,1,0,'',4),(6,'b2VvsMh.jpg','http://',0,1,0,'',5),(7,'bkZaTxN.jpg','http://',0,1,0,'',6),(8,'RWnM3aP.jpg','http://',0,1,0,'',7),(9,'XIBmwEZ.jpg','http://',0,0,0,'',8); /*!40000 ALTER TABLE `pageflipbook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_ad_regions` -- DROP TABLE IF EXISTS `wp_awpcp_ad_regions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_ad_regions` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ad_id` int(10) NOT NULL, `country` varchar(64) DEFAULT '', `county` varchar(64) DEFAULT '', `state` varchar(64) DEFAULT '', `city` varchar(64) DEFAULT '', `region_id` int(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `country_index` (`country`), KEY `county_index` (`county`), KEY `state_index` (`state`), KEY `city_index` (`city`), KEY `region_id_index` (`region_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_ad_regions` -- LOCK TABLES `wp_awpcp_ad_regions` WRITE; /*!40000 ALTER TABLE `wp_awpcp_ad_regions` DISABLE KEYS */; INSERT INTO `wp_awpcp_ad_regions` VALUES (1,1,'USA','','FL','Davie',NULL),(2,3,'USA','','California','Riverside',NULL),(3,4,'USA','','California','Riverside',NULL),(4,5,'USA','','California','Riverside',NULL); /*!40000 ALTER TABLE `wp_awpcp_ad_regions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_adfees` -- DROP TABLE IF EXISTS `wp_awpcp_adfees`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_adfees` ( `adterm_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `adterm_name` varchar(100) NOT NULL DEFAULT '', `amount` float(6,2) unsigned NOT NULL DEFAULT '0.00', `recurring` tinyint(1) unsigned NOT NULL DEFAULT '0', `rec_period` int(5) unsigned NOT NULL DEFAULT '0', `rec_increment` varchar(5) NOT NULL DEFAULT '', `buys` int(10) unsigned NOT NULL DEFAULT '0', `imagesallowed` int(5) unsigned NOT NULL DEFAULT '0', `is_featured_ad_pricing` tinyint(1) DEFAULT NULL, `categories` text, `characters_allowed` int(1) NOT NULL DEFAULT '0', `credits` int(10) NOT NULL DEFAULT '0', `private` tinyint(1) unsigned NOT NULL DEFAULT '0', `title_characters` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`adterm_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_adfees` -- LOCK TABLES `wp_awpcp_adfees` WRITE; /*!40000 ALTER TABLE `wp_awpcp_adfees` DISABLE KEYS */; INSERT INTO `wp_awpcp_adfees` VALUES (1,'30 Day Listing',9.99,1,31,'D',0,6,NULL,NULL,0,0,0,0); /*!40000 ALTER TABLE `wp_awpcp_adfees` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_admeta` -- DROP TABLE IF EXISTS `wp_awpcp_admeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_admeta` ( `meta_id` bigint(10) unsigned NOT NULL AUTO_INCREMENT, `awpcp_ad_id` bigint(10) unsigned NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_admeta` -- LOCK TABLES `wp_awpcp_admeta` WRITE; /*!40000 ALTER TABLE `wp_awpcp_admeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_awpcp_admeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_adphotos` -- DROP TABLE IF EXISTS `wp_awpcp_adphotos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_adphotos` ( `key_id` int(10) NOT NULL AUTO_INCREMENT, `ad_id` int(10) unsigned NOT NULL DEFAULT '0', `image_name` varchar(100) NOT NULL DEFAULT '', `disabled` tinyint(1) NOT NULL DEFAULT '0', `is_primary` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`key_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_adphotos` -- LOCK TABLES `wp_awpcp_adphotos` WRITE; /*!40000 ALTER TABLE `wp_awpcp_adphotos` DISABLE KEYS */; INSERT INTO `wp_awpcp_adphotos` VALUES (1,3,'Harmony-640sq.jpg',0,1),(2,4,'Brown-Female.jpg',0,1),(3,5,'Rose2.jpg',0,1); /*!40000 ALTER TABLE `wp_awpcp_adphotos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_ads` -- DROP TABLE IF EXISTS `wp_awpcp_ads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_ads` ( `ad_id` int(10) NOT NULL AUTO_INCREMENT, `adterm_id` int(10) NOT NULL DEFAULT '0', `ad_fee_paid` float(7,2) NOT NULL, `ad_category_id` int(10) NOT NULL, `ad_category_parent_id` int(10) NOT NULL, `ad_title` varchar(255) NOT NULL DEFAULT '', `ad_details` text NOT NULL, `ad_contact_name` varchar(255) NOT NULL DEFAULT '', `ad_contact_phone` varchar(255) NOT NULL DEFAULT '', `ad_contact_email` varchar(255) NOT NULL DEFAULT '', `websiteurl` varchar(375) NOT NULL, `ad_city` varchar(255) NOT NULL DEFAULT '', `ad_state` varchar(255) NOT NULL DEFAULT '', `ad_country` varchar(255) NOT NULL DEFAULT '', `ad_county_village` varchar(255) NOT NULL DEFAULT '', `ad_item_price` int(25) NOT NULL, `ad_views` int(10) NOT NULL DEFAULT '0', `ad_postdate` date NOT NULL, `ad_last_updated` date NOT NULL, `ad_startdate` datetime NOT NULL, `ad_enddate` datetime NOT NULL, `disabled` tinyint(1) NOT NULL DEFAULT '0', `disabled_date` datetime DEFAULT NULL, `ad_key` varchar(255) NOT NULL DEFAULT '', `ad_transaction_id` varchar(255) NOT NULL DEFAULT '', `payment_gateway` varchar(255) NOT NULL DEFAULT '', `payment_status` varchar(255) NOT NULL DEFAULT '', `payer_email` varchar(255) NOT NULL DEFAULT '', `is_featured_ad` tinyint(1) DEFAULT NULL, `posterip` varchar(50) NOT NULL DEFAULT '', `flagged` tinyint(1) NOT NULL DEFAULT '0', `user_id` int(10) DEFAULT NULL, `renew_email_sent` tinyint(1) NOT NULL DEFAULT '0', `renewed_date` datetime DEFAULT NULL, `payment_term_type` varchar(64) NOT NULL DEFAULT 'fee', `verified` tinyint(1) NOT NULL DEFAULT '1', `verified_at` datetime DEFAULT NULL, PRIMARY KEY (`ad_id`), FULLTEXT KEY `titdes` (`ad_title`,`ad_details`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_ads` -- LOCK TABLES `wp_awpcp_ads` WRITE; /*!40000 ALTER TABLE `wp_awpcp_ads` DISABLE KEYS */; INSERT INTO `wp_awpcp_ads` VALUES (1,0,0.00,2,0,'Puppy 4 Sale','Puppy - Mixed Breed 4 Sale. Asking $50.00','Meghan','555-555-5555','meghan.amrich@gmail.com','','Davie','FL','USA','',5000,399,'2012-09-24','2012-09-24','2012-09-24 08:04:37','2022-09-22 08:04:37',0,NULL,'1348491877','','','','meghan.amrich@gmail.com',0,'64.80.19.238',0,3,0,NULL,'fee',1,NULL),(3,0,0.00,3,0,'Beautiful fluffy Calico kitten','Harmony is a beautiful 9 month old kitten, who is already spayed, vaccinated, uses the potty box & comes with a free well-kitty check up at a local vet.\r\n\r\nYou can meet Harmony at the PetCo in Riverside\r\nPetCo\r\n3384 Tyler\r\nRiverside, CA \r\n\r\nLearn more about our organization visit our website: www.MeoowzResQ.org','Tori Schatt','714-458-6647','ToriMeoowzResQ@gmail.com','http://www.MeoowzResQ.com','Riverside','California','USA','',5000,236,'2014-01-14','2014-01-14','2014-01-14 18:06:25','2024-01-12 18:06:25',0,NULL,'2b3e3f7add2b8575bd8924893f0873ea','','','','ToriMeoowzResQ@gmail.com',0,'69.198.198.54',0,12,0,NULL,'fee',1,NULL),(4,0,0.00,2,0,'AKC Standard Poodle Puppy - Brown Female','Standard Poodle Pups - black, silver, brown & café au lait. Both parents are on site. Pups come with up to date shots, microchipped, vaccination records, AKC limited registration. $1000-$1500. \r\n\r\nPups are beginning potty training. And have been with dogs (large and small) and cats. \r\n\r\nCheck the website for further information and pictures www.StandardPoodlePup.com. Feel free to call or text (714)458-6647 or e-mail thru this ad.\r\n\r\n\r\n','Tori Schatt','714-458-6647','ToriMeoowzResQ@gmail.com','http://www.StandardPoodlePup.com','Riverside','California','USA','',150000,432,'2014-01-14','2014-01-14','2014-01-14 18:48:09','2024-01-12 18:48:09',0,NULL,'ba9399eb73844f877fbad78fdcb3df4d','','','','ToriMeoowzResQ@gmail.com',0,'69.198.198.54',0,12,0,NULL,'fee',1,NULL),(5,0,0.00,3,0,'Rose - beautiful Dilute Calico young adult Cat','Rose is a beautiful young adult dilute Calico. She has medium long hair, and a great personality. Rose gets along well with dogs & other cats.\r\n\r\nRose has already been spayed, vaccinated, uses the potty box, and comes with a free well-kitty check up at a local vet - all for the low adoption fee of $50.00\r\n\r\nIf you\\\'d like to meet Rose, call her foster at (714) 458-6647 to set up a time to meet her.\r\n\r\nTo learn more about our rescue, visit our website www.MeoowzResQ.org\r\n\r\n','Tori Schatt','714-458-6647','ToriMeoowzResQ@gmail.com','http://www.MeoowzResQ.com','Riverside','California','USA','',5000,241,'2014-01-14','2014-01-14','2014-01-14 19:33:45','2024-01-12 19:33:45',0,NULL,'f585992b66eb39fffe1bc4a0c8a368bf','','','','ToriMeoowzResQ@gmail.com',0,'69.198.198.54',0,12,0,NULL,'fee',1,NULL); /*!40000 ALTER TABLE `wp_awpcp_ads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_categories` -- DROP TABLE IF EXISTS `wp_awpcp_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_categories` ( `category_id` int(10) NOT NULL AUTO_INCREMENT, `category_parent_id` int(10) NOT NULL, `category_name` varchar(255) NOT NULL DEFAULT '', `category_order` int(10) DEFAULT '0', PRIMARY KEY (`category_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_categories` -- LOCK TABLES `wp_awpcp_categories` WRITE; /*!40000 ALTER TABLE `wp_awpcp_categories` DISABLE KEYS */; INSERT INTO `wp_awpcp_categories` VALUES (1,0,'General',0),(2,0,'Dogs',0),(3,0,'Cats',0); /*!40000 ALTER TABLE `wp_awpcp_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_credit_plans` -- DROP TABLE IF EXISTS `wp_awpcp_credit_plans`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_credit_plans` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` varchar(500) NOT NULL DEFAULT '', `credits` int(10) NOT NULL, `price` float DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_credit_plans` -- LOCK TABLES `wp_awpcp_credit_plans` WRITE; /*!40000 ALTER TABLE `wp_awpcp_credit_plans` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_awpcp_credit_plans` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_media` -- DROP TABLE IF EXISTS `wp_awpcp_media`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_media` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ad_id` int(10) unsigned NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `path` varchar(255) NOT NULL DEFAULT '', `mime_type` varchar(100) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '0', `status` varchar(20) NOT NULL DEFAULT 'Approved', `is_primary` tinyint(1) NOT NULL DEFAULT '0', `created` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_media` -- LOCK TABLES `wp_awpcp_media` WRITE; /*!40000 ALTER TABLE `wp_awpcp_media` DISABLE KEYS */; INSERT INTO `wp_awpcp_media` VALUES (1,3,'Harmony-640sq.jpg','Harmony-640sq.jpg','image/jpeg',1,'Approved',1,'2015-07-09 22:46:17'),(2,4,'Brown-Female.jpg','Brown-Female.jpg','image/jpeg',1,'Approved',1,'2015-07-09 22:46:17'),(3,5,'Rose2.jpg','Rose2.jpg','image/jpeg',1,'Approved',1,'2015-07-09 22:46:17'); /*!40000 ALTER TABLE `wp_awpcp_media` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_pages` -- DROP TABLE IF EXISTS `wp_awpcp_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_pages` ( `page` varchar(100) NOT NULL, `id` int(10) NOT NULL, PRIMARY KEY (`page`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_pages` -- LOCK TABLES `wp_awpcp_pages` WRITE; /*!40000 ALTER TABLE `wp_awpcp_pages` DISABLE KEYS */; INSERT INTO `wp_awpcp_pages` VALUES ('browse-ads-page-name',121),('browse-categories-page-name',122),('edit-ad-page-name',118),('main-page-name',115),('payment-cancel-page-name',125),('payment-thankyou-page-name',124),('place-ad-page-name',119),('renew-ad-page-name',120),('reply-to-ad-page-name',117),('search-ads-page-name',123),('show-ads-page-name',116); /*!40000 ALTER TABLE `wp_awpcp_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_payments` -- DROP TABLE IF EXISTS `wp_awpcp_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_payments` ( `id` varchar(64) NOT NULL, `items` text, `data` text, `errors` text, `user_id` int(10) NOT NULL, `status` varchar(32) NOT NULL DEFAULT 'open', `payment_status` varchar(32) DEFAULT NULL, `payment_gateway` varchar(255) NOT NULL DEFAULT '', `payer_email` varchar(255) NOT NULL DEFAULT '', `version` tinyint(1) DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, `completed` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_payments` -- LOCK TABLES `wp_awpcp_payments` WRITE; /*!40000 ALTER TABLE `wp_awpcp_payments` DISABLE KEYS */; INSERT INTO `wp_awpcp_payments` VALUES ('13d9bd7a0f5ccf04934dc386c2a500e3','a:0:{}','a:7:{s:7:\"user-id\";i:6;s:4:\"free\";b:1;s:10:\"__errors__\";a:0:{}s:11:\"__updated__\";s:19:\"2013-08-01 08:19:41\";s:11:\"__created__\";s:19:\"2013-08-01 08:05:38\";s:5:\"ad-id\";i:2;s:9:\"completed\";s:19:\"2013-08-01 08:19:41\";}','a:0:{}',6,'Completed','Completed','','',1,'2013-08-01 08:05:38','2015-07-09 22:46:16','2013-08-01 08:19:41'),('530b5dc02bb32dd57851412113221684','a:0:{}','a:7:{s:7:\"user-id\";i:3;s:4:\"free\";b:1;s:10:\"__errors__\";a:0:{}s:11:\"__updated__\";s:19:\"2012-09-24 13:04:37\";s:11:\"__created__\";s:19:\"2012-09-24 13:03:34\";s:5:\"ad-id\";i:1;s:9:\"completed\";s:19:\"2012-09-24 13:04:37\";}','a:0:{}',3,'Completed','Completed','','',1,'2012-09-24 13:03:34','2015-07-09 22:46:16','2012-09-24 13:04:37'),('775e50768528e4b932718085aa5a6249','a:0:{}','a:7:{s:7:\"user-id\";i:12;s:4:\"free\";b:1;s:10:\"__errors__\";a:0:{}s:11:\"__updated__\";s:19:\"2014-01-15 00:06:25\";s:11:\"__created__\";s:19:\"2014-01-14 23:42:23\";s:5:\"ad-id\";i:3;s:9:\"completed\";s:19:\"2014-01-15 00:06:25\";}','a:0:{}',12,'Completed','Completed','','',1,'2014-01-14 23:42:23','2015-07-09 22:46:16','2014-01-15 00:06:25'),('88fd659fcfa61a7b945802563fc9229d','a:0:{}','a:7:{s:7:\"user-id\";i:12;s:4:\"free\";b:1;s:10:\"__errors__\";a:0:{}s:11:\"__updated__\";s:19:\"2014-01-15 00:48:09\";s:11:\"__created__\";s:19:\"2014-01-15 00:43:52\";s:5:\"ad-id\";i:4;s:9:\"completed\";s:19:\"2014-01-15 00:48:09\";}','a:0:{}',12,'Completed','Completed','','',1,'2014-01-15 00:43:52','2015-07-09 22:46:16','2014-01-15 00:48:09'),('bd65cada0520e5dcc5fb58ca074a2ce7','a:0:{}','a:7:{s:7:\"user-id\";i:12;s:4:\"free\";b:1;s:10:\"__errors__\";a:0:{}s:11:\"__updated__\";s:19:\"2014-01-15 01:33:45\";s:11:\"__created__\";s:19:\"2014-01-15 00:53:12\";s:5:\"ad-id\";i:5;s:9:\"completed\";s:19:\"2014-01-15 01:33:45\";}','a:0:{}',12,'Completed','Completed','','',1,'2014-01-15 00:53:12','2015-07-09 22:46:16','2014-01-15 01:33:45'); /*!40000 ALTER TABLE `wp_awpcp_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_tasks` -- DROP TABLE IF EXISTS `wp_awpcp_tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_awpcp_tasks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `priority` int(10) unsigned NOT NULL DEFAULT '0', `execute_after` datetime NOT NULL, `metadata` text NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_awpcp_tasks` -- LOCK TABLES `wp_awpcp_tasks` WRITE; /*!40000 ALTER TABLE `wp_awpcp_tasks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_awpcp_tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/support/','Support Forums','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/support/forum/requests-and-feedback','Feedback','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter` -- DROP TABLE IF EXISTS `wp_newsletter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `surname` varchar(100) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `sex` char(1) NOT NULL DEFAULT 'n', `token` varchar(50) NOT NULL DEFAULT '', `status` varchar(1) NOT NULL DEFAULT 'S', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `followup_time` bigint(20) NOT NULL DEFAULT '0', `followup_step` tinyint(4) NOT NULL DEFAULT '0', `followup` tinyint(4) NOT NULL DEFAULT '0', `feed` tinyint(4) NOT NULL DEFAULT '0', `feed_time` bigint(20) NOT NULL DEFAULT '0', `list_1` tinyint(4) NOT NULL DEFAULT '0', `list_2` tinyint(4) NOT NULL DEFAULT '0', `list_3` tinyint(4) NOT NULL DEFAULT '0', `list_4` tinyint(4) NOT NULL DEFAULT '0', `list_5` tinyint(4) NOT NULL DEFAULT '0', `list_6` tinyint(4) NOT NULL DEFAULT '0', `list_7` tinyint(4) NOT NULL DEFAULT '0', `list_8` tinyint(4) NOT NULL DEFAULT '0', `list_9` tinyint(4) NOT NULL DEFAULT '0', `profile_1` varchar(255) NOT NULL DEFAULT '', `profile_2` varchar(255) NOT NULL DEFAULT '', `profile_3` varchar(255) NOT NULL DEFAULT '', `profile_4` varchar(255) NOT NULL DEFAULT '', `profile_5` varchar(255) NOT NULL DEFAULT '', `profile_6` varchar(255) NOT NULL DEFAULT '', `profile_7` varchar(255) NOT NULL DEFAULT '', `profile_8` varchar(255) NOT NULL DEFAULT '', `profile_9` varchar(255) NOT NULL DEFAULT '', `profile_10` varchar(255) NOT NULL DEFAULT '', `profile_11` varchar(255) NOT NULL DEFAULT '', `profile_12` varchar(255) NOT NULL DEFAULT '', `profile_13` varchar(255) NOT NULL DEFAULT '', `profile_14` varchar(255) NOT NULL DEFAULT '', `profile_15` varchar(255) NOT NULL DEFAULT '', `profile_16` varchar(255) NOT NULL DEFAULT '', `profile_17` varchar(255) NOT NULL DEFAULT '', `profile_18` varchar(255) NOT NULL DEFAULT '', `profile_19` varchar(255) NOT NULL DEFAULT '', `referrer` varchar(50) NOT NULL DEFAULT '', `ip` varchar(50) NOT NULL DEFAULT '', `test` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter` -- LOCK TABLES `wp_newsletter` WRITE; /*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_emails` -- DROP TABLE IF EXISTS `wp_newsletter_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(255) NOT NULL DEFAULT '', `message` text, `name` varchar(255) NOT NULL DEFAULT '', `subject2` varchar(255) NOT NULL DEFAULT '', `message2` text, `name2` varchar(255) NOT NULL DEFAULT '', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `status` enum('new','sending','sent','paused') NOT NULL DEFAULT 'new', `total` int(11) NOT NULL DEFAULT '0', `last_id` int(11) NOT NULL DEFAULT '0', `sent` int(11) NOT NULL DEFAULT '0', `track` int(11) NOT NULL DEFAULT '0', `list` int(11) NOT NULL DEFAULT '0', `type` enum('email','feed','followup') NOT NULL DEFAULT 'email', `query` varchar(255) NOT NULL DEFAULT '', `editor` tinyint(4) NOT NULL DEFAULT '0', `sex` char(1) NOT NULL DEFAULT '', `theme` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_emails` -- LOCK TABLES `wp_newsletter_emails` WRITE; /*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_profiles` -- DROP TABLE IF EXISTS `wp_newsletter_profiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_profiles` ( `newsletter_id` int(11) NOT NULL, `name` varchar(100) NOT NULL DEFAULT '', `value` text, PRIMARY KEY (`newsletter_id`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_profiles` -- LOCK TABLES `wp_newsletter_profiles` WRITE; /*!40000 ALTER TABLE `wp_newsletter_profiles` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=40204 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://avalab.com','yes'),(2,'blogname','AVA Labs','yes'),(3,'blogdescription','Veterinarians First Choice','yes'),(4,'users_can_register','1','yes'),(5,'admin_email','domains@omgnational.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','1','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','6','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','','yes'),(30,'moderation_notify','','yes'),(31,'permalink_structure','/%postname%/','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:15:{i:1;s:46:\"another-wordpress-classifieds-plugin/awpcp.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"disable-comments/disable-comments.php\";i:4;s:51:\"full-page-full-width-backgroud-slider/fwbslider.php\";i:5;s:29:\"gravityforms/gravityforms.php\";i:6;s:30:\"lightbox-plus/lightboxplus.php\";i:7;s:31:\"my-custom-css/my-custom-css.php\";i:8;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:9;s:39:\"search-everything/search-everything.php\";i:10;s:35:\"simple-css-lite/simple-css-lite.php\";i:11;s:31:\"store-locator/store-locator.php\";i:12;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:13;s:61:\"very-simple-google-analytics/very-simple-google-analytics.php\";i:14;s:24:\"wordpress-seo/wp-seo.php\";i:15;s:15:\"wp-ui/wp-ui.php\";}','yes'),(37,'home','http://avalab.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:66:\"/home/avalab/public_html/wp-content/themes/pagelines/functions.php\";i:1;s:63:\"/home/avalab/public_html/wp-content/themes/pagelines/header.php\";i:2;s:63:\"/home/avalab/public_html/wp-content/themes/pagelines/footer.php\";i:3;s:61:\"/home/avalab/public_html/wp-content/themes/pagelines/page.php\";i:4;s:62:\"/home/avalab/public_html/wp-content/themes/pagelines/index.php\";}','no'),(45,'template','pagelines','yes'),(46,'stylesheet','pagelines','yes'),(47,'comment_whitelist','','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','','yes'),(50,'html_type','text/html','yes'),(51,'use_trackback','0','yes'),(52,'default_role','subscriber','yes'),(53,'db_version','31536','yes'),(54,'uploads_use_yearmonth_folders','1','yes'),(55,'upload_path','','yes'),(56,'blog_public','1','yes'),(57,'default_link_category','2','yes'),(58,'show_on_front','page','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','G','yes'),(62,'upload_url_path','','yes'),(63,'thumbnail_size_w','150','yes'),(64,'thumbnail_size_h','150','yes'),(65,'thumbnail_crop','1','yes'),(66,'medium_size_w','300','yes'),(67,'medium_size_h','300','yes'),(68,'avatar_default','mystery','yes'),(71,'large_size_w','1024','yes'),(72,'large_size_h','1024','yes'),(73,'image_default_link_type','file','yes'),(74,'image_default_size','','yes'),(75,'image_default_align','','yes'),(76,'close_comments_for_old_posts','','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','','yes'),(81,'comments_per_page','50','yes'),(82,'default_comments_page','newest','yes'),(83,'comment_order','asc','yes'),(84,'sticky_posts','a:0:{}','yes'),(85,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(86,'widget_text','a:11:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:127:\"<a href=\"http://avalab.com/?page_id=115\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/find-a-pet-adoption.png\" /></a>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:597:\"<div style=\"background-image: url(http://avalab.com/wp-content/uploads/2012/08/lightbox_background.png); background-repeat: no-repeat; width: 320px; height: 122px;\">\r\n\r\n<a title=\"\" href=\"http://avalab.com/?page_id=91\">\r\n\r\n<img style=\"padding-left: 1px;\" src=\"http://avalab.com/wp-content/uploads/2012/08/services.png\" /></a>\r\n\r\n<a title=\"\" href=\"http://avalab.com/?page_id=104\">\r\n\r\n<img src=\"http://avalab.com/wp-content/uploads/2012/08/cost.png\" /></a>\r\n\r\n<a title=\"\" href=\"http://avalab.com/?page_id=112\">\r\n\r\n<img src=\"http://avalab.com/wp-content/uploads/2012/08/quality.png\" /></a>\r\n</div>\r\n\r\n\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"<a href=\"http://avalab.com/?page_id=388\"><img src=\"/wp-content/uploads/2012/11/lab_results.png\" /></a>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:89:\"<a href=\"/?page_id=407\"><img src=\"/wp-content/uploads/2012/11/Online_Payment.png\" /></a> \";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:7:\"Awesome\";s:4:\"text\";s:123:\"<a href=\"http://www.doggiedaycarepasadena.com/\"><img src=\"http://avalab.com/wp-content/uploads/2014/10/pawfection.png\"></a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<a href=\"http://www.doggiedaycarepasadena.com/\"><img src=\"http://avalab.com/wp-content/uploads/2014/10/pawfection.png\"></a>\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"<a href=\"http://avalab.com/?page_id=388\"><img src=\"/wp-content/uploads/2012/11/lab_results.png\" /></a>\";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:127:\"<a href=\"http://avalab.com/?page_id=115\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/find-a-pet-adoption.png\" /></a>\";s:6:\"filter\";b:0;}i:12;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"<div style=\"background-image: url(http://avalab.com/wp-content/uploads/2012/08/lightbox_background.png); background-repeat: no-repeat; width: 320px; height: 122px;\">\r\n\r\n<a title=\"\" href=\"http://avalab.com/?page_id=91\">\r\n\r\n<img style=\"padding-left: 1px;\" src=\"http://avalab.com/wp-content/uploads/2012/08/services.png\" /></a>\r\n\r\n<a title=\"\" href=\"http://avalab.com/?page_id=104\">\r\n\r\n<img src=\"http://avalab.com/wp-content/uploads/2012/08/cost.png\" /></a>\r\n\r\n<a title=\"\" href=\"http://avalab.com/?page_id=112\">\r\n\r\n<img src=\"http://avalab.com/wp-content/uploads/2012/08/quality.png\" /></a>\r\n</div>\r\n\";s:6:\"filter\";b:0;}i:13;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<a href=\"http://avalab.com/?page_id=130\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/AVA_associated-veteran.png\"></a>\";s:6:\"filter\";b:0;}}','yes'),(87,'widget_rss','a:0:{}','yes'),(88,'uninstall_plugins','a:1:{s:30:\"lightbox-plus/lightboxplus.php\";s:12:\"UninstallLBP\";}','no'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(94,'page_on_front','26','yes'),(95,'default_post_format','','yes'),(96,'initial_db_version','21115','yes'),(97,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:18:\"manage_classifieds\";b:1;s:27:\"manage_classifieds_listings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:15:\"awpcp-moderator\";a:2:{s:4:\"name\";s:21:\"Classifieds Moderator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:27:\"manage_classifieds_listings\";b:1;}}}','yes'),(98,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-7\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:4:{i:0;s:6:\"text-6\";i:1;s:6:\"text-5\";i:2;s:6:\"text-2\";i:3;s:6:\"text-3\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:5:{i:0;s:6:\"text-9\";i:1;s:7:\"text-10\";i:2;s:7:\"text-11\";i:3;s:7:\"text-12\";i:4;s:7:\"text-13\";}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:10:{i:1441033889;a:1:{s:20:\"doadexpirations_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1441035990;a:1:{s:21:\"awpcp-task-queue-cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1441038574;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1441038592;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1441040902;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1441041089;a:2:{s:27:\"awpcp_ad_renewal_email_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:35:\"awpcp-clean-up-payment-transactions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1441050120;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1441061190;a:1:{s:31:\"awpcp-clean-up-non-verified-ads\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1441072882;a:1:{s:16:\"doadcleanup_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(113,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:17:\"http://avalab.com\";s:4:\"link\";s:93:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://avalab.com/\";s:3:\"url\";s:138:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://avalab.omgnhosting.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(149,'recently_activated','a:0:{}','yes'),(154,'fwbslider_options','a:8:{s:11:\"fwbBgChkbox\";N;s:10:\"fwbBgcolor\";s:7:\"#F7D2D2\";s:9:\"fwbslide1\";s:72:\"wp-content/uploads/2013/04/Fotolia_35348146_Subscription_Monthly_SM1.jpg\";s:9:\"fwbslide2\";s:85:\"http://avalab.com/wp-content/uploads/2013/04/Fotolia_15768450-Dog-Tennis-Ball-SM1.jpg\";s:9:\"fwbslide3\";s:72:\"wp-content/uploads/2012/08/Fotolia_32361635_Subscription_Monthly_XXL.jpg\";s:9:\"fwbslide4\";s:72:\"wp-content/uploads/2012/09/Fotolia_35348146_Subscription_Monthly_XXL.png\";s:9:\"fwbslide5\";s:72:\"wp-content/uploads/2012/08/Fotolia_43704859_Subscription_Monthly_XXL.jpg\";s:9:\"fwbslide6\";s:0:\"\";}','yes'),(158,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1346086433;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(159,'current_theme','PageLines Framework','yes'),(160,'theme_mods_pagelines','a:6:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:10:\"simple_nav\";i:0;s:7:\"primary\";i:5;s:10:\"footer_nav\";i:5;s:8:\"brandnav\";i:0;}s:17:\"pagelines_version\";s:5:\"2.4.6\";s:23:\"pagelines_child_version\";s:5:\"2.4.6\";s:15:\"pl_save_version\";i:1436481930;s:15:\"pending_updates\";s:0:\"\";}','yes'),(161,'theme_switched','','yes'),(162,'pagelines-settings-two','a:88:{s:21:\"pagelines_custom_logo\";s:61:\"http://avalab.com/wp-content/uploads/2012/08/header_logo2.png\";s:17:\"pagelines_favicon\";s:57:\"http://avalab.com/wp-content/uploads/2012/08/fav_icon.png\";s:11:\"twittername\";s:0:\"\";s:12:\"site-hashtag\";s:0:\"\";s:14:\"pl_login_image\";s:53:\"http://avalab.com/wp-content/uploads/2012/08/logo.jpg\";s:19:\"pagelines_touchicon\";s:0:\"\";s:15:\"watermark_image\";s:60:\"http://avalab.com/wp-content/uploads/2012/08/footer_logo.png\";s:14:\"watermark_link\";s:24:\"http://www.pagelines.com\";s:20:\"sidebar_wrap_widgets\";s:3:\"top\";s:15:\"layout_handling\";s:6:\"pixels\";s:14:\"layout_default\";s:17:\"one-sidebar-right\";s:6:\"layout\";a:9:{s:9:\"last_edit\";s:17:\"one-sidebar-right\";s:13:\"content_width\";s:4:\"1100\";s:9:\"fullwidth\";a:2:{s:16:\"maincolumn_width\";s:4:\"1100\";s:20:\"primarysidebar_width\";s:1:\"0\";}s:16:\"responsive_width\";s:13:\"78.5714285714\";s:17:\"one-sidebar-right\";a:2:{s:16:\"maincolumn_width\";s:3:\"728\";s:20:\"primarysidebar_width\";s:3:\"372\";}s:16:\"one-sidebar-left\";a:2:{s:16:\"maincolumn_width\";s:3:\"780\";s:20:\"primarysidebar_width\";s:3:\"320\";}s:17:\"two-sidebar-right\";a:2:{s:16:\"maincolumn_width\";s:3:\"620\";s:20:\"primarysidebar_width\";s:3:\"240\";}s:16:\"two-sidebar-left\";a:2:{s:16:\"maincolumn_width\";s:3:\"620\";s:20:\"primarysidebar_width\";s:3:\"240\";}s:18:\"two-sidebar-center\";a:2:{s:16:\"maincolumn_width\";s:3:\"620\";s:20:\"primarysidebar_width\";s:3:\"240\";}}s:16:\"site_design_mode\";s:10:\"full_width\";s:6:\"bodybg\";s:6:\"FFFFFF\";s:6:\"pagebg\";s:6:\"FFFFFF\";s:9:\"contentbg\";s:6:\"FFFFFF\";s:12:\"text_primary\";s:6:\"000000\";s:11:\"headercolor\";s:6:\"000000\";s:9:\"linkcolor\";s:6:\"225E9B\";s:11:\"footer_text\";s:6:\"AAAAAA\";s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:12:\"supersize_bg\";s:2:\"on\";s:12:\"type_headers\";a:7:{s:4:\"font\";s:9:\"helvetica\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:4:\"bold\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:12:\"type_primary\";a:7:{s:4:\"font\";s:9:\"helvetica\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:14:\"type_secondary\";a:7:{s:4:\"font\";s:13:\"lucida_grande\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:11:\"type_inputs\";a:7:{s:4:\"font\";s:9:\"helvetica\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:14:\"typekit_script\";s:0:\"\";s:9:\"font_file\";s:0:\"\";s:12:\"replace_font\";s:2:\"h1\";s:16:\"enable_drop_down\";s:2:\"on\";s:16:\"drop_down_shadow\";s:2:\"on\";s:16:\"drop_down_arrows\";s:2:\"on\";s:15:\"icon_pos_bottom\";s:2:\"12\";s:14:\"icon_pos_right\";s:1:\"1\";s:9:\"gpluslink\";s:0:\"\";s:12:\"facebooklink\";s:0:\"\";s:11:\"twitterlink\";s:0:\"\";s:12:\"linkedinlink\";s:0:\"\";s:11:\"youtubelink\";s:0:\"\";s:18:\"footer_num_columns\";s:0:\"\";s:11:\"footer_logo\";s:67:\"http://avalab.com/wp-content/themes/pagelines/images/logo-small.png\";s:11:\"footer_more\";s:0:\"\";s:12:\"footer_terms\";s:20:\"© 2012 AVA Labs\";s:16:\"blog_layout_mode\";s:8:\"magazine\";s:17:\"excerpt_mode_full\";s:4:\"left\";s:16:\"metabar_standard\";s:63:\"<!-- By [post_author_posts_link] On--> [post_date] [post_edit]\";s:17:\"excerpt_mode_clip\";s:4:\"left\";s:12:\"metabar_clip\";s:54:\"On [post_date] By [post_author_posts_link] [post_edit]\";s:17:\"full_column_posts\";s:1:\"2\";s:10:\"thumb_blog\";s:2:\"on\";s:14:\"thumb_category\";s:2:\"on\";s:13:\"thumb_archive\";s:2:\"on\";s:10:\"thumb_clip\";s:2:\"on\";s:12:\"excerpt_blog\";s:2:\"on\";s:14:\"excerpt_search\";s:2:\"on\";s:16:\"excerpt_category\";s:2:\"on\";s:15:\"excerpt_archive\";s:2:\"on\";s:14:\"share_facebook\";s:2:\"on\";s:13:\"share_twitter\";s:2:\"on\";s:12:\"twitter_hash\";s:2:\"on\";s:12:\"share_google\";s:2:\"on\";s:15:\"share_pinterest\";s:2:\"on\";s:21:\"continue_reading_text\";s:24:\"Read Full Article →\";s:11:\"excerpt_len\";s:2:\"55\";s:12:\"excerpt_tags\";s:3:\"<a>\";s:12:\"partner_link\";s:0:\"\";s:18:\"special_body_class\";s:0:\"\";s:18:\"hide_controls_meta\";s:13:\"publish_posts\";s:17:\"hide_controls_cpt\";s:17:\"moderate_comments\";s:9:\"customcss\";s:4053:\"body{}\r\n\r\n.wpui-red ul.ui-tabs-nav li {\r\n width: 530px;\r\n}\r\n\r\n.wpui-red .ui-accordion .ui-accordion-content {\r\n height: auto !important;\r\n}\r\n\r\n.leftSide {\r\nfloat: left; width: 125px;\r\n}\r\n\r\n.rightSide {\r\nfloat: left; width: 325px;\r\n}\r\n\r\n.clip {\r\n width: 100% !important;\r\n} \r\n\r\n.clip .post-excerpt {\r\n font-size: 1.03em !important;\r\n}\r\n\r\n#nav {\r\n width: 1000px;\r\n margin-top: -80px;\r\n *margin-top: -80px;\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 50px;\r\n z-index: 9999;\r\n position: relative;\r\n}\r\n\r\n.searchform .searchfield {\r\n margin-top: -60px;\r\n margin-right: 120px;\r\n}\r\n\r\n.searchform {\r\n margin-right: 30px;\r\n}\r\n\r\nh1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a.site-title, .entry-title a, .entry-title a:hover, .widget-title a:hover, h3.widget-title a:hover {\r\n color: #77161b;\r\n}\r\n\r\n.h1, .fpost .entry-title {\r\n font-size: 125%;\r\n color: #77161b;\r\n}\r\n\r\n.searchform .searchfield, input, textarea, blockquote, .wp-caption, #soapbox .fboxinfo {\r\n background-color: transparent !important;\r\n border: 1px solid #000000;\r\n}\r\n\r\ntextarea:focus, {\r\n border: 1px; solid #000000;\r\n}\r\n\r\n.navigation_wrap {\r\n border: none;\r\n}\r\n\r\n.main_nav ul {\r\n width: 900px; \r\n}\r\n\r\n.main_nav ul li {\r\n width: 150px;\r\n text-align: center;\r\n font-family: Tahoma;\r\n font-size: 16px;\r\n color: #000000;\r\n font-weight: bold;\r\n}\r\n\r\n.main-nav .current-menu-ancestor a, .main-nav li.current-menu-ancestor ul a, .main-nav li.current_page_item a, .main-nav li.current-menu-item a, .main-nav li.current_page_parent a, .sf-menu li li, .sf-menu li li li {\r\n background: transparent;\r\n}\r\n\r\n.cnt-comments a:hover, #wp-calendar thead th, .item-avatar a, .comment blockquote, #page .wp-pagenavi a:hover, #page .wp-pagenavi .extend, .content-pagination .cp-num, .content-pagination a:hover .cp-num, ins, .main-nav li a:hover, .main-nav .current-page-ancestor .current_page_item a, .main-nav li.current-page-ancestor ul a:hover {\r\n background: transparent;\r\n}\r\n\r\n.one-sidebar-right #column-main .mcolumn-pad, .two-sidebar-right #column-main .mcolumn-pad {\r\n width: 550px;\r\n margin-left: 50px;\r\n margin-top: 50px;\r\n background-image: url(http://avalab.com/wp-content/uploads/2012/09/background.png);\r\n background-repeat: repeat-y;\r\n-moz-border-radius: 15px;\r\nborder-radius: 15px;\r\n}\r\n\r\n.ui-stop-floating {\r\n clear: both;\r\n margin-top: -1px;\r\n height: 1px;\r\n overflow: hidden;\r\n}\r\n\r\n.main-content-p {\r\n text-align: justify;\r\n margin-left: 20px;\r\n font-family: Tahoma;\r\n font-size: 12px;\r\n font-weight: bold;\r\n}\r\n\r\n.copy-pad p {\r\n text-align: justify;\r\n margin-left: 20px;\r\n font-family: Tahoma;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n\r\n.copy-pad ul li {\r\n text-align: justify;\r\n font-family: Tahoma;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\nhr, .fpost, .clip_box, .widget-title, .metabar a, #morefoot .widget-title, #site #dsq-content h3, .navigation_wrap, .setup_area, .fpost .post-thumb img, .clip .clip-thumb img, .author-thumb img, ul.sf-menu ul li {\r\n border: none;\r\n}\r\n\r\n.page-item-91 {\r\n display: none;\r\n}\r\n\r\n.page-item-104 {\r\n display: none;\r\n}\r\n\r\n.page-item-112 {\r\n display: none;\r\n}\r\n\r\n.page-item-115 {\r\n display: none;\r\n}\r\n\r\n.page-item-130 {\r\n display: none;\r\n}\r\n\r\n.page-item-224 {\r\n display: none;\r\n}\r\n\r\n.page-item-388 {\r\n display: none;\r\n}\r\n\r\n.page-item-309 {\r\n display: none;\r\n}\r\n\r\n.page-item-396 {\r\n display: none;\r\n}\r\n\r\n.page-item-407 {\r\n display: none;\r\n}\r\n\r\n.page-item-420 {\r\n display: none;\r\n}\r\n\r\n.page-item-445 {\r\n display: none;\r\n}\r\n\r\n.page-item-458 {\r\n display: none;\r\n}\r\n\r\n.page-item-478 {\r\n display: none;\r\n}\r\n\r\n.page-item-634 {\r\n display: none;\r\n}\r\n\r\n#addressInput {\r\n width: 300px; \r\n}\r\n\r\n.sl_header img, .sl_header td, .sl_header #addressSubmit {\r\n float: left;\r\n}\r\n\r\n.wpcf7-form {\r\n margin-left: 20px;\r\n}\r\n\r\n.fullwidth #pagelines_content #column-main {\r\nwidth: 1000px;\r\nmargin-left: 50px;\r\nmargin-top: 50px;\r\nbackground-image: url(/wp-content/uploads/2013/04/background2.png);\r\nbackground-repeat: repeat;\r\n-moz-border-radius: 15px;\r\nborder-radius: 15px;\r\n}\";s:13:\"headerscripts\";s:0:\"\";s:13:\"footerscripts\";s:0:\"\";s:16:\"asynch_analytics\";s:0:\"\";s:11:\"primarytext\";s:6:\"000000\";s:14:\"primarytexthov\";s:6:\"000000\";s:13:\"activeitemcol\";s:6:\"000000\";s:9:\"primaryul\";s:6:\"FFFFFF\";s:12:\"primaryulhov\";s:0:\"\";s:12:\"activeitembg\";s:0:\"\";s:6:\"navbar\";s:6:\"FFFFFF\";s:17:\"pagelines_version\";s:5:\"2.4.6\";s:18:\"pl_less_error_core\";b:0;s:22:\"pl_less_error_sections\";b:0;s:20:\"pl_less_error_custom\";b:0;}','yes'),(165,'feature-sets_children','a:0:{}','yes'),(166,'box-sets_children','a:0:{}','yes'),(169,'pagelines-template-map-two','a:8:{s:6:\"header\";a:4:{s:4:\"hook\";s:16:\"pagelines_header\";s:4:\"name\";s:11:\"Site Header\";s:6:\"markup\";s:7:\"content\";s:8:\"sections\";a:3:{i:0;s:17:\"PageLinesBranding\";i:1;s:12:\"PageLinesNav\";i:2;s:18:\"PageLinesSecondNav\";}}s:6:\"footer\";a:4:{s:4:\"hook\";s:16:\"pagelines_footer\";s:4:\"name\";s:11:\"Site Footer\";s:6:\"markup\";s:7:\"content\";s:8:\"sections\";N;}s:9:\"templates\";a:4:{s:4:\"hook\";s:18:\"pagelines_template\";s:4:\"name\";s:14:\"Page Templates\";s:6:\"markup\";s:7:\"content\";s:9:\"templates\";a:14:{s:7:\"default\";a:4:{s:4:\"name\";s:7:\"Default\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:5:\"alpha\";a:4:{s:4:\"name\";s:1:\"1\";s:8:\"sections\";a:3:{i:0;s:17:\"PageLinesFeatures\";i:1;s:14:\"PageLinesBoxes\";i:2;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:4:\"beta\";a:4:{s:4:\"name\";s:1:\"2\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesCarousel\";i:1;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:5:\"gamma\";a:4:{s:4:\"name\";s:1:\"3\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesSoapbox\";i:2;s:14:\"PageLinesBoxes\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:5:\"delta\";a:4:{s:4:\"name\";s:1:\"4\";s:8:\"sections\";a:2:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:7:\"epsilon\";a:4:{s:4:\"name\";s:1:\"5\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:6:\"single\";a:4:{s:4:\"name\";s:9:\"Blog Post\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"post\";s:7:\"version\";N;}s:5:\"posts\";a:4:{s:4:\"name\";s:4:\"Blog\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:7:\"special\";s:7:\"version\";N;}s:3:\"tag\";a:4:{s:4:\"name\";s:3:\"Tag\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:7:\"archive\";a:4:{s:4:\"name\";s:7:\"Archive\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"category\";a:4:{s:4:\"name\";s:8:\"Category\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"search\";a:4:{s:4:\"name\";s:6:\"Search\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"author\";a:4:{s:4:\"name\";s:6:\"Author\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"404_page\";a:4:{s:4:\"name\";s:9:\"404 Error\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesNoPosts\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}}}s:4:\"main\";a:4:{s:4:\"hook\";s:14:\"pagelines_main\";s:4:\"name\";s:17:\"Text Content Area\";s:6:\"markup\";s:4:\"copy\";s:9:\"templates\";a:14:{s:7:\"default\";a:4:{s:4:\"name\";s:7:\"Default\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:5:\"alpha\";a:4:{s:4:\"name\";s:1:\"1\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:4:\"beta\";a:4:{s:4:\"name\";s:1:\"2\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:5:\"gamma\";a:4:{s:4:\"name\";s:1:\"3\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:5:\"delta\";a:4:{s:4:\"name\";s:1:\"4\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:7:\"epsilon\";a:4:{s:4:\"name\";s:1:\"5\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";s:7:\"version\";N;}s:6:\"single\";a:4:{s:4:\"name\";s:9:\"Blog Post\";s:8:\"sections\";a:4:{i:0;s:16:\"PageLinesPostNav\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:17:\"PageLinesShareBar\";i:3;s:19:\"PageLinesPagination\";}s:9:\"page_type\";s:4:\"post\";s:7:\"version\";N;}s:5:\"posts\";a:4:{s:4:\"name\";s:4:\"Blog\";s:8:\"sections\";a:4:{i:0;s:20:\"PageLinesQuickSlider\";i:1;s:18:\"PageLinesPostsInfo\";i:2;s:17:\"PageLinesPostLoop\";i:3;s:19:\"PageLinesPagination\";}s:9:\"page_type\";s:7:\"special\";s:7:\"version\";N;}s:3:\"tag\";a:4:{s:4:\"name\";s:3:\"Tag\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:7:\"archive\";a:4:{s:4:\"name\";s:7:\"Archive\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"category\";a:4:{s:4:\"name\";s:8:\"Category\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"search\";a:4:{s:4:\"name\";s:6:\"Search\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"author\";a:4:{s:4:\"name\";s:6:\"Author\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"404_page\";a:4:{s:4:\"name\";s:9:\"404 Error\";s:8:\"sections\";a:0:{}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}}}s:8:\"morefoot\";a:5:{s:4:\"name\";s:13:\"Morefoot Area\";s:4:\"hook\";s:18:\"pagelines_morefoot\";s:6:\"markup\";s:7:\"content\";s:7:\"version\";s:3:\"pro\";s:8:\"sections\";a:1:{i:0;s:18:\"PageLinesHighlight\";}}s:8:\"sidebar1\";a:4:{s:4:\"name\";s:9:\"Sidebar 1\";s:4:\"hook\";s:18:\"pagelines_sidebar1\";s:6:\"markup\";s:4:\"copy\";s:8:\"sections\";a:1:{i:0;s:16:\"UniversalSidebar\";}}s:8:\"sidebar2\";a:4:{s:4:\"name\";s:9:\"Sidebar 2\";s:4:\"hook\";s:18:\"pagelines_sidebar2\";s:6:\"markup\";s:4:\"copy\";s:8:\"sections\";a:1:{i:0;s:18:\"PageLinesHighlight\";}}s:12:\"sidebar_wrap\";a:5:{s:4:\"name\";s:12:\"Sidebar Wrap\";s:4:\"hook\";s:22:\"pagelines_sidebar_wrap\";s:6:\"markup\";s:4:\"copy\";s:7:\"version\";s:3:\"pro\";s:8:\"sections\";a:0:{}}}','yes'),(190,'_transient_random_seed','55e4a55e483d93785e91e008b6ca3a0e','yes'),(381,'pagelines-special','a:9:{s:7:\"default\";a:49:{s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:236:\"<span style=\"color: #ffffff;\">Copyright © 2012 AVA Laboratory. All Rights Reserved. <br />Website Design, Marketing and Consulting by <a style=\"color: #ffffff;\" href=\"http://www.omgnational.com\" target=\"_blank\">OMG National.</a></span>\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:15:\"section-control\";a:1:{s:10:\"main-posts\";a:1:{s:20:\"PageLinesQuickSlider\";a:1:{s:5:\"posts\";a:1:{s:4:\"hide\";s:2:\"on\";}}}}s:5:\"posts\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:7:\"archive\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:8:\"category\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:6:\"search\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:3:\"tag\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:6:\"author\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}s:8:\"404_page\";a:55:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:16:\"_second_nav_menu\";s:0:\"\";s:15:\"_highlight_head\";s:0:\"\";s:18:\"_highlight_subhead\";s:0:\"\";s:17:\"_highlight_splash\";s:0:\"\";s:26:\"_highlight_splash_position\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"banner_items\";s:0:\"\";s:14:\"carousel_items\";s:0:\"\";s:22:\"carousel_display_items\";s:0:\"\";s:21:\"carousel_scroll_items\";s:0:\"\";s:24:\"carousel_animation_speed\";s:0:\"\";s:20:\"carousel_scroll_time\";s:0:\"\";s:13:\"carousel_mode\";s:0:\"\";s:20:\"carousel_image_width\";s:0:\"\";s:21:\"carousel_image_height\";s:0:\"\";s:16:\"carousel_post_id\";s:0:\"\";s:21:\"carousel_ngen_gallery\";s:0:\"\";s:20:\"feature_stage_height\";s:0:\"\";s:14:\"feature_aspect\";s:0:\"\";s:13:\"feature_items\";s:0:\"\";s:15:\"feature_orderby\";s:0:\"\";s:13:\"feature_order\";s:0:\"\";s:11:\"feature_set\";s:0:\"\";s:7:\"timeout\";s:0:\"\";s:6:\"fspeed\";s:0:\"\";s:7:\"feffect\";s:0:\"\";s:14:\"feature_source\";s:0:\"\";s:16:\"feature_category\";s:0:\"\";s:7:\"box_set\";s:0:\"\";s:14:\"box_col_number\";s:0:\"\";s:14:\"box_thumb_size\";s:0:\"\";s:9:\"box_items\";s:0:\"\";s:9:\"box_class\";s:0:\"\";s:13:\"box_more_text\";s:0:\"\";s:11:\"box_orderby\";s:0:\"\";s:9:\"box_order\";s:0:\"\";}}','yes'),(382,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(449,'lightboxplus_options','a:39:{s:18:\"lightboxplus_style\";s:8:\"shadowed\";s:16:\"use_custom_style\";N;s:11:\"disable_css\";N;s:12:\"use_php_four\";N;s:18:\"lightboxplus_multi\";N;s:10:\"use_inline\";N;s:10:\"inline_num\";s:1:\"1\";s:10:\"transition\";s:7:\"elastic\";s:5:\"speed\";s:3:\"350\";s:5:\"width\";s:5:\"800px\";s:6:\"height\";s:5:\"700px\";s:11:\"inner_width\";s:5:\"false\";s:12:\"inner_height\";s:5:\"false\";s:13:\"initial_width\";s:3:\"300\";s:14:\"initial_height\";s:3:\"100\";s:9:\"max_width\";s:5:\"false\";s:10:\"max_height\";s:5:\"false\";s:6:\"resize\";s:1:\"1\";s:7:\"opacity\";s:3:\"0.8\";s:10:\"preloading\";s:1:\"1\";s:11:\"label_image\";s:5:\"Image\";s:8:\"label_of\";s:2:\"of\";s:8:\"previous\";s:8:\"previous\";s:4:\"next\";s:4:\"next\";s:5:\"close\";s:5:\"close\";s:13:\"overlay_close\";s:1:\"1\";s:9:\"slideshow\";N;s:14:\"slideshow_auto\";N;s:15:\"slideshow_speed\";s:4:\"2500\";s:15:\"slideshow_start\";s:5:\"start\";s:14:\"slideshow_stop\";s:4:\"stop\";s:17:\"use_caption_title\";N;s:20:\"gallery_lightboxplus\";N;s:18:\"multiple_galleries\";N;s:16:\"use_class_method\";N;s:10:\"class_name\";s:9:\"cboxModal\";s:16:\"no_auto_lightbox\";N;s:10:\"text_links\";N;s:16:\"no_display_title\";s:1:\"1\";}','yes'),(450,'lightboxplus_init','1','yes'),(475,'awpcp-options','a:207:{s:17:\"activatelanguages\";s:1:\"0\";s:17:\"main_page_display\";s:1:\"0\";s:23:\"view-categories-columns\";s:1:\"2\";s:9:\"uiwelcome\";s:80:\"Looking for a new family friend? Browse our listings of pets available for sale!\";s:21:\"awpcpadminaccesslevel\";s:5:\"admin\";s:21:\"awpcppagefilterswitch\";s:1:\"1\";s:19:\"showlatestawpcpnews\";s:1:\"1\";s:11:\"requiredtos\";s:1:\"1\";s:3:\"tos\";s:27:\"Terms of service go here...\";s:10:\"useakismet\";s:1:\"0\";s:21:\"contactformcheckhuman\";s:1:\"1\";s:31:\"contactformcheckhumanhighnumval\";s:2:\"10\";s:19:\"awpcptitleseparator\";s:1:\"-\";s:19:\"showcityinpagetitle\";s:1:\"1\";s:20:\"showstateinpagetitle\";s:1:\"1\";s:22:\"showcountryinpagetitle\";s:1:\"1\";s:28:\"showcountyvillageinpagetitle\";s:1:\"1\";s:23:\"showcategoryinpagetitle\";s:1:\"1\";s:24:\"sidebarwidgetbeforetitle\";s:24:\"<h3 class=\"widgettitle\">\";s:23:\"sidebarwidgetaftertitle\";s:5:\"</h3>\";s:26:\"sidebarwidgetbeforecontent\";s:20:\"<div class=\"widget\">\";s:25:\"sidebarwidgetaftercontent\";s:6:\"</div>\";s:15:\"seofriendlyurls\";s:1:\"0\";s:17:\"enable-user-panel\";s:1:\"1\";s:14:\"main-page-name\";s:5:\"AWPCP\";s:18:\"show-ads-page-name\";s:7:\"Show Ad\";s:18:\"place-ad-page-name\";s:8:\"Place Ad\";s:17:\"edit-ad-page-name\";s:7:\"Edit Ad\";s:18:\"renew-ad-page-name\";s:8:\"Renew Ad\";s:21:\"reply-to-ad-page-name\";s:11:\"Reply To Ad\";s:20:\"browse-ads-page-name\";s:10:\"Browse Ads\";s:20:\"search-ads-page-name\";s:10:\"Search Ads\";s:27:\"browse-categories-page-name\";s:17:\"Browse Categories\";s:25:\"view-categories-page-name\";s:15:\"View Categories\";s:26:\"payment-thankyou-page-name\";s:17:\"Payment Thank You\";s:24:\"payment-cancel-page-name\";s:14:\"Cancel Payment\";s:16:\"notifyofadposted\";i:1;s:17:\"notifyofadexpired\";i:1;s:32:\"send-user-ad-posted-notification\";i:1;s:18:\"notifyofadexpiring\";i:1;s:19:\"sent-ad-renew-email\";i:1;s:24:\"ad-renew-email-threshold\";i:5;s:20:\"onlyadmincanplaceads\";i:0;s:9:\"adapprove\";i:0;s:27:\"notice_awaiting_approval_ad\";s:200:\"All ads must first be approved by the administrator before they are activated in the system. As soon as an admin has approved your ad it will become visible in the system. Thank you for your business.\";s:16:\"noadsinparentcat\";i:0;s:17:\"disablependingads\";i:1;s:18:\"addurationfreemode\";i:0;s:23:\"autoexpiredisabledelete\";i:0;s:19:\"displayadthumbwidth\";i:80;s:17:\"allowhtmlinadtext\";i:0;s:14:\"htmlstatustext\";s:15:\"No HTML Allowed\";s:20:\"maxcharactersallowed\";i:750;s:19:\"displayadlayoutcode\";s:441:\"<div class=\"$awpcpdisplayaditems\"><div style=\"width:$imgblockwidth;padding:5px;float:left;margin-right:20px;\">$awpcp_image_name_srccode</div><div style=\"width:50%;padding:5px;float:left;\"><h4>$ad_title</h4> $addetailssummary...</div><div style=\"padding:5px;float:left;\"> $awpcpadpostdate $awpcp_city_display $awpcp_state_display $awpcp_display_adviews $awpcp_display_price </div><div class=\"fixfloat\"></div></div><div class=\"fixfloat\"></div>\";s:20:\"awpcpshowtheadlayout\";s:652:\"<div id=\\\"showawpcpadpage\\\"><div class=\\\"awpcp-title\\\">\\$ad_title</div><br/><div class=\\\"showawpcpadpage\\\">\\$featureimg<label>Contact Information</label><br/><a href=\\\"\\$codecontact\\\">Contact \\$adcontact_name</a>\\$adcontactphone \\$location \\$awpcpvisitwebsite</div>\\$aditemprice \\$awpcpextrafields \\$showadsense1<div class=\\\"showawpcpadpage\\\"><label>More Information</label><br/>\\$addetails</div>\\$showadsense2 <div class=\\\"fixfloat\\\"></div><div id=\\\"displayimagethumbswrapper\\\"><div id=\\\"displayimagethumbs\\\"><ul>\\$awpcpshowadotherimages</ul></div></div><span class=\\\"fixfloat\\\">\\$tweetbtn \\$sharebtn \\$flagad</span>\\$awpcpadviews \\$showadsense3</div>\";s:16:\"groupbrowseadsby\";i:1;s:20:\"groupsearchresultsby\";i:1;s:16:\"adresultsperpage\";i:10;s:24:\"buildsearchdropdownlists\";i:0;s:11:\"showadcount\";i:1;s:14:\"displayadviews\";i:1;s:21:\"hyperlinkurlsinadtext\";i:0;s:24:\"visitwebsitelinknofollow\";i:1;s:23:\"show-menu-item-place-ad\";i:1;s:22:\"show-menu-item-edit-ad\";i:1;s:25:\"show-menu-item-browse-ads\";i:1;s:25:\"show-menu-item-search-ads\";i:1;s:7:\"freepay\";i:0;s:19:\"displaycurrencycode\";s:3:\"USD\";s:15:\"paylivetestmode\";i:0;s:14:\"activatepaypal\";i:1;s:11:\"paypalemail\";s:14:\"xxx@xxxxxx.xxx\";s:18:\"paypalcurrencycode\";s:3:\"USD\";s:17:\"activate2checkout\";i:1;s:9:\"2checkout\";s:7:\"xxxxxxx\";s:19:\"imagesallowdisallow\";i:1;s:13:\"imagesapprove\";i:0;s:23:\"awpcp_thickbox_disabled\";i:0;s:26:\"show-click-to-enlarge-link\";i:1;s:17:\"imagesallowedfree\";i:4;s:16:\"uploadfoldername\";s:7:\"uploads\";s:12:\"maximagesize\";i:1048576;s:12:\"minimagesize\";s:3:\"300\";s:11:\"imgminwidth\";s:3:\"640\";s:12:\"imgminheight\";s:3:\"480\";s:11:\"imgmaxwidth\";s:3:\"640\";s:12:\"imgmaxheight\";s:3:\"480\";s:29:\"primary-image-thumbnail-width\";s:3:\"200\";s:30:\"primary-image-thumbnail-height\";s:3:\"200\";s:29:\"crop-primary-image-thumbnails\";i:1;s:29:\"display-thumbnails-in-columns\";i:0;s:13:\"imgthumbwidth\";s:3:\"125\";s:14:\"imgthumbheight\";s:3:\"125\";s:15:\"crop-thumbnails\";i:1;s:10:\"useadsense\";i:1;s:7:\"adsense\";s:12:\"AdSense code\";s:15:\"adsenseposition\";s:1:\"2\";s:17:\"displayphonefield\";i:1;s:22:\"displayphonefieldreqop\";i:0;s:16:\"displaycityfield\";i:1;s:21:\"displaycityfieldreqop\";i:0;s:17:\"displaystatefield\";i:1;s:22:\"displaystatefieldreqop\";i:0;s:19:\"displaycountryfield\";i:1;s:24:\"displaycountryfieldreqop\";i:0;s:25:\"displaycountyvillagefield\";i:0;s:30:\"displaycountyvillagefieldreqop\";i:0;s:17:\"displaypricefield\";i:1;s:22:\"displaypricefieldreqop\";i:0;s:19:\"displaywebsitefield\";i:1;s:24:\"displaywebsitefieldreqop\";i:0;s:20:\"displaypostedbyfield\";i:1;s:23:\"requireuserregistration\";s:1:\"1\";s:33:\"reply-to-ad-requires-registration\";s:1:\"0\";s:15:\"postloginformto\";s:0:\"\";s:15:\"registrationurl\";s:0:\"\";s:28:\"usesenderemailinsteadofadmin\";i:0;s:15:\"awpcpadminemail\";s:0:\"\";s:19:\"listingaddedsubject\";s:45:\"Your classified ad listing has been submitted\";s:16:\"listingaddedbody\";s:84:\"Thank you for submitting your classified ad. The details of your ad are shown below.\";s:22:\"contactformsubjectline\";s:30:\"Response to your AWPCP Demo Ad\";s:22:\"contactformbodymessage\";s:43:\"Someone has responded to your AWPCP Demo Ad\";s:25:\"resendakeyformsubjectline\";s:45:\"The classified ad ad access key you requested\";s:25:\"resendakeyformbodymessage\";s:153:\"You asked to have your classified ad ad access key resent. Below are all the ad access keys in the system that are tied to the email address you provided\";s:25:\"paymentabortedsubjectline\";s:43:\"There was a problem processing your payment\";s:25:\"paymentabortedbodymessage\";s:233:\"There was a problem encountered during your attempt to submit payment. If funds were removed from the account you tried to use to make a payment please contact the website admin or the payment website customer service for assistance.\";s:20:\"adexpiredsubjectline\";s:42:\"Your classifieds listing at %s has expired\";s:20:\"adexpiredbodymessage\";s:70:\"This is an automated notification that your classified ad has expired.\";s:22:\"renew-ad-email-subject\";s:51:\"Your classifieds listing Ad will expire in %d days.\";s:19:\"renew-ad-email-body\";s:81:\"This is an automated notification that your classified Ad will expire in %d days.\";s:7:\"usesmtp\";i:0;s:8:\"smtphost\";s:16:\"mail.example.com\";s:8:\"smtpport\";s:2:\"25\";s:12:\"smtpusername\";s:13:\"smtp_username\";s:12:\"smtppassword\";s:0:\"\";s:29:\"show-quick-start-guide-notice\";b:0;s:24:\"ad-renewed-email-subject\";s:60:\"Your classifieds listing \"%s\" has been successfully renewed.\";s:21:\"ad-renewed-email-body\";s:82:\"Your classifieds listing Ad has been successfully renewed. More information below:\";s:26:\"allow-regions-modification\";i:1;s:40:\"allow-user-to-search-in-multiple-regions\";i:0;s:30:\"show-ad-preview-before-payment\";i:0;s:27:\"characters-allowed-in-title\";i:100;s:24:\"words-in-listing-excerpt\";i:20;s:22:\"hidelistingcontactname\";i:0;s:45:\"allow-wordpress-shortcodes-in-single-template\";i:0;s:20:\"search-results-order\";i:1;s:18:\"pagination-options\";a:12:{i:0;i:5;i:1;i:10;i:2;i:20;i:3;i:30;i:4;i:40;i:5;i:50;i:6;i:60;i:7;i:70;i:8;i:80;i:9;i:90;i:10;i:100;i:11;i:500;}s:21:\"hide-empty-categories\";i:0;s:21:\"2checkoutcurrencycode\";s:3:\"USD\";s:21:\"admin-recipient-email\";s:0:\"\";s:21:\"include-ad-access-key\";i:1;s:34:\"notify-admin-about-contact-message\";i:1;s:40:\"sends-listings-to-facebook-automatically\";i:1;s:27:\"collapse-categories-columns\";i:0;s:18:\"x-date-time-format\";s:8:\"american\";s:11:\"date-format\";s:5:\"m/d/Y\";s:11:\"time-format\";s:5:\"h:i:s\";s:16:\"date-time-format\";s:16:\"<date> at <time>\";s:13:\"currency-code\";s:3:\"USD\";s:15:\"currency-symbol\";s:0:\"\";s:19:\"thousands-separator\";s:1:\",\";s:17:\"decimal-separator\";s:1:\".\";s:13:\"show-decimals\";i:1;s:20:\"show-currency-symbol\";s:28:\"show-currency-symbol-on-left\";s:48:\"include-space-between-currency-symbol-and-amount\";i:1;s:15:\"captcha-enabled\";s:1:\"1\";s:16:\"captcha-provider\";s:4:\"math\";s:23:\"math-captcha-max-number\";s:2:\"10\";s:20:\"recaptcha-public-key\";s:0:\"\";s:21:\"recaptcha-private-key\";s:0:\"\";s:21:\"send-ad-enabled-email\";i:1;s:46:\"send-listing-posted-notification-to-moderators\";s:1:\"1\";s:47:\"send-listing-updated-notification-to-moderators\";s:1:\"1\";s:57:\"send-listing-awaiting-approval-notification-to-moderators\";s:1:\"1\";s:51:\"send-listing-updated-notification-to-administrators\";s:1:\"1\";s:61:\"send-listing-awaiting-approval-notification-to-administrators\";s:1:\"1\";s:51:\"send-listing-flagged-notification-to-administrators\";b:1;s:44:\"disable-edited-listings-until-admin-approves\";s:1:\"0\";s:26:\"enable-ads-pending-payment\";s:1:\"1\";s:25:\"enable-email-verification\";i:0;s:34:\"email-verification-first-threshold\";i:5;s:35:\"email-verification-second-threshold\";i:30;s:33:\"ad-poster-email-address-whitelist\";s:0:\"\";s:31:\"use-multiple-category-dropdowns\";i:0;s:28:\"include-title-in-listing-url\";i:1;s:31:\"include-category-in-listing-url\";s:1:\"1\";s:30:\"include-country-in-listing-url\";s:1:\"1\";s:28:\"include-state-in-listing-url\";s:1:\"1\";s:27:\"include-city-in-listing-url\";s:1:\"1\";s:29:\"include-county-in-listing-url\";s:1:\"1\";s:20:\"enable-credit-system\";i:0;s:21:\"accepted-payment-type\";s:4:\"both\";s:9:\"fee-order\";i:1;s:19:\"fee-order-direction\";s:3:\"ASC\";s:49:\"hide-all-payment-terms-if-no-category-is-selected\";b:0;s:19:\"pay-before-place-ad\";i:1;s:17:\"force-secure-urls\";i:0;s:28:\"upload-directory-permissions\";s:4:\"0755\";s:24:\"allowed-image-extensions\";a:5:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:5:\"pjpeg\";i:4;s:3:\"gif\";}s:30:\"show-create-listing-form-steps\";i:1;s:17:\"user-field-widget\";s:8:\"dropdown\";s:48:\"make-contact-fields-writable-for-logged-in-users\";b:0;s:21:\"displayphonefieldpriv\";i:0;s:26:\"displaywebsitefieldreqpriv\";i:0;s:25:\"price-field-is-restricted\";i:0;s:25:\"hide-price-field-if-empty\";i:0;s:35:\"show-city-field-before-county-field\";i:1;}','yes'),(476,'awpcp_db_version','3.5.3','yes'),(477,'awpcp_installationcomplete','1','yes'),(478,'awpcp-messages','a:0:{}','yes'),(566,'sl_db_version','1.9','yes'),(567,'sl_start','2012-09-07 16:52:14','yes'),(568,'sl_map_character_encoding','','yes'),(569,'sl_instruction_message','Enter Your Address or Zip Code Above.','yes'),(570,'sl_admin_locations_per_page','100','yes'),(571,'sl_map_overview_control','','yes'),(572,'sl_distance_unit','miles','yes'),(573,'sl_load_locations_default','1','yes'),(574,'sl_num_initial_displayed','2','yes'),(575,'sl_website_label','Website','yes'),(576,'sl_directions_label','Directions','yes'),(577,'sl_radius_label','Radius','yes'),(578,'sl_map_type','G_NORMAL_MAP','yes'),(579,'sl_remove_credits','0','yes'),(580,'sl_use_name_search','0','yes'),(581,'sl_use_city_search','0','yes'),(582,'sl_zoom_level','4','yes'),(583,'sl_search_label','Address or Zip Code','yes'),(584,'sl_location_table_view','Normal','yes'),(585,'sl_map_theme','','yes'),(586,'sl_google_map_country','United States','yes'),(587,'sl_google_map_domain','maps.google.com','yes'),(588,'sl_map_end_icon','http://avalab.omgnhosting.com/wp-content/plugins/store-locator/icons/marker.png','yes'),(589,'sl_map_home_icon','http://avalab.omgnhosting.com/wp-content/plugins/store-locator/icons/arrow.png','yes'),(590,'sl_map_height','250','yes'),(591,'sl_map_height_units','px','yes'),(592,'sl_map_width','100','yes'),(593,'sl_map_width_units','%','yes'),(594,'sl_map_radii','1,5,10,25,(50),100,200,500','yes'),(615,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.2.2\";}','yes'),(627,'newsletter_main','a:10:{s:12:\"smtp_enabled\";i:0;s:11:\"return_path\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"test_email_0\";s:23:\"domains@omgnational.com\";s:11:\"test_name_0\";s:10:\"Subscriber\";s:12:\"sender_email\";s:33:\"newsletter@avalab.omgnhosting.com\";s:11:\"sender_name\";s:8:\"AVA Labs\";s:5:\"theme\";s:6:\"page-1\";s:12:\"lock_message\";N;s:8:\"lock_url\";N;}','no'),(628,'newsletter','a:12:{s:17:\"subscription_text\";s:208:\"<p>Subscribe to my newsletter by filling the form below.\r\nI\'ll try to make you happy.</p>\r\n<p>A confirmation email will be sent to your mailbox:\r\nplease read the instructions to complete the subscription.</p>\";s:15:\"subscribed_text\";s:248:\"<p>You successfully subscribed to my newsletter.\r\nYou\'ll receive in few minutes a confirmation email. Follow the link\r\nin it to confirm the subscription. If the email takes more than 15\r\nminutes to appear in your mailbox, check the spam folder.</p>\";s:20:\"confirmation_subject\";s:45:\"Confirm now your subscription to {blog_title}\";s:20:\"confirmation_message\";s:376:\"<p>Hi {name},</p>\r\n<p>I received a subscription request for this email address. You can confirm it\r\n<a href=\"{subscription_confirm_url}\"><strong>clicking here</strong></a>.\r\nIf you cannot click the link, use the following link:</p>\r\n<p>{subscription_confirm_url}</p>\r\n<p>If this subscription request has not been made from you, just ignore this message.</p>\r\n<p>Thank you.</p>\";s:14:\"confirmed_text\";s:63:\"<p>Your subscription has been confirmed!\r\nThank you {name}!</p>\";s:17:\"confirmed_subject\";s:22:\"Welcome aboard, {name}\";s:17:\"confirmed_message\";s:276:\"<p>The message confirm your subscription to {blog_title} newsletter.</p>\r\n<p>Thank you!</p>\r\n<p>If you want to cancel your unsubscription, <a href=\"{unsubscription_url}\">click here</a>, if you want to change your\r\nsubscription data, <a href=\"{profile_url}\">click here</a>.</p>\";s:19:\"unsubscription_text\";s:114:\"<p>Please confirm you want to unsubscribe my newsletter\r\n<a href=\"{unsubscription_confirm_url}\">clicking here</a>.\";s:17:\"unsubscribed_text\";s:64:\"<p>That make me cry, but I have removed your subscription...</p>\";s:20:\"unsubscribed_subject\";s:15:\"Goodbye, {name}\";s:20:\"unsubscribed_message\";s:92:\"<p>The message confirm your unsubscription to {blog_title} newsletter.</p>\r\n<p>Good bye!</p>\";s:11:\"email_theme\";s:9:\"{message}\";}','no'),(629,'newsletter_profile','a:17:{s:12:\"profile_text\";s:115:\"{profile_form}<p>If you want to cancel your subscription, <a href=\"{unsubscription_confirm_url}\">click here</a></p>\";s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:40:\"Your email seems wrong, check it please.\";s:11:\"name_status\";i:1;s:4:\"name\";s:4:\"Name\";s:10:\"name_error\";s:25:\"Your name cannot be empty\";s:7:\"surname\";s:9:\"Last Name\";s:14:\"surname_status\";i:0;s:10:\"sex_status\";i:0;s:3:\"sex\";s:3:\"I\'m\";s:8:\"sex_male\";s:4:\"Male\";s:10:\"sex_female\";s:6:\"Female\";s:14:\"privacy_status\";i:0;s:7:\"privacy\";s:47:\"Subscribing you accept the privacy informative.\";s:13:\"privacy_error\";s:53:\"You must accept the privacy informative to subscribe.\";s:9:\"subscribe\";s:14:\"Subscribe now!\";s:4:\"save\";s:4:\"Save\";}','no'),(630,'newsletter_version','250','no'),(737,'aioseop_options','a:40:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";s:0:\"\";s:16:\"aiosp_home_title\";s:51:\"Welcome To Advanced Veterinary Analysis Laboratory!\";s:22:\"aiosp_home_description\";s:111:\"Advanced Veterinary Analysis Laboratory, embraces the needs of veterinarians and enhances the lives of animals.\";s:19:\"aiosp_home_keywords\";s:246:\"vet, veterinary services, pets, animals, veterinary science, veterinary science services, vet services, vet lab results, veterinary lab results, AVA, advanced veterinary analysis, advanced veterinary services, advanced veterinary analysis service\";s:23:\"aiosp_max_words_excerpt\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:21:\"%date% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:0:\"\";s:21:\"aiosp_archive_noindex\";s:0:\"\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:16:\"aiosp_debug_info\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";s:0:\"\";s:18:\"aiosp_seocustptcol\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";}','yes'),(887,'pageflipbook_options','a:12:{s:13:\"pageflip_back\";s:1:\"0\";s:19:\"pageflip_background\";s:6:\"FFFFFF\";s:16:\"pageflip_hauteur\";s:3:\"520\";s:16:\"pageflip_largeur\";s:3:\"650\";s:18:\"pageflip_couvendur\";s:1:\"1\";s:17:\"pageflip_preloads\";s:1:\"3\";s:23:\"pageflip_redimensionner\";s:1:\"1\";s:20:\"pageflip_doublepages\";s:1:\"1\";s:21:\"pageflip_page_hauteur\";s:3:\"400\";s:21:\"pageflip_page_largeur\";s:3:\"300\";s:21:\"pageflip_transparence\";s:1:\"0\";s:16:\"pageflip_bordure\";s:1:\"2\";}','yes'),(888,'pageflipbook_language','EN_en.php','yes'),(1602,'category_children','a:0:{}','yes'),(1615,'db_upgraded','','yes'),(2177,'dgx_donate_email_reply','domains@omgnational.com','yes'),(2178,'dgx_donate_email_subj','Thank you for your donation','yes'),(2179,'dgx_donate_email_body','Dear [firstname] [lastname],\n\nThank you for your generous donation of [amount]. Please note that no goods or services were received in exchange for this donation.','yes'),(2180,'dgx_donate_email_recur','Thank you for electing to have your donation automatically repeated each month. The next automatic donation will occur in one month and continue until cancelled. If you would like to cancel your recurring donation at any time, please send us an email.','yes'),(2181,'dgx_donate_email_desig','Your donation has been designated to the [fund] fund.','yes'),(2182,'dgx_donate_email_anon','You have requested that your donation be kept anonymous. Your name will not be revealed to the public.','yes'),(2183,'dgx_donate_email_list','Thank you for joining our mailing list. We will send you updates from time-to-time. If at any time you would like to stop receiving emails, please send us an email to be removed from the mailing list.','yes'),(2184,'dgx_donate_email_trib','You have asked to make this donation in honor of or memory of someone else. Thank you! We will notify the honoree within the next 5-10 business days.','yes'),(2185,'dgx_donate_email_close','Thanks again for your support!','yes'),(2186,'dgx_donate_email_sig','Director of Donor Relations','yes'),(2187,'dgx_donate_notify_emails','domains@omgnational.com','yes'),(2188,'dgx_donate_payment_gateway','DGXDONATEPAYPALSTD','yes'),(2189,'dgx_donate_paypal_server','LIVE','yes'),(2190,'dgx_donate_thanks_text','Thank you for donating! A thank you email with the details of your donation will be sent to the email address you provided.','yes'),(2195,'dgx_donate_default_state','CA','yes'),(2203,'dgx_donate_giving_level_1000','yes','yes'),(2271,'wp_pp_payment_email','drarmandom@gmail.com','yes'),(2272,'paypal_payment_currency','USD','yes'),(2273,'wp_pp_payment_subject','Online Payment ','yes'),(2274,'wp_pp_payment_item1','Service Payment','yes'),(2275,'wp_pp_payment_value1','0','yes'),(2276,'wp_pp_payment_item2','','yes'),(2277,'wp_pp_payment_value2','0','yes'),(2278,'wp_pp_payment_item3','','yes'),(2279,'wp_pp_payment_value3','0','yes'),(2280,'wp_paypal_widget_title_name','Paypal Payment','yes'),(2281,'payment_button_type','https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif','yes'),(2282,'wp_pp_show_other_amount','1','yes'),(2283,'wp_pp_show_ref_box','1','yes'),(2284,'wp_pp_ref_title','Invoice Number','yes'),(2285,'wp_pp_return_url','http://avalab.com','yes'),(2286,'wp_pp_payment_item4','','yes'),(2287,'wp_pp_payment_value4','0','yes'),(2288,'wp_pp_payment_item5','','yes'),(2289,'wp_pp_payment_value5','0','yes'),(2290,'wp_pp_payment_item6','','yes'),(2291,'wp_pp_payment_value6','0','yes'),(2302,'wpUI_options','a:51:{s:11:\"enable_tabs\";s:2:\"on\";s:16:\"enable_accordion\";s:2:\"on\";s:14:\"enable_dialogs\";s:2:\"on\";s:24:\"enable_quicktags_buttons\";s:2:\"on\";s:9:\"bottomnav\";s:2:\"on\";s:19:\"enable_tinymce_menu\";s:2:\"on\";s:14:\"enable_widgets\";s:2:\"on\";s:15:\"load_all_styles\";s:2:\"on\";s:15:\"selected_styles\";s:129:\"[\"wpui-light\",\"wpui-blue\",\"wpui-red\",\"wpui-green\",\"wpui-dark\",\"wpui-quark\",\"wpui-alma\",\"wpui-macish\",\"wpui-redmond\",\"wpui-sevin\"]\";s:10:\"tab_scheme\";s:8:\"wpui-red\";s:18:\"jqui_custom_themes\";s:2:\"{}\";s:10:\"custom_css\";s:119:\".wp-tab-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom {\r\n height: auto!important;\r\n}\";s:12:\"dialog_width\";s:5:\"500px\";s:6:\"tabsfx\";s:6:\"fadeIn\";s:8:\"fx_speed\";s:3:\"400\";s:11:\"tabs_rotate\";s:4:\"stop\";s:10:\"tabs_event\";s:5:\"click\";s:12:\"accord_event\";s:5:\"click\";s:17:\"accord_autoheight\";s:2:\"on\";s:13:\"accord_easing\";s:5:\"false\";s:16:\"mouse_wheel_tabs\";s:5:\"false\";s:17:\"tab_nav_prev_text\";s:4:\"Prev\";s:17:\"tab_nav_next_text\";s:4:\"Next\";s:17:\"spoiler_show_text\";s:13:\"Click to show\";s:17:\"spoiler_hide_text\";s:13:\"Click to hide\";s:14:\"excerpt_length\";s:4:\"more\";s:11:\"post_widget\";a:4:{s:5:\"title\";s:12:\"We recommend\";s:4:\"type\";s:7:\"popular\";s:6:\"number\";s:1:\"4\";s:7:\"per_row\";s:1:\"4\";}s:22:\"post_default_thumbnail\";a:3:{s:3:\"url\";s:74:\"http://avalab.omgnhosting.com/wp-content/plugins/wp-ui/images/wp-light.png\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}s:14:\"title_template\";s:0:\"\";s:15:\"post_template_1\";s:345:\"<h2 class=\"wpui-post-title\">{$title}</h2>\r\n <div class=\"wpui-post-meta\">{$date} | {$author}</div>\r\n <div class=\"wpui-post-thumbnail\">{$thumbnail}</div>\r\n <div class=\"wpui-post-content\">{$excerpt}</div>\r\n <p class=\"wpui-readmore\"><a class=\"ui-button ui-widget ui-corner-all\" href=\"{$url}\" title=\"Read more from {$title}\">Read More...</a></p>\";s:15:\"post_template_2\";s:245:\"<div class=\"wpui-post-meta\">{$date}</div>\r\n <div class=\"wpui-post-thumbnail\">{$thumbnail}</div>\r\n <div class=\"wpui-post-content\">{$excerpt}</div>\r\n <p class=\"wpui-readmore\"><a href=\"{$url}\" title=\"Read more from {$title}\">Read More...</a></p>\";s:19:\"script_conditionals\";s:0:\"\";s:11:\"use_cookies\";s:2:\"on\";s:15:\"linking_history\";s:2:\"on\";s:12:\"docwrite_fix\";s:2:\"on\";s:12:\"misc_options\";s:36:\"hashing_method=1\r\ntinymce_icon_row=3\";s:6:\"submit\";s:12:\"Save Options\";s:15:\"enable_spoilers\";s:3:\"off\";s:6:\"topnav\";s:3:\"off\";s:12:\"enable_cache\";s:3:\"off\";s:16:\"collapsible_tabs\";s:3:\"off\";s:18:\"accord_collapsible\";s:3:\"off\";s:13:\"bleeding_edge\";s:3:\"off\";s:15:\"jquery_disabled\";s:3:\"off\";s:22:\"load_scripts_on_demand\";s:3:\"off\";s:14:\"relative_times\";s:3:\"off\";s:4:\"tour\";s:3:\"off\";s:7:\"version\";s:5:\"0.8.5\";s:14:\"enable_ie_grad\";s:2:\"on\";s:16:\"widget_rich_text\";s:3:\"off\";s:18:\"post_widget_number\";s:1:\"3\";}','yes'),(4376,'meta','a:1:{s:25:\"page_background_image_url\";N;}','yes'),(5422,'disable_comments_options','a:5:{s:19:\"disabled_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:17:\"remove_everywhere\";b:1;s:9:\"permanent\";b:1;s:10:\"db_version\";i:6;s:16:\"extra_post_types\";b:0;}','yes'),(5427,'pagelines-templates','','yes'),(5689,'link_manager_enabled','1','yes'),(7169,'my_custom_css','.fwb_fromthis {\r\ndisplay: none;\r\n}','yes'),(7301,'wpseo','a:20:{s:14:\"blocking_files\";a:0:{}s:26:\"ignore_blog_public_warning\";b:0;s:31:\"ignore_meta_description_warning\";b:0;s:20:\"ignore_page_comments\";b:0;s:16:\"ignore_permalink\";b:0;s:15:\"ms_defaults_set\";b:0;s:23:\"theme_description_found\";s:0:\"\";s:21:\"theme_has_description\";b:0;s:7:\"version\";s:5:\"2.3.4\";s:11:\"alexaverify\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:12:\"googleverify\";s:43:\"k6S-nqpkpg1hQt9V6KKOYtmBDlcRlDVlMKHqPYroZfo\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";}','yes'),(7302,'wpseo_titles','a:70:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:0;s:21:\"title-tax-banner-sets\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-banner-sets\";s:0:\"\";s:23:\"metakey-tax-banner-sets\";s:0:\"\";s:27:\"hideeditbox-tax-banner-sets\";b:0;s:23:\"noindex-tax-banner-sets\";b:0;s:22:\"title-tax-feature-sets\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-feature-sets\";s:0:\"\";s:24:\"metakey-tax-feature-sets\";s:0:\"\";s:28:\"hideeditbox-tax-feature-sets\";b:0;s:24:\"noindex-tax-feature-sets\";b:0;s:18:\"title-tax-box-sets\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-box-sets\";s:0:\"\";s:20:\"metakey-tax-box-sets\";s:0:\"\";s:24:\"hideeditbox-tax-box-sets\";b:0;s:20:\"noindex-tax-box-sets\";b:0;s:19:\"noindex-post_format\";b:1;}','yes'),(7303,'wpseo_xml','a:15:{s:22:\"disable_author_sitemap\";b:0;s:22:\"disable_author_noposts\";b:0;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(7304,'wpseo_social','a:21:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"9b3c4a953f9e1fccdc9d42d476fd5698\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(7305,'wpseo_rss','a:1:{s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(7306,'wpverysimplegoogleanalytics_og','a:1:{s:32:\"wpverysimplegoogleanalytics_o_id\";s:13:\"UA-40158453-1\";}','yes'),(24159,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(24160,'rg_form_version','1.9.12.1','yes'),(24165,'page_for_posts','0','yes'),(24166,'WPLANG','','yes'),(24177,'gform_email_count','13','yes'),(24604,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"domains@omgnational.com\";s:7:\"version\";s:5:\"4.2.4\";s:9:\"timestamp\";i:1438691358;}','yes'),(27594,'widget_awpcp_search_widget','a:0:{}','yes'),(36200,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(36201,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(36206,'se_meta','a:10:{s:7:\"blog_id\";b:0;s:7:\"api_key\";b:0;s:8:\"auth_key\";b:0;s:7:\"version\";s:5:\"8.1.3\";s:13:\"first_version\";s:5:\"8.1.3\";s:8:\"new_user\";b:1;s:4:\"name\";s:0:\"\";s:5:\"email\";s:0:\"\";s:24:\"show_options_page_notice\";b:0;s:16:\"se_global_notice\";a:2:{s:5:\"title\";s:28:\"Searching for your car keys?\";s:7:\"message\";s:324:\"Well, there are some things our plugin can\'t search for - your car keys, your wallet, a soulmate and <strong>unregistered custom post types</strong> :) <br> It searches for almost everything else, but it also does some other amazing stuff, like ... research. <a href=\"http://zem.si/1l7q5KS\" target=\"_blank\">Check it out!</a>\";}}','yes'),(36207,'se_options','a:21:{s:21:\"se_exclude_categories\";s:0:\"\";s:26:\"se_exclude_categories_list\";s:0:\"\";s:16:\"se_exclude_posts\";s:0:\"\";s:21:\"se_exclude_posts_list\";s:0:\"\";s:18:\"se_use_page_search\";b:0;s:21:\"se_use_comment_search\";b:1;s:17:\"se_use_tag_search\";b:0;s:17:\"se_use_tax_search\";b:0;s:22:\"se_use_category_search\";b:1;s:25:\"se_approved_comments_only\";b:1;s:22:\"se_approved_pages_only\";b:0;s:21:\"se_use_excerpt_search\";b:0;s:19:\"se_use_draft_search\";b:0;s:24:\"se_use_attachment_search\";b:0;s:14:\"se_use_authors\";b:0;s:18:\"se_use_cmt_authors\";b:0;s:22:\"se_use_metadata_search\";b:0;s:16:\"se_use_highlight\";b:1;s:18:\"se_highlight_color\";s:6:\"orange\";s:18:\"se_highlight_style\";s:0:\"\";s:19:\"se_research_metabox\";a:3:{s:18:\"visible_on_compose\";b:1;s:23:\"external_search_enabled\";b:0;s:14:\"notice_visible\";b:1;}}','yes'),(36218,'awpcp-flush-rewrite-rules','','yes'),(36219,'awpcp-plugin-pages','a:11:{s:14:\"main-page-name\";a:1:{s:7:\"page_id\";s:3:\"115\";}s:18:\"show-ads-page-name\";a:1:{s:7:\"page_id\";s:3:\"116\";}s:21:\"reply-to-ad-page-name\";a:1:{s:7:\"page_id\";s:3:\"117\";}s:17:\"edit-ad-page-name\";a:1:{s:7:\"page_id\";s:3:\"118\";}s:18:\"place-ad-page-name\";a:1:{s:7:\"page_id\";s:3:\"119\";}s:18:\"renew-ad-page-name\";a:1:{s:7:\"page_id\";s:3:\"120\";}s:20:\"browse-ads-page-name\";a:1:{s:7:\"page_id\";s:3:\"121\";}s:27:\"browse-categories-page-name\";a:1:{s:7:\"page_id\";s:3:\"122\";}s:20:\"search-ads-page-name\";a:1:{s:7:\"page_id\";s:3:\"123\";}s:26:\"payment-thankyou-page-name\";a:1:{s:7:\"page_id\";s:3:\"124\";}s:24:\"payment-cancel-page-name\";a:1:{s:7:\"page_id\";s:3:\"125\";}}','yes'),(36309,'_transient_timeout_pagelines_custom_css_backup','1441607211','no'),(36310,'_transient_pagelines_custom_css_backup','a:3:{s:6:\"custom\";s:3797:\".wpui-red ul.ui-tabs-nav li {\n width: 530px;\n}\n.wpui-red .ui-accordion .ui-accordion-content {\n height: auto !important;\n}\n.leftSide {\n float: left;\n width: 125px;\n}\n.rightSide {\n float: left;\n width: 325px;\n}\n.clip {\n width: 100% !important;\n}\n.clip .post-excerpt {\n font-size: 1.03em !important;\n}\n#nav {\n width: 1000px;\n margin-top: -80px;\n *margin-top: -80px;\n margin-left: auto;\n margin-right: auto;\n padding-left: 50px;\n z-index: 9999;\n position: relative;\n}\n.searchform .searchfield {\n margin-top: -60px;\n margin-right: 120px;\n}\n.searchform {\n margin-right: 30px;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nh1 a,\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a,\na.site-title,\n.entry-title a,\n.entry-title a:hover,\n.widget-title a:hover,\nh3.widget-title a:hover {\n color: #77161b;\n}\n.h1,\n.fpost .entry-title {\n font-size: 125%;\n color: #77161b;\n}\n.searchform .searchfield,\ninput,\ntextarea,\nblockquote,\n.wp-caption,\n#soapbox .fboxinfo {\n background-color: transparent !important;\n border: 1px solid #000000;\n}\ntextarea:focus {\n border: 1px;\n}\n.navigation_wrap {\n border: none;\n}\n.main_nav ul {\n width: 900px;\n}\n.main_nav ul li {\n width: 150px;\n text-align: center;\n font-family: Tahoma;\n font-size: 16px;\n color: #000000;\n font-weight: bold;\n}\n.main-nav .current-menu-ancestor a,\n.main-nav li.current-menu-ancestor ul a,\n.main-nav li.current_page_item a,\n.main-nav li.current-menu-item a,\n.main-nav li.current_page_parent a,\n.sf-menu li li,\n.sf-menu li li li {\n background: transparent;\n}\n.cnt-comments a:hover,\n#wp-calendar thead th,\n.item-avatar a,\n.comment blockquote,\n#page .wp-pagenavi a:hover,\n#page .wp-pagenavi .extend,\n.content-pagination .cp-num,\n.content-pagination a:hover .cp-num,\nins,\n.main-nav li a:hover,\n.main-nav .current-page-ancestor .current_page_item a,\n.main-nav li.current-page-ancestor ul a:hover {\n background: transparent;\n}\n.one-sidebar-right #column-main .mcolumn-pad,\n.two-sidebar-right #column-main .mcolumn-pad {\n width: 550px;\n margin-left: 50px;\n margin-top: 50px;\n background-image: url(http://avalab.com/wp-content/uploads/2012/09/background.png);\n background-repeat: repeat-y;\n -moz-border-radius: 15px;\n border-radius: 15px;\n}\n.ui-stop-floating {\n clear: both;\n margin-top: -1px;\n height: 1px;\n overflow: hidden;\n}\n.main-content-p {\n text-align: justify;\n margin-left: 20px;\n font-family: Tahoma;\n font-size: 12px;\n font-weight: bold;\n}\n.copy-pad p {\n text-align: justify;\n margin-left: 20px;\n font-family: Tahoma;\n font-size: 14px;\n font-weight: bold;\n}\n.copy-pad ul li {\n text-align: justify;\n font-family: Tahoma;\n font-size: 14px;\n font-weight: bold;\n}\nhr,\n.fpost,\n.clip_box,\n.widget-title,\n.metabar a,\n#morefoot .widget-title,\n#site #dsq-content h3,\n.navigation_wrap,\n.setup_area,\n.fpost .post-thumb img,\n.clip .clip-thumb img,\n.author-thumb img,\nul.sf-menu ul li {\n border: none;\n}\n.page-item-91 {\n display: none;\n}\n.page-item-104 {\n display: none;\n}\n.page-item-112 {\n display: none;\n}\n.page-item-115 {\n display: none;\n}\n.page-item-130 {\n display: none;\n}\n.page-item-224 {\n display: none;\n}\n.page-item-388 {\n display: none;\n}\n.page-item-309 {\n display: none;\n}\n.page-item-396 {\n display: none;\n}\n.page-item-407 {\n display: none;\n}\n.page-item-420 {\n display: none;\n}\n.page-item-445 {\n display: none;\n}\n.page-item-458 {\n display: none;\n}\n.page-item-478 {\n display: none;\n}\n.page-item-634 {\n display: none;\n}\n#addressInput {\n width: 300px;\n}\n.sl_header img,\n.sl_header td,\n.sl_header #addressSubmit {\n float: left;\n}\n.wpcf7-form {\n margin-left: 20px;\n}\n.fullwidth #pagelines_content #column-main {\n width: 1000px;\n margin-left: 50px;\n margin-top: 50px;\n background-image: url(/wp-content/uploads/2013/04/background2.png);\n background-repeat: repeat;\n -moz-border-radius: 15px;\n border-radius: 15px;\n}\n\";s:6:\"c_time\";d:0.271459999999999979092280000259052030742168426513671875;s:4:\"time\";i:1441002411;}','no'),(36314,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1441006982;s:7:\"checked\";a:1:{s:9:\"pagelines\";s:5:\"2.4.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(36319,'awpcp-migrate-regions-info-cursor','5','yes'),(36320,'awpcp-migrate-media-information-cursor','5','yes'),(38071,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.3\";s:7:\"version\";s:3:\"4.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.3\";s:7:\"version\";s:3:\"4.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1441006982;s:15:\"version_checked\";s:5:\"4.2.4\";s:12:\"translations\";a:0:{}}','yes'),(38264,'_site_transient_timeout_browser_6c87615462301d709781c5732ebdb395','1439510172','yes'),(38265,'_site_transient_browser_6c87615462301d709781c5732ebdb395','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(38266,'_transient_timeout_rss_8c8c1f01f7f8848cf21bccc5ca076c29','1438908972','no'),(38267,'_transient_rss_8c8c1f01f7f8848cf21bccc5ca076c29','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:14:{s:5:\"title\";s:119:\"Early Access Gold Membership Spaces Filled Up … Plus Many Store Locator Updates in September, October & November 2014\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/io7ySMIXIFw/\";s:8:\"comments\";s:152:\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/#comments\";s:7:\"pubdate\";s:31:\"Sun, 09 Nov 2014 17:00:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:147:\"AddonsAnnouncementEarly AccessWordpress Store Locator Pluginearly-accessthemesupdatesupdgradeswordpress store locatorwordpress store locator plugin\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1656\";s:11:\"description\";s:742:\"<p>Early Access Gold Membership Spaces Filled Up! But … … decided to add just a few more spaces: What is “Early Access”? … Individual Addons Popular demand in 2013 for individual addons (in addition to the Addons Platform) warranted creating the Early Access program for you in March 2014. Two stages. First stage — access [...]</p><p>The post <a href=\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/\">Early Access Gold Membership Spaces Filled Up … Plus Many Store Locator Updates in September, October & November 2014</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7342:\"<h2>Early Access Gold Membership Spaces Filled Up! But …</h2>\n<p>… decided to add just a few more spaces:</p>\n<div class=\'ea_digits1\' style=\'width:552px; margin:0px auto\'></div>\n<h2>What is “Early Access”? …</h2>\n<p><!--img src=\"http://www.viadat.com/wp-content/uploads/2014/02/lol_early_access.jpg\" alt=\"Early Access: Stage 1 - Individual Addons\" style=\'float:right; padding: 0 0 7px 7px; width:300px\' /--><strong>Individual Addons</strong><br />\nPopular demand in 2013 for individual addons (in addition to the <a href=\"http://docs.viadat.com/Addons_Platform\" title=\"Addons Platform - Access all Store Locator addons & themes\" target=\"_blank\">Addons Platform</a>) warranted <a href=\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\" title=\"Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT\" target=\"_blank\">creating the Early Access program for you in March 2014</a>. Two stages. First stage — access to individual addons. The next stage will give you even more.</p>\n<p><b>Developers, Website Owners — Make sure to take advantage of this</b> <br />Will soon be revealing your membership-level-related benefits, at the start of Early Access: Stage 2 before the end of this year — at which point automatic Gold memberships will come to an end. Make sure to join now:</p>\n<style>.lol_ea_diamond, .lol_ea_platinum, .lol_ea_gold, .lol_ea_silver, .lol_ea_bronze {text-align:center; border:0px !important; margin:0px !important; padding:1px !important;} \n#lol_ea_gold, #lol_ea_bronze, #lol_ea_silver, #lol_ea_platinum, #lol_ea_diamond {width: 95px !important;}</style>\n<div style=\'margin:0 auto; width:300px\'>\n<table>\n<tr>\n<!--td style=\'text-decoration:blink\' class=\'lol_ea_diamond\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_diamond.png\' style=\'width:100px\' id=\'lol_ea_diamond\'><br />Diamond<br /><i><small>15000 points</small></i></td>\n<td class=\'lol_ea_platinum\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_platinum.png\' style=\'width:100px\' id=\'lol_ea_platinum\'><br />Platinum<br /><i><small>10000 points</small></i></td-->\n<td class=\'lol_ea_gold\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_gold.png\' style=\'width:100px\' id=\'lol_ea_gold\'><br />Gold<br /><i><small>6000 points</small></i></td>\n<td class=\'lol_ea_silver\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_silver.png\' style=\'width:100px\' id=\'lol_ea_silver\'><br />Silver<br /><i><small>3500 points</small></i></td>\n<td class=\'lol_ea_bronze\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_bronze.png\' style=\'width:100px\' id=\'lol_ea_bronze\'><br />Bronze<br /><i><small>1500 points</small></i></td>\n</tr>\n</table>\n</div>\n<div class=\'ea_digits1\' style=\'width:552px; margin:0px auto\'></div>\n<p> <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js\"></script><br />\n<script>\nfunction blink(selector){\n jQuery(selector).animate({opacity:0}, 400, \"linear\", function(){\n /*jQuery(this).delay(800);*/\n jQuery(this).animate({opacity:1}, 400, function(){\n blink(this);\n });\n /*jQuery(this).delay(800);*/\n });\n}\nfunction show_ea_medal(level){\n jQuery(\".lol_ea_\"+level).css(\"cursor\", \"hand\").css(\"cursor\", \"pointer\"); \n jQuery(\"#lol_ea_\"+level).attr(\"onclick\", \"location.href=\'http://www.viadat.com/products-page/early-access-entry/?ref=medal\'\"); jQuery(\".lol_ea_\"+level).append(\'<br/><b style=\"color:#900; white-space:nowrap\">OPEN:<br/>Enter Now</b>\'); blink(\".lol_ea_\"+level); \n}\njQuery(document).ready(function(){show_ea_medal(\"silver\");});\n</script><br />\n<link href=\'http://www.viadat.com/wp-content/uploads/magic-action-box/custom-buttons.css?ver=3.5.1\' rel=\'stylesheet\' type=\'text/css\' />\n<script>\njQuery(function(){\n jQuery(\".ea_digits1\").html(\'<a rel=\"http://www.viadat.com/products-page/early-access-entry/?ref=button\" onclick=\"location.href=this.rel; return false;\" href=\"#\" style=\"display:block; float: left; margin: 5px 0; font-weight: bold !important; font-size: 20px !important; padding: 20px !important;\" class=\"mab-button-0\">Access Individual Addons Now</a><br clear=\"all\">\').css(\'width\', \'355px\');\n});\n</script></p>\n<h2>Past Three Months (September, October, and November) — Many Updates — Addons, Themes, and Store Locator</h2>\n<h3><a href=\"http://docs.viadat.com/Categorizer\" title=\"Categorizer addon\" target=\"_blank\">Categorizer</a></h3>\n<li>Introduced Category dropdown selector — this field allows users to select a specific category to filter locations prior to search</li>\n<li>Introduced Tags filter — this filter automatically displays all tags attributed to all locations, then allows website visitors to filter search results of locations based on their tagged attributes. Works well along with category dropdown selector and category checkbox options</li>\n<h3><a href=\"http://www.viadat.com/products-page/store-locator-themes/\" title=\"Store Locator Themes\" target=\"_blank\">Responsive Themes</a></h3>\n<li>Thus far, the “SL Starter” Theme has served well as a base, customizable theme for upgraded users (visible to Addons Platform users / Early Access members)</li>\n<li>Have since released “Streamline”, and “Debonair” themes — both responsive themes, with attractive interfaces. Responsive, meaning that the theme transforms/conforms based on the screensize of your website’s visitors — great for the ever-growing mobile device population.<br />\n<h3>Store Locator</h3>\n<li>Numerous WordPress, PHP, jQuery/Javascript compatibility updates — staying up to date with the latest</li>\n<li>Improvements for Store Locator management interface & ease-of-use</li>\n<p>\nIn all, always looking to improve many aspects for you, our users. Much work ahead, but make sure to take advantage of the benefits that are currently available!</p>\n<p>The post <a href=\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/\">Early Access Gold Membership Spaces Filled Up … Plus Many Store Locator Updates in September, October & November 2014</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=io7ySMIXIFw:rtZ4rRTOihg:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=io7ySMIXIFw:rtZ4rRTOihg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=io7ySMIXIFw:rtZ4rRTOihg:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/io7ySMIXIFw\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:148:\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:143:\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/\";}s:7:\"summary\";s:742:\"<p>Early Access Gold Membership Spaces Filled Up! But … … decided to add just a few more spaces: What is “Early Access”? … Individual Addons Popular demand in 2013 for individual addons (in addition to the Addons Platform) warranted creating the Early Access program for you in March 2014. Two stages. First stage — access [...]</p><p>The post <a href=\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/\">Early Access Gold Membership Spaces Filled Up … Plus Many Store Locator Updates in September, October & November 2014</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:7342:\"<h2>Early Access Gold Membership Spaces Filled Up! But …</h2>\n<p>… decided to add just a few more spaces:</p>\n<div class=\'ea_digits1\' style=\'width:552px; margin:0px auto\'></div>\n<h2>What is “Early Access”? …</h2>\n<p><!--img src=\"http://www.viadat.com/wp-content/uploads/2014/02/lol_early_access.jpg\" alt=\"Early Access: Stage 1 - Individual Addons\" style=\'float:right; padding: 0 0 7px 7px; width:300px\' /--><strong>Individual Addons</strong><br />\nPopular demand in 2013 for individual addons (in addition to the <a href=\"http://docs.viadat.com/Addons_Platform\" title=\"Addons Platform - Access all Store Locator addons & themes\" target=\"_blank\">Addons Platform</a>) warranted <a href=\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\" title=\"Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT\" target=\"_blank\">creating the Early Access program for you in March 2014</a>. Two stages. First stage — access to individual addons. The next stage will give you even more.</p>\n<p><b>Developers, Website Owners — Make sure to take advantage of this</b> <br />Will soon be revealing your membership-level-related benefits, at the start of Early Access: Stage 2 before the end of this year — at which point automatic Gold memberships will come to an end. Make sure to join now:</p>\n<style>.lol_ea_diamond, .lol_ea_platinum, .lol_ea_gold, .lol_ea_silver, .lol_ea_bronze {text-align:center; border:0px !important; margin:0px !important; padding:1px !important;} \n#lol_ea_gold, #lol_ea_bronze, #lol_ea_silver, #lol_ea_platinum, #lol_ea_diamond {width: 95px !important;}</style>\n<div style=\'margin:0 auto; width:300px\'>\n<table>\n<tr>\n<!--td style=\'text-decoration:blink\' class=\'lol_ea_diamond\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_diamond.png\' style=\'width:100px\' id=\'lol_ea_diamond\'><br />Diamond<br /><i><small>15000 points</small></i></td>\n<td class=\'lol_ea_platinum\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_platinum.png\' style=\'width:100px\' id=\'lol_ea_platinum\'><br />Platinum<br /><i><small>10000 points</small></i></td-->\n<td class=\'lol_ea_gold\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_gold.png\' style=\'width:100px\' id=\'lol_ea_gold\'><br />Gold<br /><i><small>6000 points</small></i></td>\n<td class=\'lol_ea_silver\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_silver.png\' style=\'width:100px\' id=\'lol_ea_silver\'><br />Silver<br /><i><small>3500 points</small></i></td>\n<td class=\'lol_ea_bronze\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_bronze.png\' style=\'width:100px\' id=\'lol_ea_bronze\'><br />Bronze<br /><i><small>1500 points</small></i></td>\n</tr>\n</table>\n</div>\n<div class=\'ea_digits1\' style=\'width:552px; margin:0px auto\'></div>\n<p> <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js\"></script><br />\n<script>\nfunction blink(selector){\n jQuery(selector).animate({opacity:0}, 400, \"linear\", function(){\n /*jQuery(this).delay(800);*/\n jQuery(this).animate({opacity:1}, 400, function(){\n blink(this);\n });\n /*jQuery(this).delay(800);*/\n });\n}\nfunction show_ea_medal(level){\n jQuery(\".lol_ea_\"+level).css(\"cursor\", \"hand\").css(\"cursor\", \"pointer\"); \n jQuery(\"#lol_ea_\"+level).attr(\"onclick\", \"location.href=\'http://www.viadat.com/products-page/early-access-entry/?ref=medal\'\"); jQuery(\".lol_ea_\"+level).append(\'<br/><b style=\"color:#900; white-space:nowrap\">OPEN:<br/>Enter Now</b>\'); blink(\".lol_ea_\"+level); \n}\njQuery(document).ready(function(){show_ea_medal(\"silver\");});\n</script><br />\n<link href=\'http://www.viadat.com/wp-content/uploads/magic-action-box/custom-buttons.css?ver=3.5.1\' rel=\'stylesheet\' type=\'text/css\' />\n<script>\njQuery(function(){\n jQuery(\".ea_digits1\").html(\'<a rel=\"http://www.viadat.com/products-page/early-access-entry/?ref=button\" onclick=\"location.href=this.rel; return false;\" href=\"#\" style=\"display:block; float: left; margin: 5px 0; font-weight: bold !important; font-size: 20px !important; padding: 20px !important;\" class=\"mab-button-0\">Access Individual Addons Now</a><br clear=\"all\">\').css(\'width\', \'355px\');\n});\n</script></p>\n<h2>Past Three Months (September, October, and November) — Many Updates — Addons, Themes, and Store Locator</h2>\n<h3><a href=\"http://docs.viadat.com/Categorizer\" title=\"Categorizer addon\" target=\"_blank\">Categorizer</a></h3>\n<li>Introduced Category dropdown selector — this field allows users to select a specific category to filter locations prior to search</li>\n<li>Introduced Tags filter — this filter automatically displays all tags attributed to all locations, then allows website visitors to filter search results of locations based on their tagged attributes. Works well along with category dropdown selector and category checkbox options</li>\n<h3><a href=\"http://www.viadat.com/products-page/store-locator-themes/\" title=\"Store Locator Themes\" target=\"_blank\">Responsive Themes</a></h3>\n<li>Thus far, the “SL Starter” Theme has served well as a base, customizable theme for upgraded users (visible to Addons Platform users / Early Access members)</li>\n<li>Have since released “Streamline”, and “Debonair” themes — both responsive themes, with attractive interfaces. Responsive, meaning that the theme transforms/conforms based on the screensize of your website’s visitors — great for the ever-growing mobile device population.<br />\n<h3>Store Locator</h3>\n<li>Numerous WordPress, PHP, jQuery/Javascript compatibility updates — staying up to date with the latest</li>\n<li>Improvements for Store Locator management interface & ease-of-use</li>\n<p>\nIn all, always looking to improve many aspects for you, our users. Much work ahead, but make sure to take advantage of the benefits that are currently available!</p>\n<p>The post <a href=\"http://www.viadat.com/2014/11/early-access-gold-membership-spaces-filled-up-plus-many-store-locator-updates-in-september-october-november-2014/\">Early Access Gold Membership Spaces Filled Up … Plus Many Store Locator Updates in September, October & November 2014</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=io7ySMIXIFw:rtZ4rRTOihg:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=io7ySMIXIFw:rtZ4rRTOihg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=io7ySMIXIFw:rtZ4rRTOihg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=io7ySMIXIFw:rtZ4rRTOihg:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/io7ySMIXIFw\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:1;a:14:{s:5:\"title\";s:74:\"Store Locator v3.7 — Improvements With Custom Post Types & Page Builders\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/j0fEM1_zk60/\";s:8:\"comments\";s:108:\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/#comments\";s:7:\"pubdate\";s:31:\"Mon, 22 Sep 2014 22:23:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:89:\"AnnouncementWordpress Store Locator Plugincustom post typesimprovementpage buildersupdate\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1634\";s:11:\"description\";s:648:\"<p>Custom Post Types / Statuses / Page Builders As WordPress becomes more advanced, so do the techniques employed by theme & plugin authors. To keep in step, noticed that custom post types, statuses, and page builders were sometimes causing some users’ maps not to show up at times by preventing the WordPress Store Locator‘s javascript [...]</p><p>The post <a href=\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/\">Store Locator v3.7 — Improvements With Custom Post Types & Page Builders</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2260:\"<h2>Custom Post Types / Statuses / Page Builders</h2>\n<p><img src=\"http://www.viadat.com/wp-content/uploads/2014/09/3.7a.jpg\" alt=\"WordPress Store Locator Version 3.7\" style=\'float:right; width:300px;\' />As WordPress becomes more advanced, so do the techniques employed by theme & plugin authors. </p>\n<p>To keep in step, noticed that custom post types, statuses, and page builders were sometimes causing some users’ maps not to show up at times by preventing the <a href=\"http://www.viadat.com/store-locator/\" title=\"WordPress Store Locator — LotsOfLocales™\" target=\"_blank\">WordPress Store Locator</a>‘s javascript from loading. Store Locator v3.7+ should fully fix that now.</p>\n<h2>Download Here or Update Via Your WP Admin Dashboard</h2>\n<p><input type=\"button\" class=\"wpsc_buy_button\" onclick=\"location.href=\'http://www.viadat.com/vdl/store-locator.latest-stable.zip\'\" value=\"Download Store Locator Now\"></p>\n<p>Now, all should be fine — if your map is sometimes not loading, make sure to update! The latest version is now v3.8 as of this writing.</p>\n<p>The post <a href=\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/\">Store Locator v3.7 — Improvements With Custom Post Types & Page Builders</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=j0fEM1_zk60:hRBWu0ZsQd4:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=j0fEM1_zk60:hRBWu0ZsQd4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=j0fEM1_zk60:hRBWu0ZsQd4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/j0fEM1_zk60\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:104:\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:99:\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/\";}s:7:\"summary\";s:648:\"<p>Custom Post Types / Statuses / Page Builders As WordPress becomes more advanced, so do the techniques employed by theme & plugin authors. To keep in step, noticed that custom post types, statuses, and page builders were sometimes causing some users’ maps not to show up at times by preventing the WordPress Store Locator‘s javascript [...]</p><p>The post <a href=\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/\">Store Locator v3.7 — Improvements With Custom Post Types & Page Builders</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:2260:\"<h2>Custom Post Types / Statuses / Page Builders</h2>\n<p><img src=\"http://www.viadat.com/wp-content/uploads/2014/09/3.7a.jpg\" alt=\"WordPress Store Locator Version 3.7\" style=\'float:right; width:300px;\' />As WordPress becomes more advanced, so do the techniques employed by theme & plugin authors. </p>\n<p>To keep in step, noticed that custom post types, statuses, and page builders were sometimes causing some users’ maps not to show up at times by preventing the <a href=\"http://www.viadat.com/store-locator/\" title=\"WordPress Store Locator — LotsOfLocales™\" target=\"_blank\">WordPress Store Locator</a>‘s javascript from loading. Store Locator v3.7+ should fully fix that now.</p>\n<h2>Download Here or Update Via Your WP Admin Dashboard</h2>\n<p><input type=\"button\" class=\"wpsc_buy_button\" onclick=\"location.href=\'http://www.viadat.com/vdl/store-locator.latest-stable.zip\'\" value=\"Download Store Locator Now\"></p>\n<p>Now, all should be fine — if your map is sometimes not loading, make sure to update! The latest version is now v3.8 as of this writing.</p>\n<p>The post <a href=\"http://www.viadat.com/2014/09/store-locator-v3-7-improvements-with-custom-post-types-page-builders/\">Store Locator v3.7 — Improvements With Custom Post Types & Page Builders</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=j0fEM1_zk60:hRBWu0ZsQd4:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=j0fEM1_zk60:hRBWu0ZsQd4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=j0fEM1_zk60:hRBWu0ZsQd4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=j0fEM1_zk60:hRBWu0ZsQd4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/j0fEM1_zk60\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:2;a:14:{s:5:\"title\";s:72:\"Store Locator Addon Notice: Save Template Before Updating Location Pages\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/4hqHiC5UklI/\";s:8:\"comments\";s:111:\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/#comments\";s:7:\"pubdate\";s:31:\"Thu, 07 Aug 2014 13:19:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:59:\"AddonsAnnouncementGoogle MapsWordpress Store Locator Plugin\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1597\";s:11:\"description\";s:705:\"<p>Location Pages Users: Save Template File (location-template.php) Before Updating If It’s Been Modified If you have already made modifications to your ‘location-template.php’ file, save a copy of it to your computer before updating to Location Pages v1.1, released today. It will become ‘location-sample-template.php’ moving forward and will be used as a default template for first-time [...]</p><p>The post <a href=\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/\">Store Locator Addon Notice: Save Template Before Updating Location Pages</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2828:\"<h2>Location Pages Users: Save Template File (location-template.php) Before Updating If It’s Been Modified</h2>\n<p><img src=\"http://www.viadat.com/wp-content/uploads/wpsc/product_images/screen_location-pages_interface1.jpg\" alt=\"Location Pages - WordPress Store Locator addon\" style=\'float:right; padding:7px; width:270px\'/>If you have already made modifications to your ‘location-template.php’ file, save a copy of it to your computer before updating to <a href=\"http://docs.viadat.com/Location_Pages\" target=\'_blank\'>Location Pages</a> v1.1, released today. It will become ‘location-sample-template.php’ moving forward and will be used as a default template for first-time users. </p>\n<p>After this update, your template’s HTML & template shortcode will be stored in the Store Locator’s database, but still modifiable from your Location Pages admin interface.</p>\n<p>\n<input type=\"button\" class=\"wpsc_buy_button\" onclick=\"location.href=\'http://www.viadat.com/vdl/store-locator.latest-stable.zip\'\" value=\"Download Store Locator Now\"></p>\n<h2>Great Feedback</h2>\n<p>Great feedback from our <a href=\"http://www.viadat.com/products-page/\" target=\'_blank\'>addon</a> users, <a href=\"http://www.viadat.com/products-page/early-access/\" target=\'_blank\'>Early Access members</a>, and regular/non-members in recent months — it has really aided in the development of new addon features and learning what users are looking forward to. Just released <a href=\"http://www.viadat.com/store-locator/\" target=\'_blank\'>WordPress Store Locator</a> v3.5 today, with many base Store Locator and major addon updates as a result.</p>\n<p>The post <a href=\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/\">Store Locator Addon Notice: Save Template Before Updating Location Pages</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=4hqHiC5UklI:9Kpkr1gK33Y:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=4hqHiC5UklI:9Kpkr1gK33Y:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=4hqHiC5UklI:9Kpkr1gK33Y:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/4hqHiC5UklI\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:107:\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:102:\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/\";}s:7:\"summary\";s:705:\"<p>Location Pages Users: Save Template File (location-template.php) Before Updating If It’s Been Modified If you have already made modifications to your ‘location-template.php’ file, save a copy of it to your computer before updating to Location Pages v1.1, released today. It will become ‘location-sample-template.php’ moving forward and will be used as a default template for first-time [...]</p><p>The post <a href=\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/\">Store Locator Addon Notice: Save Template Before Updating Location Pages</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:2828:\"<h2>Location Pages Users: Save Template File (location-template.php) Before Updating If It’s Been Modified</h2>\n<p><img src=\"http://www.viadat.com/wp-content/uploads/wpsc/product_images/screen_location-pages_interface1.jpg\" alt=\"Location Pages - WordPress Store Locator addon\" style=\'float:right; padding:7px; width:270px\'/>If you have already made modifications to your ‘location-template.php’ file, save a copy of it to your computer before updating to <a href=\"http://docs.viadat.com/Location_Pages\" target=\'_blank\'>Location Pages</a> v1.1, released today. It will become ‘location-sample-template.php’ moving forward and will be used as a default template for first-time users. </p>\n<p>After this update, your template’s HTML & template shortcode will be stored in the Store Locator’s database, but still modifiable from your Location Pages admin interface.</p>\n<p>\n<input type=\"button\" class=\"wpsc_buy_button\" onclick=\"location.href=\'http://www.viadat.com/vdl/store-locator.latest-stable.zip\'\" value=\"Download Store Locator Now\"></p>\n<h2>Great Feedback</h2>\n<p>Great feedback from our <a href=\"http://www.viadat.com/products-page/\" target=\'_blank\'>addon</a> users, <a href=\"http://www.viadat.com/products-page/early-access/\" target=\'_blank\'>Early Access members</a>, and regular/non-members in recent months — it has really aided in the development of new addon features and learning what users are looking forward to. Just released <a href=\"http://www.viadat.com/store-locator/\" target=\'_blank\'>WordPress Store Locator</a> v3.5 today, with many base Store Locator and major addon updates as a result.</p>\n<p>The post <a href=\"http://www.viadat.com/2014/08/store-locator-addon-notice-save-template-before-updating-location-pages/\">Store Locator Addon Notice: Save Template Before Updating Location Pages</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=4hqHiC5UklI:9Kpkr1gK33Y:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=4hqHiC5UklI:9Kpkr1gK33Y:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=4hqHiC5UklI:9Kpkr1gK33Y:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=4hqHiC5UklI:9Kpkr1gK33Y:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/4hqHiC5UklI\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:3;a:14:{s:5:\"title\";s:49:\"Tutorial: How to Use File Transfer Protocol (FTP)\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/DzIRunXD2fs/\";s:8:\"comments\";s:86:\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/#comments\";s:7:\"pubdate\";s:31:\"Fri, 09 May 2014 06:12:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:135:\"Google MapsTutorialsWordpress Store Locator PluginAddonsfile transfer protocolfilesfirefoxfireftpftpinstructionsservertechnicaltutorial\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1562\";s:11:\"description\";s:600:\"<p>Using FTP Not everyone using the WordPress Store Locator plugin & its addons are highly technical — and that’s okay.  WordPress is an online publishing tool that makes life very easy for both highly-technical developers and non-technical users alike.  Likewise, the aim has always been to create a Store Locator that also follows in the [...]</p><p>The post <a href=\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/\">Tutorial: How to Use File Transfer Protocol (FTP)</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5563:\"<p><img width=\"400\" height=\"161\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/eed327e5a70f23a7bf943cf41d197df1.jpg\" alt=\"\" class=\"alignright\"></p>\n<h2>Using FTP</h2>\n<p>Not everyone using the WordPress Store Locator plugin & its addons are highly technical — and that’s okay. WordPress is an online publishing tool that makes life very easy for both highly-technical developers and non-technical users alike. Likewise, the aim has always been to create a Store Locator that also follows in the mold of WordPress’s ease of use.</p>\n<p>After helping a number of users to use File Transfer Protocol (FTP), in order to get their addons up and running, decided to share this tutorial that has been shared with them — and hopefully it will help many others.</p>\n<h2>How to upload folders/files to your website (CSV Importer addon example)</h2>\n<p>1) You will need to use FTP to upload folders & files to your website. FTP is “File Transfer Protocol” — It’s how you can upload and download files from your website’s server (“server” is the remote computer hosting your website’s files so that it shows up online as a website)</p>\n<p>2) Easiest way to get FTP: Use the browser, <a target=\"_blank\" href=\"http://www.mozilla.org/en-US/firefox/new/\" title=\"Firefox Browser\">FireFox</a>, and install the FireFTP addon: <a target=\"_blank\" href=\"http://fireftp.net/\">http://fireftp.net/</a> (you can also go to “Tools > Add-ons” from within FireFox and then search for “FireFTP”)</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_1.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"460\" height=\"225\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_1.png\" alt=\"FF addons\"></a></p>\n<p>3) To log into your website using FireFTP (in order to upload folders & files), click the blue seahorse icon that shows up near your browser’s address bar. Then, from the drop down menu, choose “Create an account…”</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_2.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"414\" height=\"177\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_2.png\" alt=\"FTP login\"></a></p>\n<p>4) Then, you will need to create an account for your website using the FTP login credentials for your website (might need to ask your website host about this, or if you use cPanel, the login might be the same for FTP)</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_3.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"422\" height=\"265\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_3.png\" alt=\"login\"></a></p>\n<p><b>(Note: Steps 5 & 6 pertain directly to the CSV Importer addon)</b></p>\n<p>5) Once successfully connected, you will see the files on your computer on the left side of the screen, and the files on your website’s server on the right side of the screen. You will want to take your unzipped folder ‘/csv-xml-importer-exporter/’ and upload it to ‘/{your_WordPress_root}/wp-content/uploads/sl-uploads/addons/’ using the Green Right Arrow in the middle (use the Left Arrow to download files from your website to your computer)</p>\n<div>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_4.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"532\" height=\"167\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_4.png\" alt=\"transfer\"></a></p>\n<p>6) After successfully uploading to the “/addons” folder, go to your Store Locator admin Dashboard, and activate the CSV Importer using the key you received in your email (in your case, you will see the CSV Importer under “Activation Keys” instead of the Addons Platform). Paste your activation key here, and click the “Activate” button. Now you can go to Locations > Add, and perform your CSV import … but make sure to review the <a target=\"_blank\" href=\"http://docs.viadat.com/CSV_Importer_Geocoder_Exporter_XML_Exporter\">CSV Importer documentation</a> beforehand.</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_5.png.jpg\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"501\" height=\"283\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_5.png.jpg\" alt=\"dashboard validate\"></a></p>\n</div>\n<p>The post <a href=\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/\">Tutorial: How to Use File Transfer Protocol (FTP)</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=DzIRunXD2fs:yicWrXVpoEQ:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=DzIRunXD2fs:yicWrXVpoEQ:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=DzIRunXD2fs:yicWrXVpoEQ:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/DzIRunXD2fs\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:82:\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:77:\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/\";}s:7:\"summary\";s:600:\"<p>Using FTP Not everyone using the WordPress Store Locator plugin & its addons are highly technical — and that’s okay.  WordPress is an online publishing tool that makes life very easy for both highly-technical developers and non-technical users alike.  Likewise, the aim has always been to create a Store Locator that also follows in the [...]</p><p>The post <a href=\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/\">Tutorial: How to Use File Transfer Protocol (FTP)</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:5563:\"<p><img width=\"400\" height=\"161\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/eed327e5a70f23a7bf943cf41d197df1.jpg\" alt=\"\" class=\"alignright\"></p>\n<h2>Using FTP</h2>\n<p>Not everyone using the WordPress Store Locator plugin & its addons are highly technical — and that’s okay. WordPress is an online publishing tool that makes life very easy for both highly-technical developers and non-technical users alike. Likewise, the aim has always been to create a Store Locator that also follows in the mold of WordPress’s ease of use.</p>\n<p>After helping a number of users to use File Transfer Protocol (FTP), in order to get their addons up and running, decided to share this tutorial that has been shared with them — and hopefully it will help many others.</p>\n<h2>How to upload folders/files to your website (CSV Importer addon example)</h2>\n<p>1) You will need to use FTP to upload folders & files to your website. FTP is “File Transfer Protocol” — It’s how you can upload and download files from your website’s server (“server” is the remote computer hosting your website’s files so that it shows up online as a website)</p>\n<p>2) Easiest way to get FTP: Use the browser, <a target=\"_blank\" href=\"http://www.mozilla.org/en-US/firefox/new/\" title=\"Firefox Browser\">FireFox</a>, and install the FireFTP addon: <a target=\"_blank\" href=\"http://fireftp.net/\">http://fireftp.net/</a> (you can also go to “Tools > Add-ons” from within FireFox and then search for “FireFTP”)</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_1.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"460\" height=\"225\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_1.png\" alt=\"FF addons\"></a></p>\n<p>3) To log into your website using FireFTP (in order to upload folders & files), click the blue seahorse icon that shows up near your browser’s address bar. Then, from the drop down menu, choose “Create an account…”</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_2.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"414\" height=\"177\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_2.png\" alt=\"FTP login\"></a></p>\n<p>4) Then, you will need to create an account for your website using the FTP login credentials for your website (might need to ask your website host about this, or if you use cPanel, the login might be the same for FTP)</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_3.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"422\" height=\"265\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_3.png\" alt=\"login\"></a></p>\n<p><b>(Note: Steps 5 & 6 pertain directly to the CSV Importer addon)</b></p>\n<p>5) Once successfully connected, you will see the files on your computer on the left side of the screen, and the files on your website’s server on the right side of the screen. You will want to take your unzipped folder ‘/csv-xml-importer-exporter/’ and upload it to ‘/{your_WordPress_root}/wp-content/uploads/sl-uploads/addons/’ using the Green Right Arrow in the middle (use the Left Arrow to download files from your website to your computer)</p>\n<div>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_4.png\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"532\" height=\"167\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_4.png\" alt=\"transfer\"></a></p>\n<p>6) After successfully uploading to the “/addons” folder, go to your Store Locator admin Dashboard, and activate the CSV Importer using the key you received in your email (in your case, you will see the CSV Importer under “Activation Keys” instead of the Addons Platform). Paste your activation key here, and click the “Activate” button. Now you can go to Locations > Add, and perform your CSV import … but make sure to review the <a target=\"_blank\" href=\"http://docs.viadat.com/CSV_Importer_Geocoder_Exporter_XML_Exporter\">CSV Importer documentation</a> beforehand.</p>\n<p><a href=\'http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_5.png.jpg\' class=\'highslide\' onclick=\'return hs.expand(this)\'><img width=\"501\" height=\"283\" src=\"http://www.viadat.com/wp-content/uploads/2014/05/ftp_tut_5.png.jpg\" alt=\"dashboard validate\"></a></p>\n</div>\n<p>The post <a href=\"http://www.viadat.com/2014/05/tutorial-how-to-use-file-transfer-protocol-ftp/\">Tutorial: How to Use File Transfer Protocol (FTP)</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=DzIRunXD2fs:yicWrXVpoEQ:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=DzIRunXD2fs:yicWrXVpoEQ:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=DzIRunXD2fs:yicWrXVpoEQ:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=DzIRunXD2fs:yicWrXVpoEQ:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/DzIRunXD2fs\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:4;a:14:{s:5:\"title\";s:106:\"Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/LiVWeA686S0/\";s:8:\"comments\";s:132:\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/#comments\";s:7:\"pubdate\";s:31:\"Fri, 14 Mar 2014 21:15:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:146:\"AnnouncementGoogle MapsWordpress Store Locator PluginAddonsearly-accessimportantimportant noticemedalsspecialstatusupgradeswordpress store locator\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1374\";s:11:\"description\";s:588:\"<p>… Also, You Will Earn These … Gold6000 points Silver3500 points Bronze1500 points … This … … + Store Locator v3.0 + More … Submitting Your Entry is Free, But Space is Limited, So Don’t Miss Out.</p><p>The post <a href=\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\">Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4900:\"<div style=\'text-align:center\'>\n<div class=\'ea_digits1\' style=\'margin:0 auto; width:500px\'></div>\n<p><A href=\'http://www.viadat.com/products-page/early-access-entry/?ref=img\'><img alt=\"Early Access\" src=\"http://www.viadat.com/wp-content/uploads/2014/02/lol_early_access.jpg\" border=\'0px\'/></a></p>\n<h2> … Also, You Will Earn These … </h2>\n<style>.lol_ea_diamond, .lol_ea_platinum, .lol_ea_gold, .lol_ea_silver, .lol_ea_bronze {text-align:center; border:0px !important; margin:0px !important; padding:1px !important;} \n#lol_ea_gold, #lol_ea_bronze, #lol_ea_silver, #lol_ea_platinum, #lol_ea_diamond {width: 95px !important;}</style>\n<div style=\'margin:0 auto; width:300px\'>\n<table>\n<tr>\n<!--td style=\'text-decoration:blink\' class=\'lol_ea_diamond\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_diamond.png\' style=\'width:100px\' id=\'lol_ea_diamond\'><br />Diamond<br /><i><small>15000 points</small></i></td>\n<td class=\'lol_ea_platinum\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_platinum.png\' style=\'width:100px\' id=\'lol_ea_platinum\'><br />Platinum<br /><i><small>10000 points</small></i></td-->\n<td class=\'lol_ea_gold\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_gold.png\' style=\'width:100px\' id=\'lol_ea_gold\'><br />Gold<br /><i><small>6000 points</small></i></td>\n<td class=\'lol_ea_silver\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_silver.png\' style=\'width:100px\' id=\'lol_ea_silver\'><br />Silver<br /><i><small>3500 points</small></i></td>\n<td class=\'lol_ea_bronze\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_bronze.png\' style=\'width:100px\' id=\'lol_ea_bronze\'><br />Bronze<br /><i><small>1500 points</small></i></td>\n</tr>\n</table>\n</div>\n<h2> … This … </h2>\n<p><A href=\'http://www.viadat.com/products-page/early-access-entry/?ref=em\'><img src=\'http://www.viadat.com/images/sg_emblem.png\' border=\'0\'><br />\n</a></p>\n<h2>… + Store Locator v3.0 + More … Submitting Your Entry is Free, But Space is Limited, So <A href=\'http://www.viadat.com/products-page/early-access-entry/?ref=text\'>Don’t Miss Out</a>.</h2>\n<p><!--div class=\'ea_digits2\' style=\'margin:0 auto; width:551px\'></div-->\n <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js\"></script><br />\n<script>\nfunction blink(selector){\n jQuery(selector).animate({opacity:0}, 400, \"linear\", function(){\n /*jQuery(this).delay(800);*/\n jQuery(this).animate({opacity:1}, 400, function(){\n blink(this);\n });\n /*jQuery(this).delay(800);*/\n });\n}\nfunction show_ea_medal(level){\n jQuery(\".lol_ea_\"+level).css(\"cursor\", \"hand\").css(\"cursor\", \"pointer\"); \n jQuery(\"#lol_ea_\"+level).attr(\"onclick\", \"location.href=\'http://www.viadat.com/products-page/early-access-entry/?ref=medal\'\"); jQuery(\".lol_ea_\"+level).append(\'<br/><b style=\"color:#900; white-space:nowrap\">OPEN:<br/>Enter Now</b>\'); blink(\".lol_ea_\"+level); \n}\njQuery(document).ready(function(){show_ea_medal(\"silver\");});\n</script><br />\n<link href=\'http://www.viadat.com/wp-content/uploads/magic-action-box/custom-buttons.css?ver=3.5.1\' rel=\'stylesheet\' type=\'text/css\' />\n<script>\njQuery(function(){\n jQuery(\".ea_digits1\").html(\'<a rel=\"http://www.viadat.com/products-page/early-access-entry/?ref=button\" onclick=\"location.href=this.rel; return false;\" href=\"#\" style=\"display:block; float: left; margin: 5px 0; font-weight: bold !important; font-size: 20px !important; padding: 20px !important;\" class=\"mab-button-0\">Access Individual Addons Now</a><br clear=\"all\">\').css(\'width\', \'355px\');\n});\n</script></p>\n</div>\n<p>The post <a href=\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\">Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=LiVWeA686S0:ONrj7LJ69ls:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=LiVWeA686S0:ONrj7LJ69ls:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=LiVWeA686S0:ONrj7LJ69ls:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/LiVWeA686S0\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:128:\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:123:\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\";}s:7:\"summary\";s:588:\"<p>… Also, You Will Earn These … Gold6000 points Silver3500 points Bronze1500 points … This … … + Store Locator v3.0 + More … Submitting Your Entry is Free, But Space is Limited, So Don’t Miss Out.</p><p>The post <a href=\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\">Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:4900:\"<div style=\'text-align:center\'>\n<div class=\'ea_digits1\' style=\'margin:0 auto; width:500px\'></div>\n<p><A href=\'http://www.viadat.com/products-page/early-access-entry/?ref=img\'><img alt=\"Early Access\" src=\"http://www.viadat.com/wp-content/uploads/2014/02/lol_early_access.jpg\" border=\'0px\'/></a></p>\n<h2> … Also, You Will Earn These … </h2>\n<style>.lol_ea_diamond, .lol_ea_platinum, .lol_ea_gold, .lol_ea_silver, .lol_ea_bronze {text-align:center; border:0px !important; margin:0px !important; padding:1px !important;} \n#lol_ea_gold, #lol_ea_bronze, #lol_ea_silver, #lol_ea_platinum, #lol_ea_diamond {width: 95px !important;}</style>\n<div style=\'margin:0 auto; width:300px\'>\n<table>\n<tr>\n<!--td style=\'text-decoration:blink\' class=\'lol_ea_diamond\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_diamond.png\' style=\'width:100px\' id=\'lol_ea_diamond\'><br />Diamond<br /><i><small>15000 points</small></i></td>\n<td class=\'lol_ea_platinum\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_platinum.png\' style=\'width:100px\' id=\'lol_ea_platinum\'><br />Platinum<br /><i><small>10000 points</small></i></td-->\n<td class=\'lol_ea_gold\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_gold.png\' style=\'width:100px\' id=\'lol_ea_gold\'><br />Gold<br /><i><small>6000 points</small></i></td>\n<td class=\'lol_ea_silver\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_silver.png\' style=\'width:100px\' id=\'lol_ea_silver\'><br />Silver<br /><i><small>3500 points</small></i></td>\n<td class=\'lol_ea_bronze\'><img src=\'http://www.viadat.com/wp-content/plugins/v-early-access/lol_ea_bronze.png\' style=\'width:100px\' id=\'lol_ea_bronze\'><br />Bronze<br /><i><small>1500 points</small></i></td>\n</tr>\n</table>\n</div>\n<h2> … This … </h2>\n<p><A href=\'http://www.viadat.com/products-page/early-access-entry/?ref=em\'><img src=\'http://www.viadat.com/images/sg_emblem.png\' border=\'0\'><br />\n</a></p>\n<h2>… + Store Locator v3.0 + More … Submitting Your Entry is Free, But Space is Limited, So <A href=\'http://www.viadat.com/products-page/early-access-entry/?ref=text\'>Don’t Miss Out</a>.</h2>\n<p><!--div class=\'ea_digits2\' style=\'margin:0 auto; width:551px\'></div-->\n <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js\"></script><br />\n<script>\nfunction blink(selector){\n jQuery(selector).animate({opacity:0}, 400, \"linear\", function(){\n /*jQuery(this).delay(800);*/\n jQuery(this).animate({opacity:1}, 400, function(){\n blink(this);\n });\n /*jQuery(this).delay(800);*/\n });\n}\nfunction show_ea_medal(level){\n jQuery(\".lol_ea_\"+level).css(\"cursor\", \"hand\").css(\"cursor\", \"pointer\"); \n jQuery(\"#lol_ea_\"+level).attr(\"onclick\", \"location.href=\'http://www.viadat.com/products-page/early-access-entry/?ref=medal\'\"); jQuery(\".lol_ea_\"+level).append(\'<br/><b style=\"color:#900; white-space:nowrap\">OPEN:<br/>Enter Now</b>\'); blink(\".lol_ea_\"+level); \n}\njQuery(document).ready(function(){show_ea_medal(\"silver\");});\n</script><br />\n<link href=\'http://www.viadat.com/wp-content/uploads/magic-action-box/custom-buttons.css?ver=3.5.1\' rel=\'stylesheet\' type=\'text/css\' />\n<script>\njQuery(function(){\n jQuery(\".ea_digits1\").html(\'<a rel=\"http://www.viadat.com/products-page/early-access-entry/?ref=button\" onclick=\"location.href=this.rel; return false;\" href=\"#\" style=\"display:block; float: left; margin: 5px 0; font-weight: bold !important; font-size: 20px !important; padding: 20px !important;\" class=\"mab-button-0\">Access Individual Addons Now</a><br clear=\"all\">\').css(\'width\', \'355px\');\n});\n</script></p>\n</div>\n<p>The post <a href=\"http://www.viadat.com/2014/03/dont-miss-out-individual-addons-store-locator-v3-0-more-opens-monday-march-17th-2014-1pm-edt/\">Don’t Miss Out: Individual Addons, Store Locator v3.0 & More — Opens Monday, March 17th, 2014, 1pm EDT</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=LiVWeA686S0:ONrj7LJ69ls:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=LiVWeA686S0:ONrj7LJ69ls:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=LiVWeA686S0:ONrj7LJ69ls:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=LiVWeA686S0:ONrj7LJ69ls:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/LiVWeA686S0\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:5;a:14:{s:5:\"title\";s:71:\"Store Locator v2.13: Fixes Blank Admin Area Experienced By a Select Few\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/7V6ZCEOGPpI/\";s:8:\"comments\";s:110:\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/#comments\";s:7:\"pubdate\";s:31:\"Sun, 01 Dec 2013 04:59:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:53:\"AnnouncementGoogle MapsWordpress Store Locator Plugin\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1331\";s:11:\"description\";s:633:\"<p>Blank Store Locator Admin Area Fix The latest version of the WordPress Store Locator (version 2.13) addresses a blank admin area experienced by a select few of you when trying to access your Store Locator’s admin. Seemed to be caused by having certain functionality unavailable or turned off on your server (cURL or file_get_contents), but [...]</p><p>The post <a href=\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/\">Store Locator v2.13: Fixes Blank Admin Area Experienced By a Select Few</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2040:\"<h2>Blank Store Locator Admin Area Fix</h2>\n<p>The latest version of the <a href=\"http://www.viadat.com/store-locator/\" title=\"WordPress Store Locator — LotsOfLocales™\">WordPress Store Locator</a> (version 2.13) addresses a blank admin area experienced by a select few of you when trying to access your Store Locator’s admin.</p>\n<p>Seemed to be caused by having certain functionality unavailable or turned off on your server (cURL or file_get_contents), but should now display the admin properly even with those functions off.</p>\n<h2>Stay Tuned</h2>\n<p>More Store Locator updates to come in December, stay tuned — and don’t forget to <a href=\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\" title=\"Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!\">keep your Store Locator updated</a>!</p>\n<p>The post <a href=\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/\">Store Locator v2.13: Fixes Blank Admin Area Experienced By a Select Few</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=7V6ZCEOGPpI:OmaFj3S4QcU:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=7V6ZCEOGPpI:OmaFj3S4QcU:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=7V6ZCEOGPpI:OmaFj3S4QcU:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/7V6ZCEOGPpI\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:106:\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:101:\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/\";}s:7:\"summary\";s:633:\"<p>Blank Store Locator Admin Area Fix The latest version of the WordPress Store Locator (version 2.13) addresses a blank admin area experienced by a select few of you when trying to access your Store Locator’s admin. Seemed to be caused by having certain functionality unavailable or turned off on your server (cURL or file_get_contents), but [...]</p><p>The post <a href=\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/\">Store Locator v2.13: Fixes Blank Admin Area Experienced By a Select Few</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:2040:\"<h2>Blank Store Locator Admin Area Fix</h2>\n<p>The latest version of the <a href=\"http://www.viadat.com/store-locator/\" title=\"WordPress Store Locator — LotsOfLocales™\">WordPress Store Locator</a> (version 2.13) addresses a blank admin area experienced by a select few of you when trying to access your Store Locator’s admin.</p>\n<p>Seemed to be caused by having certain functionality unavailable or turned off on your server (cURL or file_get_contents), but should now display the admin properly even with those functions off.</p>\n<h2>Stay Tuned</h2>\n<p>More Store Locator updates to come in December, stay tuned — and don’t forget to <a href=\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\" title=\"Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!\">keep your Store Locator updated</a>!</p>\n<p>The post <a href=\"http://www.viadat.com/2013/11/store-locator-v2-13-fixes-blank-admin-area-experienced-by-a-select-few/\">Store Locator v2.13: Fixes Blank Admin Area Experienced By a Select Few</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=7V6ZCEOGPpI:OmaFj3S4QcU:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=7V6ZCEOGPpI:OmaFj3S4QcU:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=7V6ZCEOGPpI:OmaFj3S4QcU:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=7V6ZCEOGPpI:OmaFj3S4QcU:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/7V6ZCEOGPpI\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:6;a:14:{s:5:\"title\";s:71:\"Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/zbidyEqZUQc/\";s:8:\"comments\";s:97:\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/#comments\";s:7:\"pubdate\";s:31:\"Tue, 15 Oct 2013 23:34:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:189:\"AnnouncementWordpress Store Locator PlugingeocodingGoogle Mapsgoogle maps wordpress store locator pluginimportantnew versionupdateurgentwordpress store locatorwordpress store locator plugin\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1266\";s:11:\"description\";s:590:\"<p>Update to Store Locator v2! Important! It is mandatory that you update to v2 of the WordPress Store Locator, because it uses Google Maps API v3. Older Store Locator versions use Google Maps API v2, which is being shut off soon. Older Versions Will Not Geocode Your Locations Anymore In fact, Google Geocoding API v2 [...]</p><p>The post <a href=\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\">Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3562:\"<div class=\"wp-caption alignleft\" style=\"width: 234px\"><img class=\" \" style=\"padding-right: 10px;\" title=\"Update to Store Locator v2.x!\" alt=\"Update to Store Locator v2.x!\" src=\"http://www.viadat.com/wp-content/uploads/2013/10/warning-triangle.png\" width=\"204\" height=\"140\" /><p class=\"wp-caption-text\">Update to Store Locator v2.x!</p></div>\n<h2>Update to Store Locator v2! Important!</h2>\n<p>It is mandatory that you update to v2 of the WordPress Store Locator, because it uses Google Maps API v3.</p>\n<p>Older Store Locator versions use Google Maps API v2, <a title=\"Google Maps API v2 is deprecated! Update!\" href=\"https://developers.google.com/maps/documentation/javascript/v2/\" target=\"_blank\">which is being shut off soon</a>.</p>\n<h2>Older Versions Will Not Geocode Your Locations Anymore</h2>\n<p><strong>In fact, Google Geocoding API v2 seems to already be off</strong>. No further questions concerning geocoding errors will be answered for those of you using <em><strong>old</strong></em> versions before Store Locator v2 (<strong>geocoding:</strong> giving your locations latitude & longitude coordinates).</p>\n<div style=\"padding: 7px; border: solid gold 2px; background-color: lightyellow;\">\n<p><strong>If your plugin folder is ‘wordpress-store-locator-location-finder’ </strong>(stopped at v1.2.37)<strong>:</strong></p>\n<ol>\n<li>Deactivate</li>\n<li style=\"color: red;\">Rename the folder to <strong>‘store-locator’</strong></li>\n<li>Then reactivate the plugin so that you start seeing updates in your WordPress plugins admin panel!</li>\n</ol>\n<p>This renaming notification is in your admin panel. <strong>You will <em>not</em> lose your locations.</strong></p>\n</div>\n<p>Just like keeping WordPress up-to-date, keeping your Store Locator up-to-date is crucial, due to changes to external services/APIs such as Google Maps.</p>\n<h2>Announced This Twice So Far, Don’t Hesitate — Update!</h2>\n<ol>\n<li><a title=\"100,000+ Downloads & Back With WordPress Store Locator 2.0\" href=\"http://www.viadat.com/2013/08/100000-downloads-back-with-wordpress-store-locator-2-0/\">When first announcing Store Locator v2</a></li>\n<li><a title=\"Important: Make Sure to Update to Store Locator v2.1\" href=\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\">When telling everyone to update to Store Locator v2.1</a></li>\n</ol>\n<p> </p>\n<p> </p>\n<p>The post <a href=\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\">Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=zbidyEqZUQc:nuyKjhRJTj4:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=zbidyEqZUQc:nuyKjhRJTj4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=zbidyEqZUQc:nuyKjhRJTj4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/zbidyEqZUQc\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:93:\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:88:\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\";}s:7:\"summary\";s:590:\"<p>Update to Store Locator v2! Important! It is mandatory that you update to v2 of the WordPress Store Locator, because it uses Google Maps API v3. Older Store Locator versions use Google Maps API v2, which is being shut off soon. Older Versions Will Not Geocode Your Locations Anymore In fact, Google Geocoding API v2 [...]</p><p>The post <a href=\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\">Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:3562:\"<div class=\"wp-caption alignleft\" style=\"width: 234px\"><img class=\" \" style=\"padding-right: 10px;\" title=\"Update to Store Locator v2.x!\" alt=\"Update to Store Locator v2.x!\" src=\"http://www.viadat.com/wp-content/uploads/2013/10/warning-triangle.png\" width=\"204\" height=\"140\" /><p class=\"wp-caption-text\">Update to Store Locator v2.x!</p></div>\n<h2>Update to Store Locator v2! Important!</h2>\n<p>It is mandatory that you update to v2 of the WordPress Store Locator, because it uses Google Maps API v3.</p>\n<p>Older Store Locator versions use Google Maps API v2, <a title=\"Google Maps API v2 is deprecated! Update!\" href=\"https://developers.google.com/maps/documentation/javascript/v2/\" target=\"_blank\">which is being shut off soon</a>.</p>\n<h2>Older Versions Will Not Geocode Your Locations Anymore</h2>\n<p><strong>In fact, Google Geocoding API v2 seems to already be off</strong>. No further questions concerning geocoding errors will be answered for those of you using <em><strong>old</strong></em> versions before Store Locator v2 (<strong>geocoding:</strong> giving your locations latitude & longitude coordinates).</p>\n<div style=\"padding: 7px; border: solid gold 2px; background-color: lightyellow;\">\n<p><strong>If your plugin folder is ‘wordpress-store-locator-location-finder’ </strong>(stopped at v1.2.37)<strong>:</strong></p>\n<ol>\n<li>Deactivate</li>\n<li style=\"color: red;\">Rename the folder to <strong>‘store-locator’</strong></li>\n<li>Then reactivate the plugin so that you start seeing updates in your WordPress plugins admin panel!</li>\n</ol>\n<p>This renaming notification is in your admin panel. <strong>You will <em>not</em> lose your locations.</strong></p>\n</div>\n<p>Just like keeping WordPress up-to-date, keeping your Store Locator up-to-date is crucial, due to changes to external services/APIs such as Google Maps.</p>\n<h2>Announced This Twice So Far, Don’t Hesitate — Update!</h2>\n<ol>\n<li><a title=\"100,000+ Downloads & Back With WordPress Store Locator 2.0\" href=\"http://www.viadat.com/2013/08/100000-downloads-back-with-wordpress-store-locator-2-0/\">When first announcing Store Locator v2</a></li>\n<li><a title=\"Important: Make Sure to Update to Store Locator v2.1\" href=\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\">When telling everyone to update to Store Locator v2.1</a></li>\n</ol>\n<p> </p>\n<p> </p>\n<p>The post <a href=\"http://www.viadat.com/2013/10/important-update-store-locator-v2-uses-google-maps-api-v3/\">Important: Update To Store Locator v2.x, Which Uses Google Maps API v3!</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=zbidyEqZUQc:nuyKjhRJTj4:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=zbidyEqZUQc:nuyKjhRJTj4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=zbidyEqZUQc:nuyKjhRJTj4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=zbidyEqZUQc:nuyKjhRJTj4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/zbidyEqZUQc\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:7;a:14:{s:5:\"title\";s:59:\"New in v2.3 & v2.4 — Additional Options for Map Interface\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/798eHSYda0k/\";s:8:\"comments\";s:93:\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/#comments\";s:7:\"pubdate\";s:31:\"Tue, 17 Sep 2013 18:12:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:89:\"AnnouncementGoogle MapsTranslationsWordpress Store Locator Pluginmapoptionssettingsupdate\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1249\";s:11:\"description\";s:618:\"<p>New Map Interface Options Versions 2.3 & 2.4 have introduced options for updating the message seen by your website visitors if: No locations are found during a Store Locator search The initially searched location doesn’t exist Additionally, for those choosing to load locations by default, you can now determine whether to show both the map [...]</p><p>The post <a href=\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/\">New in v2.3 & v2.4 — Additional Options for Map Interface</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1918:\"<h2>New Map Interface Options</h2>\n<p>Versions 2.3 & 2.4 have introduced options for updating the message seen by your website visitors if:</p>\n<ol>\n<li>No locations are found during a Store Locator search</li>\n<li>The initially searched location doesn’t exist</li>\n</ol>\n<p>Additionally, for those choosing to load locations by default, you can now determine whether to show both the map markers and the listing of results on initial load, or just the map markers.</p>\n<h2>Translation Template Also Has Been Updated</h2>\n<p>All languages are welcome, especially since new text has been introduced since Store Locator v2.0, you can download in here: <a href=\"http://www.viadat.com/vdl/translation-template.3.70.zip\" >Translation Template – As of v3.70</a></p>\n<p>The post <a href=\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/\">New in v2.3 & v2.4 — Additional Options for Map Interface</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=798eHSYda0k:-9ucF1XkUSs:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=798eHSYda0k:-9ucF1XkUSs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=798eHSYda0k:-9ucF1XkUSs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/798eHSYda0k\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:89:\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:84:\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/\";}s:7:\"summary\";s:618:\"<p>New Map Interface Options Versions 2.3 & 2.4 have introduced options for updating the message seen by your website visitors if: No locations are found during a Store Locator search The initially searched location doesn’t exist Additionally, for those choosing to load locations by default, you can now determine whether to show both the map [...]</p><p>The post <a href=\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/\">New in v2.3 & v2.4 — Additional Options for Map Interface</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:1918:\"<h2>New Map Interface Options</h2>\n<p>Versions 2.3 & 2.4 have introduced options for updating the message seen by your website visitors if:</p>\n<ol>\n<li>No locations are found during a Store Locator search</li>\n<li>The initially searched location doesn’t exist</li>\n</ol>\n<p>Additionally, for those choosing to load locations by default, you can now determine whether to show both the map markers and the listing of results on initial load, or just the map markers.</p>\n<h2>Translation Template Also Has Been Updated</h2>\n<p>All languages are welcome, especially since new text has been introduced since Store Locator v2.0, you can download in here: <a href=\"http://www.viadat.com/vdl/translation-template.3.70.zip\" >Translation Template – As of v3.70</a></p>\n<p>The post <a href=\"http://www.viadat.com/2013/09/new-in-v2-3-v2-4-additional-options-for-map-interface/\">New in v2.3 & v2.4 — Additional Options for Map Interface</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=798eHSYda0k:-9ucF1XkUSs:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=798eHSYda0k:-9ucF1XkUSs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=798eHSYda0k:-9ucF1XkUSs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=798eHSYda0k:-9ucF1XkUSs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/798eHSYda0k\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:8;a:14:{s:5:\"title\";s:60:\"August 2013 Recap: Good Feedback, Downloads, and Addon Usage\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/kGTuYheecQk/\";s:8:\"comments\";s:97:\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/#comments\";s:7:\"pubdate\";s:31:\"Mon, 09 Sep 2013 04:42:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:64:\"Google MapsWordpress Store Locator PluginAddonsDownloadsFeedback\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1187\";s:11:\"description\";s:552:\"<p>Good Feedback & New Addons Debuting It has now been a little over a month since the release of Store Locator v2.0, and it can be certainly said that it was a good month in terms of feedback from you, downloads, and sales of addons. Great to see how these products are helping users to [...]</p><p>The post <a href=\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/\">August 2013 Recap: Good Feedback, Downloads, and Addon Usage</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3815:\"<h2>Good Feedback & New Addons Debuting</h2>\n<p><div id=\"attachment_1215\" class=\"wp-caption alignleft\" style=\"width: 210px\"><img src=\'http://www.viadat.com/wp-content/uploads/2013/09/megaphone_feedback.jpg\' style=\'float:left; padding-right:10px; padding-bottom:10px; width:200px\'><p class=\"wp-caption-text\">Yes … I Can Hear You Clearly</p></div>It has now been a little over a month since the release of Store Locator v2.0, and it can be certainly said that it was a good month in terms of feedback from you, downloads, and sales of <a href=\"http://www.viadat.com/products-page/\">addons</a>.</p>\n<p>Great to see how these products are helping users to enhance their client or their own websites by presenting the Store Locator to their website visitors.</p>\n<p> </p>\n<h2><a href=\"http://wordpress.org/support/view/plugin-reviews/store-locator?filter=5\" target=\"_blank\">Continue to Rate Us!</a> Tell Us How Great the WordPress Store Locator Is!</h2>\n<p>Go to our plugin page, and <a href=\"http://wordpress.org/support/view/plugin-reviews/store-locator?filter=5\" target=\"_blank\">tell us in a review & rating</a> — we would like to personally thank each one of you! Ratings help us to improve WordPress, and continue development.</p>\n<p>And of course, you can always <a href=\"http://www.viadat.com/contact/\">contact us</a> or view the <a href=\"http://docs.viadat.com/\">documentation</a> if you have any issues or questions! In fact, let us know what you are looking forward to in future releases!</p>\n<h2>Some of Best Feedback Thus Far (Public & Private)</h2>\n<blockquote style=\"background-image: url(\'http://www.viadat.com/images/quote_bg.gif\'); background-repeat: no-repeat; background-position: 15px; text-align: left; height: 111px; padding-left: 80px; padding-right: 40px; padding-top: 5px;\"><p>Thank you for all your great work!!!! We are a small business and<br />\nyour helping us keep our lights on!</p>\n<p><b>Date:</b> Aug. 7th, 2013</p></blockquote>\n<blockquote style=\"background-image: url(\'http://www.viadat.com/images/quote_bg.gif\'); background-repeat: no-repeat; background-position: 15px; text-align: left; height: 111px; padding-left: 80px; padding-right: 40px; padding-top: 5px;\"><p>We’ve been using this plugin for several years. I can tell you that it works great! The author updates the plugin and it has worked through all WordPress version updates since we’ve been using it.</p>\n<p><b>Date:</b> Aug. 26th, 2013</p></blockquote>\n<p> </p>\n<p><b>Have something great to say too? <a href=\"http://wordpress.org/support/view/plugin-reviews/store-locator?filter=5\" target=\"_blank\">Tell us what you think</a>!</b></p>\n<p>The post <a href=\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/\">August 2013 Recap: Good Feedback, Downloads, and Addon Usage</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=kGTuYheecQk:ciGlOWz6OYs:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=kGTuYheecQk:ciGlOWz6OYs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=kGTuYheecQk:ciGlOWz6OYs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/kGTuYheecQk\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:93:\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:88:\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/\";}s:7:\"summary\";s:552:\"<p>Good Feedback & New Addons Debuting It has now been a little over a month since the release of Store Locator v2.0, and it can be certainly said that it was a good month in terms of feedback from you, downloads, and sales of addons. Great to see how these products are helping users to [...]</p><p>The post <a href=\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/\">August 2013 Recap: Good Feedback, Downloads, and Addon Usage</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:3815:\"<h2>Good Feedback & New Addons Debuting</h2>\n<p><div id=\"attachment_1215\" class=\"wp-caption alignleft\" style=\"width: 210px\"><img src=\'http://www.viadat.com/wp-content/uploads/2013/09/megaphone_feedback.jpg\' style=\'float:left; padding-right:10px; padding-bottom:10px; width:200px\'><p class=\"wp-caption-text\">Yes … I Can Hear You Clearly</p></div>It has now been a little over a month since the release of Store Locator v2.0, and it can be certainly said that it was a good month in terms of feedback from you, downloads, and sales of <a href=\"http://www.viadat.com/products-page/\">addons</a>.</p>\n<p>Great to see how these products are helping users to enhance their client or their own websites by presenting the Store Locator to their website visitors.</p>\n<p> </p>\n<h2><a href=\"http://wordpress.org/support/view/plugin-reviews/store-locator?filter=5\" target=\"_blank\">Continue to Rate Us!</a> Tell Us How Great the WordPress Store Locator Is!</h2>\n<p>Go to our plugin page, and <a href=\"http://wordpress.org/support/view/plugin-reviews/store-locator?filter=5\" target=\"_blank\">tell us in a review & rating</a> — we would like to personally thank each one of you! Ratings help us to improve WordPress, and continue development.</p>\n<p>And of course, you can always <a href=\"http://www.viadat.com/contact/\">contact us</a> or view the <a href=\"http://docs.viadat.com/\">documentation</a> if you have any issues or questions! In fact, let us know what you are looking forward to in future releases!</p>\n<h2>Some of Best Feedback Thus Far (Public & Private)</h2>\n<blockquote style=\"background-image: url(\'http://www.viadat.com/images/quote_bg.gif\'); background-repeat: no-repeat; background-position: 15px; text-align: left; height: 111px; padding-left: 80px; padding-right: 40px; padding-top: 5px;\"><p>Thank you for all your great work!!!! We are a small business and<br />\nyour helping us keep our lights on!</p>\n<p><b>Date:</b> Aug. 7th, 2013</p></blockquote>\n<blockquote style=\"background-image: url(\'http://www.viadat.com/images/quote_bg.gif\'); background-repeat: no-repeat; background-position: 15px; text-align: left; height: 111px; padding-left: 80px; padding-right: 40px; padding-top: 5px;\"><p>We’ve been using this plugin for several years. I can tell you that it works great! The author updates the plugin and it has worked through all WordPress version updates since we’ve been using it.</p>\n<p><b>Date:</b> Aug. 26th, 2013</p></blockquote>\n<p> </p>\n<p><b>Have something great to say too? <a href=\"http://wordpress.org/support/view/plugin-reviews/store-locator?filter=5\" target=\"_blank\">Tell us what you think</a>!</b></p>\n<p>The post <a href=\"http://www.viadat.com/2013/09/august-2013-recap-good-feedback-downloads-and-addon-usage/\">August 2013 Recap: Good Feedback, Downloads, and Addon Usage</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=kGTuYheecQk:ciGlOWz6OYs:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=kGTuYheecQk:ciGlOWz6OYs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=kGTuYheecQk:ciGlOWz6OYs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=kGTuYheecQk:ciGlOWz6OYs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/kGTuYheecQk\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:9;a:14:{s:5:\"title\";s:52:\"Important: Make Sure to Update to Store Locator v2.1\";s:4:\"link\";s:53:\"http://feedproxy.google.com/~r/Viadat/~3/BxX6PkB5KeA/\";s:8:\"comments\";s:78:\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/#comments\";s:7:\"pubdate\";s:31:\"Mon, 12 Aug 2013 12:52:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Viadat Creations\";}s:8:\"category\";s:53:\"AnnouncementGoogle MapsWordpress Store Locator Plugin\";s:4:\"guid\";s:29:\"http://www.viadat.com/?p=1177\";s:11:\"description\";s:563:\"<p>Update to Store Locator v2.1 Important: Make sure to update today to Store Locator v2.1 (you can do so from your ‘Plugins’ admin page, or download the latest here). Details It has improved transitioning into using Store Locator v2 for all users (both those of you currently using Store Locator v1 and those who are [...]</p><p>The post <a href=\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\">Important: Make Sure to Update to Store Locator v2.1</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2205:\"<h2>Update to Store Locator v2.1</h2>\n<p><strong>Important:</strong> Make sure to update today to Store Locator v2.1 (you can do so from your ‘Plugins’ admin page, or <a title=\"Download the latest version of the Store Locator plugin\" href=\"http://www.viadat.com/vdl/store-locator.zip\" target=\"_blank\">download the latest here</a>).</p>\n<h2>Details</h2>\n<p>It has improved transitioning into using Store Locator v2 for all users (both those of you currently using Store Locator v1 and those who are already using an earlier Store Locator v2), so that there is even better display of your locations on your Store Locator page.</p>\n<p>Also remember, Google Maps API V2 (used by Store Locator v1) is <a href=\"https://developers.google.com/maps/documentation/javascript/v2/\" target=\"_blank\">anticipated to be discontinued by Google by November 19, 2013,</a> so it’s important to soon be using Store Locator v2, which uses Google Maps API V3. Any questions/problems, make sure to make contact via the <a href=\"http://www.viadat.com/contact/\" target=\"_blank\">contact page</a>.</p>\n<p>The post <a href=\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\">Important: Make Sure to Update to Store Locator v2.1</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=BxX6PkB5KeA:5RueRA6fmnM:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=BxX6PkB5KeA:5RueRA6fmnM:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=BxX6PkB5KeA:5RueRA6fmnM:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/BxX6PkB5KeA\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:74:\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:69:\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\";}s:7:\"summary\";s:563:\"<p>Update to Store Locator v2.1 Important: Make sure to update today to Store Locator v2.1 (you can do so from your ‘Plugins’ admin page, or download the latest here). Details It has improved transitioning into using Store Locator v2 for all users (both those of you currently using Store Locator v1 and those who are [...]</p><p>The post <a href=\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\">Important: Make Sure to Update to Store Locator v2.1</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p>\";s:12:\"atom_content\";s:2205:\"<h2>Update to Store Locator v2.1</h2>\n<p><strong>Important:</strong> Make sure to update today to Store Locator v2.1 (you can do so from your ‘Plugins’ admin page, or <a title=\"Download the latest version of the Store Locator plugin\" href=\"http://www.viadat.com/vdl/store-locator.zip\" target=\"_blank\">download the latest here</a>).</p>\n<h2>Details</h2>\n<p>It has improved transitioning into using Store Locator v2 for all users (both those of you currently using Store Locator v1 and those who are already using an earlier Store Locator v2), so that there is even better display of your locations on your Store Locator page.</p>\n<p>Also remember, Google Maps API V2 (used by Store Locator v1) is <a href=\"https://developers.google.com/maps/documentation/javascript/v2/\" target=\"_blank\">anticipated to be discontinued by Google by November 19, 2013,</a> so it’s important to soon be using Store Locator v2, which uses Google Maps API V3. Any questions/problems, make sure to make contact via the <a href=\"http://www.viadat.com/contact/\" target=\"_blank\">contact page</a>.</p>\n<p>The post <a href=\"http://www.viadat.com/2013/08/update-to-store-locator-v2-0-3-1-today/\">Important: Make Sure to Update to Store Locator v2.1</a> appeared first on <a href=\"http://www.viadat.com\">Viadat Creations</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=BxX6PkB5KeA:5RueRA6fmnM:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=BxX6PkB5KeA:5RueRA6fmnM:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Viadat?a=BxX6PkB5KeA:5RueRA6fmnM:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Viadat?i=BxX6PkB5KeA:5RueRA6fmnM:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Viadat/~4/BxX6PkB5KeA\" height=\"1\" width=\"1\" alt=\"\"/>\";}}s:7:\"channel\";a:9:{s:5:\"title\";s:16:\"Viadat Creations\";s:4:\"link\";s:21:\"http://www.viadat.com\";s:11:\"description\";s:69:\"Map Maker for WordPress Store Locators, Address Maps with Google Maps\";s:13:\"lastbuilddate\";s:31:\"Tue, 16 Jun 2015 13:29:27 +0000\";s:8:\"language\";s:5:\"en-US\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:9:\"generator\";s:29:\"http://wordpress.org/?v=3.5.1\";s:10:\"feedburner\";a:2:{s:14:\"emailserviceid\";s:6:\"Viadat\";s:18:\"feedburnerhostname\";s:29:\"https://feedburner.google.com\";}s:7:\"tagline\";s:69:\"Map Maker for WordPress Store Locators, Address Maps with Google Maps\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:29:\"Thu, 06 Aug 2015 22:54:30 GMT\";}','no'),(38268,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438948575','no'),(38269,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://wordpress.org/?v=4.3-RC2-33591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 11:21:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3807\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"WordPress 4.2.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2708:\"<p>WordPress 4.2.3 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, both of the WordPress security team, and later reported by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. Reported by Netanel Rubin from <a href=\"https://www.checkpoint.com/\">Check Point Software Technologies</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.3 also contains fixes for 20 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33382&stop_rev=32430\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.3.</p>\n<p>Thanks to everyone who contributed to 4.2.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">Gabriel Pérez</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, and <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 21:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3796\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2212:\"<p>WordPress 4.3 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li><span class=\"s1\">Fixed several bugs and broken flows in the </span><span class=\"s1\"><strong>publish box </strong></span><span class=\"s1\">in the edit screen.</span></li>\n<li>Addressed a number of edge cases for word count in the <strong>editor</strong>.</li>\n<li><span class=\"s1\"><strong>Site icons</strong> </span><span class=\"s1\">can now be previewed within the customizer. The feature has been removed from general settings.</span></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33369&stop_rev=33289\">more than 60 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Few Tickets Remain</em><br />\n<em>Edge Cases Disappearing</em><br />\n<em>You Must Test Today</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 21:49:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2529:\"<p>WordPress 4.3 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a> blog posts. Some of the changes in Beta 3 include:</p>\n<ul>\n<li>Performance improvements for <strong>Menus in the Customizer</strong>, as well as bug fixes and visual enhancements.</li>\n<li>Added <strong>Site Icon</strong> to the Customizer. The feature is now complete and requires lots of testing. Please help us ensure the site icon feature works well in both Settings and the Customizer.</li>\n<li>The improvements to <strong>Passwords</strong> have been added to the installation flow. When installing and setting up WordPress, a strong password will be suggested to site administrators. Please test and let us know if you encounter issues.</li>\n<li>Improved <strong>accessibility of comments and media list tables</strong>. If you use a screen reader, please let us know if you encounter any issues.</li>\n<li>Lots and lots of code documentation improvements.</li>\n<li><strong>Various other bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\">more than 140 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Want to test new things?</em><br />\n<em>Wonder how four three shapes up?</em><br />\n<em>Answer: beta three</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2015 22:04:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3769\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2876:\"<p>WordPress 4.3 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Fixed an issue in beta 1 where an alert appeared when saving or publishing a new post/page for the first time.</li>\n<li><strong><strong>Customizer</strong></strong> improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus. Please help us test menus in the Customizer to fix any remaining edge cases!</li>\n<li>More robust<strong> list tables</strong> with full content support on small screens and a fallback for the primary column for custom list tables. We’d love to know how these list tables, such as All Posts and Comments, work for you now on small screen devices.</li>\n<li>The <strong>Site Icon</strong> feature has been improved so that cropping is skipped if the image is the exact size (512px square) and the media modal now suggests a minimum icon size. Please let us know how the flow feels and if you encounter any glitches!</li>\n<li>The <strong>toolbar</strong> now has a direct link to the customizer, along with quick access to themes, widgets, and menus in the dashboard.</li>\n<li>We enabled <strong>utf8mb4 for MySQL</strong> extension users, which was previously unintentionally limited to MySQLi users. Please let us know if you run into any issues.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33138&stop_rev=33046\">almost 100 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.3&group=component&order=priority\">everything we’ve fixed</a>.</p>\n<p><em>Edges polished up</em><br />\n<em>Features meliorated</em><br />\n<em>Beta Two: go test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordCamps Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2015/07/wordcamps-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordcamps-update/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2015 16:13:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3758\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:311:\"Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year. There have been 39 WordCamps in 2015 so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9419:\"<p>Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year.</p>\n<p>There have been <a href=\"https://central.wordcamp.org/schedule/past-wordcamps/\">39 WordCamps in 2015</a> so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for WordCamp tickets so far this year, isn’t that amazing?</p>\n<p><a href=\"https://europe.wordcamp.org/2015/\">WordCamp Europe</a> was held in Seville, Spain just a few weeks ago, with close to 1,000 registered participants and over 500 live stream participants. You can watch <a href=\"http://wordpress.tv/2015/07/04/matt-mullenweg-keynote-qanda-wordcamp-europe-2015/\">Matt Mullenweg’s keynote Q&A</a> session from WordCamp Europe right now on WordPress.tv.</p>\n<p>WordPress.tv has published 537 videos so far in 2015 from WordCamps around the world. Some of the more popular 2015 WordCamp talks on WordPress.tv include <a href=\"http://wordpress.tv/2015/03/13/tammie-lister-theme-dont-be-my-everything/\">Tammie Lister: Theme, Don’t Be My Everything </a>from WordCamp Maui, <a href=\"http://wordpress.tv/2015/04/17/jenny-munn-seo-for-2015-whats-in-whats-out-and-how-to-be-in-it-to-win-it-for-good/\">Jenny Munn: SEO for 2015 – What’s In, What’s Out and How to Be In It to Win It (For Good)</a> from WordCamp Atlanta, <a href=\"http://wordpress.tv/2015/02/27/fabrice-ducarme-les-constructeurs-de-page-pour-wordpress/\">Fabrice Ducarme: Les Constructeurs de Page pour WordPress</a> from WordCamp Paris, <a href=\"http://wordpress.tv/2015/06/02/ben-furfie-how-to-value-price-websites/\">Ben Furfie: How to Value Price Websites</a> from WordCamp London, and <a href=\"http://wordpress.tv/2015/06/09/morten-rand-hendriksen-building-themes-from-scratch-using-underscores-_s/\">Morten Rand-Hendriksen: Building Themes From Scratch Using Underscores (_S)</a> from WordCamp Seattle. Check them out!</p>\n<h3>Lots of great WordCamps are still to come</h3>\n<p><a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">WordCamp US</a> is currently in pre-planning, in the process of deciding on a host city. The following cities have proposed themselves as a great place to host the first WordCamp US: Chattanooga, Chicago, Detroit, Orlando, Philadelphia, and Phoenix. It’s possible the first WordCamp US will be held in 2016 so we can organize the best first WordCamp US imaginable.</p>\n<p>At this time, there are 28 <a href=\"https://central.wordcamp.org/schedule/\">WordCamps</a>, in 9 different countries, that have announced their dates for the rest of 2015. Twelve of these have tickets on sale:</p>\n<ul>\n<li><a href=\"https://columbus.wordcamp.org/2015/\">WordCamp Columbus</a>, Columbus, Ohio: July 17-18</li>\n<li><a href=\"https://scranton.wordcamp.org/2015/\">WordCamp Scranton</a>, Scranton, Pennsylvania: July 18</li>\n<li><a href=\"https://boston.wordcamp.org/2015/\">WordCamp Boston</a>, Boston, Massachussetts: July 18-19</li>\n<li><a href=\"https://milwaukee.wordcamp.org/2015/\">WordCamp Milwaukee</a>, Milwaukee, Wisconsin: July 24-26</li>\n<li><a href=\"https://asheville.wordcamp.org/2015/\">WordCamp Asheville</a>, Asheville, North Carolina: July 24-26</li>\n<li><a href=\"https://kansai.wordcamp.org/2015/\">WordCamp Kansai</a>, Kansai, Japan: July 25-26</li>\n<li><a href=\"https://fayetteville.wordcamp.org/2015/\">WordCamp Fayetteville</a>, Fayetteville, Arkansas: July 31-August 2</li>\n<li><a href=\"https://brighton.buddycamp.org/2015/\">BuddyCamp Brighton</a>, Brighton, UK: August 8</li>\n<li><a href=\"https://vancouver.wordcamp.org/2015/\">WordCamp Vancouver, BC,</a> Vancouver, BC, Canada: August 15-16</li>\n<li><a href=\"https://russia.wordcamp.org/2015/\">WordCamp Russia</a>, Moscow, Russia: August 15</li>\n<li><a href=\"https://norrkoping.wordcamp.org/2015/\">WordCamp Norrköping</a>, Norrköping, Sweden: August 28-29</li>\n<li><a href=\"https://croatia.wordcamp.org/2015/\">WordCamp Croatia</a>, Rijeka, Croatia: September 5-6</li>\n<li><a href=\"https://krakow.wordcamp.org/2015/\">WordCamp Krakow,</a> Krakow, Poland: September 12-13</li>\n<li><a href=\"https://nyc.wordcamp.org/2015/\">WordCamp NYC</a>, New York City, New York: October 30-November 1</li>\n</ul>\n<p>The other 16 events don’t have tickets on sale yet, but they’ve set their dates! Subscribe to the sites to find out when registration opens:</p>\n<ul>\n<li><a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune</a>, Pune, India: September 6</li>\n<li><a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Cape Town</a>, Cape Town, South Africa: September 10-11</li>\n<li><a href=\"https://baltimore.wordcamp.org/2015/\">WordCamp Baltimore</a>, Baltimore, Maryland: September 12</li>\n<li><a href=\"https://slc.wordcamp.org/2015/\">WordCamp Salt Lake City</a>, Salt Lake City, Utah: September 12</li>\n<li><a href=\"https://lithuania.wordcamp.org/2015/\">WordCamp Lithuania</a>, Vilnius, Lithuania: September 19</li>\n<li><a href=\"https://vegas.wordcamp.org/2015\">WordCamp Vegas</a>, Las Vegas, Nevada: September 19-20</li>\n<li><a href=\"https://switzerland.wordcamp.org/2015/\">WordCamp Switzerland</a>, Zurich, Switzerland: September 19-20</li>\n<li><a href=\"https://tampa.wordcamp.org/2015/\">WordCamp Tampa</a>, Tampa, Florida: September 25-27</li>\n<li><a href=\"https://rhodeisland.wordcamp.org/2015/\">WordCamp Rhode Island</a>, Providence, Rhode Island: September 25-26</li>\n<li><a href=\"https://la.wordcamp.org/2015/\">WordCamp Los Angeles</a>, Los Angeles, California: September 26-27</li>\n<li><a href=\"https://denmark.wordcamp.org/2015/\">WordCamp Denmark,</a> Copenhagen, Denmark: October 3-4</li>\n<li><a href=\"https://toronto.wordcamp.org/2015\">WordCamp Toronto</a>, Toronto, Ontario, Canada: October 3-4</li>\n<li><a href=\"https://hamptonroads.wordcamp.org/2015/\">WordCamp Hampton Roads, </a> Virginia Beach, VA, USA: October 17</li>\n<li><a href=\"https://annarbor.wordcamp.org/2015\">WordCamp Ann Arbor</a>, Ann Arbor, Michigan: October 24</li>\n<li><a href=\"https://portland.wordcamp.org/2015/\">WordCamp Portland</a>, Portland, OR: October 24-25</li>\n</ul>\n<p>On top of all those exciting community events, there are 26 WordCamps in pre-planning as they look for the right event space. If you have a great idea for a free or cheap WordCamp venue in any of the below locations, get in touch with the organizers through the WordCamp sites:</p>\n<ul>\n<li><a href=\"https://dfw.wordcamp.org/2015/\">WordCamp DFW</a>: Dallas/Fort Worth, Texas</li>\n<li><a href=\"https://riodejaneiro.wordcamp.org/2015/\">WordCamp Rio</a>: Rio de Janeiro, Brazil</li>\n<li><a href=\"https://saratoga.wordcamp.org/2015/\">WordCamp Saratoga</a>: Saratoga Springs, New York</li>\n<li><a href=\"https://sofia.wordcamp.org/2015\">WordCamp Sofia</a>: Sofia, Bulgaria</li>\n<li><a href=\"https://austin.wordcamp.org/2015/\">WordCamp Austin</a>: Austin, TX</li>\n<li><a href=\"https://ottawa.wordcamp.org/2015/\">WordCamp Ottawa</a>: Ottawa, Canada</li>\n<li><a href=\"https://charleston.wordcamp.org/2015/\">WordCamp Charleston</a>: Charleston, South Carolina</li>\n<li><a href=\"https://chicago.wordcamp.org/2015/\">WordCamp Chicago</a>: Chicago, Illinois</li>\n<li><a href=\"https://albuquerque.wordcamp.org/2015/\">WordCamp Albuquerque</a>: Albuquerque, New Mexico</li>\n<li><a href=\"https://prague.wordcamp.org/2015/\">WordCamp Prague</a>: Prague, Czech Republic</li>\n<li><a href=\"https://seoul.wordcamp.org/2014/\">WordCamp Seoul: </a>Seoul, South Korea</li>\n<li><a href=\"https://louisville.wordcamp.org/2014/\">WordCamp Louisville</a>: Louisville, Kentucky</li>\n<li><a href=\"https://omaha.wordcamp.org/2015/\">WordCamp Omaha</a>: Omaha, Nebraska</li>\n<li><a href=\"https://grandrapids.wordcamp.org/2015/\">WordCamp Grand Rapids</a>: Grand Rapids, Michigan</li>\n<li><a href=\"https://easttroy.wordcamp.org/2015/\">WordCamp East Troy</a>: East Troy, Wisconsin</li>\n<li><a href=\"https://palmademallorca.wordcamp.org/2015\">WordCamp Mallorca</a>: Palma de Mallorca, Spain</li>\n<li><a href=\"https://edinburgh.wordcamp.org/2015/\">WordCamp Edinburgh</a>: Edinburgh, United Kingdom</li>\n<li><a href=\"https://orlando.wordcamp.org/2015/\">WordCamp Orlando</a>: Orlando, Florida</li>\n<li><a href=\"https://mexico.wordcamp.org/2015/\">WordCamp Mexico City</a>: Mexico City, Mexico</li>\n<li><a href=\"https://netherlands.wordcamp.org/2015/\">WordCamp Netherlands</a>: Utrecht, Netherlands</li>\n<li><a href=\"https://phoenix.wordcamp.org/2016/\">WordCamp Phoenix</a>: Phoenix, Arizona</li>\n<li><a href=\"https://saopaulo.wordcamp.org/2015/\">WordCamp São Paulo</a>: São Paulo, Brazil</li>\n<li><a href=\"https://manchester.wordcamp.org/2015/\">WordCamp Manchester</a>: Manchester, United Kingdom</li>\n<li><a href=\"https://tokyo.wordcamp.org/2015/\">WordCamp Tokyo</a>: Tokyo, Japan</li>\n<li><a href=\"https://lima.wordcamp.org/2015/\">WordCamp Lima</a>: Lima, Peru</li>\n<li><a href=\"https://seattle.wordcamp.org/2015-beginner/\">WordCamp Seattle: Beginner</a>: Seattle, WA</li>\n</ul>\n<p>Don’t see your city on the list, but yearning for a local WordCamp? WordCamps are organized by local volunteers from the WordPress community, and we have a whole team of people to support new organizers setting up a first-time WordCamp. If you want to bring WordCamp to town, check out how you can <a href=\"https://central.wordcamp.org/become-an-organizer/\">become a WordCamp organizer</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/news/2015/07/wordcamps-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2015 01:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3738\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.3 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4352:\"<p>WordPress 4.3 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.3 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Menus</strong> can now be managed with the <strong>Customizer</strong>, which allows you to live preview changes you’re making without changing your site for visitors until you’re ready. We’re especially interested to know if this helps streamline the process of setting up your site (<a href=\"https://core.trac.wordpress.org/ticket/32576\">#32576</a>).</li>\n<li>Take control of another piece of your site with the <strong>Site Icon</strong> feature. You can now manage your site’s favicon and app icon from the admin area (<a href=\"https://core.trac.wordpress.org/ticket/16434\">#16434</a>).</li>\n<li>We put a lot of work into <strong>Better Passwords</strong> throughout WordPress. Now, WordPress will limit the life time of password resets, no longer send passwords via email, and generate and suggest secure passwords for you. Try it out and let us know what you think! (<a href=\"https://core.trac.wordpress.org/ticket/32589\">#32589</a>)</li>\n<li>We’ve also added <strong>Editor Improvements</strong>. Certain text patterns are automatically transformed as you type, including <code>*</code> and <code>-</code> transforming into unordered lists, <code>1.</code> and <code>1)</code> for ordered lists, <code>></code> for blockquotes and two to six number signs (<code>#</code>) for headings (<a href=\"https://core.trac.wordpress.org/ticket/31441\">#31441</a>).</li>\n<li>We’ve improved the <strong>list view</strong> across the admin dashboard. Now, when you view your posts and pages <strong>on small screen devices</strong>, columns are not truncated and can be toggled into view (<a href=\"https://core.trac.wordpress.org/ticket/32395\">#32395</a>).</li>\n</ul>\n<p><strong>Developers</strong>: There have been a few of changes for you to test as well, including:</p>\n<ul>\n<li><strong>Taxonomy Roadmap:</strong> Terms shared across multiple taxonomies will <a href=\"https://make.wordpress.org/core/2015/06/09/eliminating-shared-taxonomy-terms-in-wordpress-4-3/\">now be split</a> into separate terms on update to 4.3. Please let us know if you hit any snags (<a href=\"https://core.trac.wordpress.org/ticket/30261\">#30261</a>).</li>\n<li>Added <code>singular.php</code> to the template hierarchy as a fallback for <code>single.php</code> and <code>page.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/22314\">#22314</a>).</li>\n<li>The old Distraction Free Writing code was removed (<a href=\"https://core.trac.wordpress.org/ticket/30949\">#30949</a>).</li>\n<li>List tables now can (and often should) have a primary column defined. We’re working on a fallback for existing custom list tables but right now they likely have some breakage in the aforementioned responsive view (<a href=\"https://core.trac.wordpress.org/ticket/25408\">#25408</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.3, <a href=\"https://make.wordpress.org/core/tag/4-3/\">check out all 4.3-tagged posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Site icons for all</em><br />\n<em>Live preview menu changes</em><br />\n<em>Four three beta now</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/05/wordpress-4-2-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/05/wordpress-4-2-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2015 02:24:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3718\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Version 4.2.2 addresses two security issues: The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3213:\"<p>WordPress 4.2.2 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Version 4.2.2 addresses two security issues:</p>\n<ul>\n<li>The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on <a href=\"https://wordpress.org/\">WordPress.org</a> (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of <a href=\"http://netsparker.com\">Netsparker</a>.</li>\n<li>WordPress versions 4.2 and earlier are affected by a <a href=\"https://wordpress.org/news/2015/04/wordpress-4-2-1/\">critical cross-site scripting vulnerability</a>, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi from Baidu[X-team].</li>\n</ul>\n<p>The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=32418&stop_rev=32324\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.</p>\n<p>Thanks to everyone who contributed to 4.2.2:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, and <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/05/wordpress-4-2-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.2.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/04/wordpress-4-2-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/04/wordpress-4-2-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2015 18:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3706\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1010:\"<p>WordPress 4.2.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that <a href=\"https://wordpress.org/plugins/background-update-tester/\">support</a> those.</p>\n<p>For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=32311&stop_rev=32300\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/04/wordpress-4-2-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 06 Aug 2015 23:56:14 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 04 Aug 2015 12:10:40 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20150211001253\";}','no'),(38270,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438948575','no'),(38271,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438905375','no'),(38272,'can_compress_scripts','1','yes'),(38273,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1438948575','no'),(38274,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: The WordPress Core Team Receives Praise for Their Efforts to Maintain Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/the-wordpress-core-team-receives-praise-for-their-efforts-to-maintain-security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1832:\"<p>Netanel Rubin, a vulnerability researcher for <a href=\"http://www.checkpoint.com/\">Check Point Software</a> and <a href=\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\">credited</a> for properly disclosing a security vulnerability to WordPress, published the <a href=\"http://blog.checkpoint.com/2015/08/04/wordpress-vulnerabilities-1/\">first in a trilogy of posts</a> that explains how he discovered it.</p>\n<p>The vulnerability was discovered during a full audit of WordPress’ code base in which Rubin praised the efforts of the WordPress development team.</p>\n<blockquote><p>In contrast to these frequent findings in 3rd party plug-ins’ code, barebones WordPress issues are rare, as WordPress core developers are well-trained to hold high security awareness for all released code.</p>\n<p>We can confirm that during our audit of the source code, we witnessed the developers ‘leaving nothing to chance’, and implementing multiple layers of security protecting most attack vectors we could think of.</p>\n<p>WordPress developers deserve praise for their efforts to maintain such complex software in this level of security, specifically considering the presence of the notoriously trigger-happy foot-gun called PHP.</p></blockquote>\n<p>I recommend <a href=\"http://blog.checkpoint.com/2015/08/04/wordpress-vulnerabilities-1/\">reading the post</a> as it’s a brief look into the mind of a <a href=\"https://en.wikipedia.org/wiki/White_hat\">white hat</a> security researcher.</p>\n<p>Although WordPress has <a href=\"http://wptavern.com/wordpress-4-2-4-patches-six-security-vulnerabilities\">seen its fair share</a> of security related releases this year, it’s reassuring to hear a third-party whose job it is to penetrate software security praise WordPress’ codebase.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Aug 2015 00:05:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: The Mantra of Family Comes First\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47609\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wptavern.com/the-mantra-of-family-comes-first\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2219:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/FamilyFirstFeaturedImage.png\"><img class=\"size-full wp-image-47611\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/FamilyFirstFeaturedImage.png?resize=669%2C247\" alt=\"Family First Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/63122283@N06/11867028263\">Mama’s </a>– <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>At <a href=\"http://wptavern.com/recap-of-prestige-a-conference-geared-towards-growing-businesses\">Prestige over the weekend</a>, I heard a presenter say that family comes first. This isn’t the first time I’ve heard this advice but it’s becoming more prevalent. I generally hear this advice from those who are living comfortably, have two kids or more, and/or have gone through the startup process more than once.</p>\n<p>I’m a distributed worker who receives a check every two weeks. I’m married, have no kids, and write about WordPress for a living. Putting family first should be easy but it’s not. The last two years as a distributed worker, I’ve put work before family unless it’s an emergency.</p>\n<p>Two weeks ago, my wife and I had a serious conversation about the way I work and how it has negatively impacted our marriage. I’m a late owl and on most nights, my wife sleeps alone. As a distributed worker, I get to make the rules and put myself in the best environment to get the job done.</p>\n<p>The conversation with my wife involved words not fit for reproduction but everything she said was right. I’m spending too much time on digital devices and not enough with her. Our conversation was the wake up call I didn’t know I needed.</p>\n<p>It’s not easy putting family first all the time. Some argue that you need to put yourself before family so that you can provide for them. Others find a critical balance between spending time with family and getting the job done.</p>\n<p>How do you put family first when there are bills that need to be paid, sites to be built, and a constant deluge of work to be done? Please share your thoughts, experiences, and advice in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Aug 2015 01:43:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.2.4 Patches Six Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-2-4-patches-six-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2004:\"<p>WordPress <a href=\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\">4.2.4 is available</a> and patches six security vulnerabilities. The vulnerabilities were discovered by outside parties and members of the WordPress core security team. This release also fixes four bugs:</p>\n<ul>\n<ul>\n<li>WPDB: When checking the encoding of strings against the database, make sure we’re only relying on the return value of strings that were sent to the database. <a class=\"external text\" href=\"https://core.trac.wordpress.org/ticket/32279\">#32279</a></li>\n<li>Don’t blindly trust the output of <tt>glob()</tt> to be an array. <a class=\"external text\" href=\"https://core.trac.wordpress.org/ticket/33093\">#33093</a></li>\n<li>Shortcodes: Handle <tt>do_shortcode(\'<[shortcode]\')</tt> edge cases. <a class=\"external text\" href=\"https://core.trac.wordpress.org/ticket/33116\">#33116</a></li>\n<li>Shortcodes: Protect newlines inside of <tt>CDATA</tt>. <a class=\"external text\" href=\"https://core.trac.wordpress.org/ticket/33106\">#33106</a></li>\n</ul>\n</ul>\n<p>It’s been a busy year for the WordPress security team. Since the beginning of the year, there has been five security releases.</p>\n<ul>\n<ul>\n<li><a href=\"https://wordpress.org/news/2015/04/wordpress-4-1-2/\">WordPress 4.1.2</a></li>\n<li><a href=\"https://wordpress.org/news/2015/04/wordpress-4-2-1/\">WordPress 4.2.1</a></li>\n<li><a href=\"https://wordpress.org/news/2015/05/wordpress-4-2-2/\">WordPress 4.2.2</a></li>\n<li><a href=\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\">WordPress 4.2.3</a></li>\n<li><a href=\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\">WordPress 4.2.4</a></li>\n</ul>\n</ul>\n<p>Users should check their sites to make sure they’re running 4.2.4. If your site hasn’t automatically updated yet, you should perform a full backup and manually update. Sites running WordPress RC 2 are safe since it fixes the same issues as 4.2.4.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 23:45:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Recap of Prestige a Conference Geared Towards Growing Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/recap-of-prestige-a-conference-geared-towards-growing-businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4245:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/PrestigeconfFeaturedImage.png\"><img class=\"size-full wp-image-47595\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/08/PrestigeconfFeaturedImage.png?resize=677%2C268\" alt=\"Tony Perez of Sucuri\" /></a>Tony Perez of Sucuri Presenting on Security at Prestige\n<p>Over the weekend, I attended <a href=\"http://prestigeconf.com/\">Prestige</a>, a conference geared towards freelancers, entrepreneurs, and small agencies looking to grow their businesses. Unlike WordCamps, plugins, themes, and WordPress in general were rarely mentioned. Instead, sessions included high level topics such as, how to land enterprise clients, knowing when to move on to the next big thing, and the benefits of partnerships.</p>\n<p>The venue was perfect with plenty of space and the WiFi worked well. Lunch was an hour-long and provided on both days. The lunchroom can easily seat 300 people or more. Only a third of the space was used when attendees ate lunch providing a great environment to network with people.</p>\n<h2>Nancy Lyons and Technology’s Dirty Little Secret</h2>\n<p>Since I don’t deal with clients or own an agency, many of the sessions at Prestige are non-applicable to my day job. However, there is one session in particular that resonated with me. <a href=\"http://www.nancylyons.com/\">Nancy Lyons</a>, founder and CEO of <a href=\"http://www.clockwork.net/\">Clockwork</a>, shared her philosophies on hiring and getting employees engaged. Happy employees do good work but what makes them happy?</p>\n<ul>\n<li>Autonomy: Control over time, technique, team, or task.</li>\n<li>Mastery: Make progress and get better.</li>\n<li>Purpose: Be part of something bigger.</li>\n</ul>\n<p>A lot of the tips shared by Lyons are geared towards employers but they’re just as applicable to employees. The biggest danger to agencies and freelancers is the inability to have conversations with clients about what is and isn’t possible. According to Lyons, you can love someone and still tell them what they need to hear. One of the best tips she shared is to find and have fun at work as there’s nothing wrong with having fun.</p>\n<h2>Behind the Scenes of the Livestream</h2>\n<p>Prestige is <a href=\"http://prestigeconf.com/free-livestream-minneapolis-2015/\">known for having</a> a high quality livestream where more than 1,000 people can watch the conference live. The livestream is produced by <a href=\"http://pixpromedia.com/\">PixProMedia</a>. The gentleman in charge uses a TriCaster to switch between speakers and slides during sessions. Here are a couple of photographs of his equipment.</p>\n<a href=\"http://wptavern.com/recap-of-prestige-a-conference-geared-towards-growing-businesses#gallery-47580-1-slideshow\">Click to view slideshow.</a>\n<p>According to some viewers, watching the livestream was like being at the conference but is not a substitute for face-to-face interactions.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/jeffr0\">@jeffr0</a> The learning is like being there. I miss the handshakes in the hallway, meeting people face-to-face. <a href=\"https://twitter.com/hashtag/prestigeconf?src=hash\">#prestigeconf</a></p>\n<p>— Cate DeRosia (@mysweetcate) <a href=\"https://twitter.com/mysweetcate/status/627924263799009280\">August 2, 2015</a></p></blockquote>\n<p></p>\n<h2>Westwerk Is a Great Venue for After Parties</h2>\n<p>The after party was held at <a href=\"http://westwerk.com/\">Westwerk</a>, a WordPress development agency and primary sponsor of the event. Their office was perfect for an after party as it includes, a foosball table, Nintendo Wii, shuffleboard, drinks, pool table, and small offices for private conversations. It’s one of the best after parties for a conference that I’ve attended.</p>\n<h2>Prestige is Serious Business</h2>\n<p>It may seem like a WordPress conference on the surface but Prestige is geared towards business minded people. It’s highly focused and filled with information you can apply to companies in and outside of WordPress. If you want to learn how to take your business to the next level, Prestige is an excellent value.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 20:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: How to Avoid This Embarrassing Sharing Bug on WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/how-to-avoid-embarrassing-sharing-bug-on-wordpress-com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1804:\"<p>If you use the sharing feature on WordPress.com, you may have noticed an anomaly between your post title and what’s shared to social services. Since the post title is the first field to complete when writing a post, it makes sense to fill it in even if it’s a work in progress.</p>\n<p>The sharing module on WordPress.com has a bug where the initial text in a post title is used when sharing the post to social networks. For the past several months, I’ve published many articles on WordPress.com where the text within social links does not match the text used in the post title leaving me feeling embarrassed.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/BuginAction.png\"><img class=\"size-full wp-image-47477\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/BuginAction.png?resize=728%2C482\" alt=\"WordPress.com Bug in Action\" /></a>WordPress.com Bug in Action\n<p>To avoid this embarrassment, you’ll need to alter the text used in the sharing module before publishing each post. If you’re using the New Dash interface on WordPress.com, locate the Sharing metabox as seen in the screenshot above. When you’re ready to hit the publish button, change the text to match your title.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/TheCorrectPostTitle.png\"><img class=\"size-full wp-image-47478\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/TheCorrectPostTitle.png?resize=571%2C462\" alt=\"Post Title Matches the Sharing Text\" /></a>Post Title Matches the Sharing Text\n<p>I’ve spoken to several Automattic employees at various WordPress events and they’re aware of the bug. Until it’s fixed, you’ll need to remember to change the sharing text before you publish a post.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2015 21:52:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPWeekly Episode 201 – Interview With Paul Gibbs and John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=47469&preview_id=47469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/wpweekly-episode-201-interview-with-paul-gibbs-and-john-james-jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2500:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://byotos.com/\">Paul Gibbs</a> and <a href=\"http://jjj.me/\">John James Jacoby</a>. Jacoby shares what he learned and accomplished <a href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">working on bbPress and BuddyPress</a> full-time for six months.</p>\n<p>Gibbs explains his motivation to organize the first ever <a href=\"https://brighton.buddycamp.org/2015/\">BuddyCamp Brighton, UK</a>, that takes place on August 8th. We also discuss a new working group dedicated to possibly bringing back <a href=\"http://backpress.org/\">BackPress</a>. Last but not least, Gibbs and Jacoby offer their opinions on <a href=\"http://wptavern.com/meet-peepso-buddypress-newest-competitor-in-open-source-social-networking-for-wordpress\">PeepSo</a>, a new social networking plugin for WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/philadelphia-pa-to-host-wordcamp-us-december-4th-6th\">Philadelphia, PA to Host WordCamp US December 4th–6th</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/gallery-for-instagram/\">Instagram Gallery</a> displays a gallery from one or more Instagram accounts.</p>\n<p><a href=\"https://wordpress.org/plugins/backup-amazon-s3/\">Amazon S3 Backup and Restore</a> enables you to create full backups to Amazon S3 and restore, duplicate, clone, or migrate your site.</p>\n<p><a href=\"https://wordpress.org/plugins/responsivevoice-text-to-speech/\">ResponsiveVoice Text To Speech</a> is a HTML5 based text-to-speech library designed to add voice features to WordPress across all smart phone, tablet, and desktop devices. It supports 51 languages through 168 voices and has no dependencies.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 5th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #201:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2015 19:45:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Hong Kong Morning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/hong-kong-morning/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"<p><span class=\"embed-youtube\"></span></p>\n<p>The upside of jet lag, like <a href=\"http://om.co/2015/07/10/paris-je-laime/\">Om discovering the streets of Paris</a>, are enjoying parts of the day you might not normally be awake for, like a beautiful sun rise. Here’s a time lapse I made of the Victoria Harbor in Hong Kong taken from the incredible view I have in my room.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2015 23:40:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Postmatic Brings 100% Realtime Commenting to WordPress with Epoch Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/postmatic-brings-100-realtime-commenting-to-wordpress-with-epoch-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7876:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/epoch.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/epoch.jpg?resize=919%2C443\" alt=\"epoch\" class=\"aligncenter size-full wp-image-47416\" /></a></p>\n<p>The team behind <a href=\"https://gopostmatic.com/\" target=\"_blank\">Postmatic</a> is aiming to breathe new life into WordPress native comments with the 1.0 release of <a href=\"https://wordpress.org/plugins/epoch/\" target=\"_blank\">Epoch</a> today. The plugin was created to provide a Disqus alternative with faster loading and submitting for comments.</p>\n<p>Epoch’s creators set an ambitious goal for themselves on the plugin’s description page:</p>\n<blockquote><p>The goal: To provide a realtime commenting/chat experience using fully native comments while being compatible with page caching, CDNs, mobile, other comment plugins, and SEO best practices.</p></blockquote>\n<p>The plugin submits comments via AJAX, which means that comments appear instantly within the conversation without refreshing the page. The experience is designed to be so fast that it blurs the line between commenting and chatting, as comments from other readers also show up automatically with the same speed. The video below shows the plugin in action and a <a href=\"https://gopostmatic.com/epoch/#reply-title\" target=\"_blank\">live demo of Epoch</a> is available on the Postmatic website.</p>\n<p></p>\n<p></p>\n<p>Epoch <a href=\"https://wordpress.org/plugins/epoch/changelog/\" target=\"_blank\">version 1.0</a> boasts compatibility with virtually any WordPress theme. The plugin will attempt to integrate with your theme via one of three ways:</p>\n<ul>\n<li>The first tries to continue using your existing comment template while still offering all the performance gains</li>\n<li>The second overrides your comment template but inherits typography and colors from your theme</li>\n<li>The third totally replaces your comment template à la Disqus or Jetpack Comments</li>\n</ul>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/epoch-theme-integration.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/epoch-theme-integration.png?resize=1025%2C839\" alt=\"epoch-theme-integration\" class=\"aligncenter size-full wp-image-47442\" /></a></p>\n<p>Unlike Postmatic, which has a <a href=\"https://gopostmatic.com/premium/\" target=\"_blank\">commercial option</a> for additional features, founder Jason Lemieux says Epoch will not be directly monetized.</p>\n<p>“We do not have any plans to create a commercial version,” he said. “Postmatic is our primary product, Epoch exists only to make it easier for people to move back to native commenting, and in turn to use Postmatic. Epoch will be free forever.”</p>\n<h3>Compatibility with Other Comment Plugins</h3>\n<p>Epoch works seamlessly with Postmatic, i.e. it will pop up an opt-in modal allowing the commenter to subscribe to new post notifications. Using Postmatic in combination with Epoch is not required, because the plugin was created to work well on its own. It’s also compatible with many other plugins that extend comments.</p>\n<p>“Other third party native commenting plugins have taken a heavy-handed approach and do not support the comment template hooks built into WordPress,” Lemieux said. “This creates a walled garden in which the innovation and hard work present in existing and future comment plugins is left out.</p>\n<p>“We decided to take a different approach. We built Epoch to be compatible with other comment plugins as much as possible. Not all are, but with little tweaks here and there they work just fine.”</p>\n<p>Version 1.0 integrates perfectly out of the box with Postmatic, WordPress Zero Spam, Akismet, WP Markdown, and WordPress Social Login.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/epoch-plugin-compatibility.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/epoch-plugin-compatibility.png?resize=1025%2C583\" alt=\"epoch-plugin-compatibility\" class=\"aligncenter size-full wp-image-47447\" /></a></p>\n<p>“In our testing most anything that does not use a lot of JavaScript works just fine,” Lemieux said. “Things I haven’t tested but I assume would work would be anything that modifies or adds fields to the comment form (Subscribe to Comments, CommentLuv, various captchas).</p>\n<p>“Fancier plugins that allow for comment editing or sorting the comment order based on voting would probably not be happy. We will have to make that functionality ourselves.”</p>\n<h3>Epoch is a Disqus Alternative with an Emphasis on Privacy</h3>\n<p>When Lemieux and his team created Epoch, the strategy was to address problems with native commenting in order to pave the way for more users to get on board with Postmatic.</p>\n<p>“We didn’t set out with intentions of competing with Disqus,” he said. “However, a few months in it became clear that there are usually two reasons people were not using native comments, and we would need to address both if we wanted widespread adoption of Postmatic.</p>\n<p>“The first is that the comment templates that come with a huge majority of themes just plain stink. Theme developers hate dealing with them. It’s usually an afterthought. So the commenting experience suffers. It is slow, ugly, and not at all fun.</p>\n<p>“The second reason is that native commenting is extremely hard on the server. You can’t run native comments on a high traffic site. The server would buckle. A CDN won’t save you because the page content is constantly changing. For larger sites, native commenting is not even an option.</p>\n<p>“Both of these problems are solved easily with solutions like Livefyre or Disqus, so they get installed. But it’s just selling your users down the river. Your data is not yours, ads start showing up on your site. Privacy is out the window. And really, the performance gains are minimal when the embedded comments still take 10 second to load because there is so much tracking JavaScript being queued up in the background.”</p>\n<p>In contrast, Epoch loads faster than third party solutions and is completely private. Your commenters’ data is not farmed out and comments stay on your server.</p>\n<p>“For the first time someone can say this: running native WordPress commenting will actually increase your site performance,” Lemieux said.</p>\n<h3>What’s on the roadmap for the future of Epoch?</h3>\n<p>Lemieux and his team hope to attract a larger community around the project, which is <a href=\"https://github.com/postmatic/epoch\" target=\"_blank\">open to contribution on GitHub</a>.</p>\n<p>“We plan on aggressively recruiting others to join the project and we hope other developers will be inspired by what we have started,” he said.</p>\n<p>“We are going to build out a small API to make it easier for other plugins to hook into some of the advanced functionality.</p>\n<p>“And there are a few things that feel like they may be necessary: comment voting and a simple little like button which would be handy as a way to say, ‘I appreciate what you said, I do not have anything else to add.’ I would love to integrate that with Postmatic. I often will get a comment in my inbox and I want to recognize the thought that went into it, but don’t feel like I have anything to add. A simple little +1 would do it nicely,” Lemieux said.</p>\n<p>The 1.0 release of Epoch is exciting news for those who have been dissatisfied with WordPress native comments but are hoping for a reason to return. The plugin is open source and <a href=\"https://wordpress.org/plugins/epoch/\" target=\"_blank\">available for free on WordPress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2015 17:45:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: Yuuta: A Free Visual Diary Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/yuuta-a-free-visual-diary-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4045:\"<p>Earlier this month, <a href=\"http://wptavern.com/new-proposal-on-trac-to-remove-post-formats-from-wordpress-core\" target=\"_blank\">a new proposal landed on trac</a>, advocating the removal of <a href=\"http://codex.wordpress.org/Post_Formats\" target=\"_blank\">post formats</a> from core. Many believe that this feature would be better as a plugin, since it has received little improvement over the years and is not used by the majority of WordPress users.</p>\n<p>If the UI can be improved to be less confusing and theme support is standardized, post formats may have a chance at more widespread adoption. The feature is entirely dependent on theme support, as post formats are not enabled by default unless the theme author opts to include them. Many still do, which is why ripping them out of core in favor of a plugin would be a major undertaking.</p>\n<p>One of the most common use cases for post formats is a diary style WordPress theme. <a href=\"https://wordpress.org/themes/yuuta/\" target=\"_blank\">Yuuta</a> is a relatively popular theme on WordPress.org that revolves entirely around post formats. In the past four months, it has been downloaded more than 7,000 times. Yuuta was created to serve as a visual diary and includes support for all nine of WordPress’ post formats.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta.png?resize=880%2C660\" alt=\"yuuta\" class=\"aligncenter size-full wp-image-47392\" /></a></p>\n<p>The theme was designed by Felix Dorner, owner of <a href=\"http://drnr.co/\" target=\"_blank\">Studio DRNR</a>, a Berlin-based web development company. According to its description page, Yuuta was selected as the the theme’s name based on its Japanese meaning:</p>\n<blockquote><p>Yuuta is a Japanese name and is made up of 優 (yuu) “gentleness, superiority”, 悠 (yuu) “distant, leisurely” or 勇 (yuu) “brave” combined with 太 (ta) “thick, big”.</p></blockquote>\n<p>Each post format has its own distinguishing icon and unique display. Dorner opted to use Roboto, Roboto Slab, and a sprinkling of Courier as the theme’s primary fonts. The typography choices were selected for optimal readability on all screen sizes.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-chat-format.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-chat-format.jpg?resize=961%2C526\" alt=\"yuuta-chat-format\" class=\"aligncenter size-full wp-image-47405\" /></a></p>\n<p>Yuuta also includes specific styles for both standard and Jetpack-enabled galleries.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-jetpack-enabled-gallery.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-jetpack-enabled-gallery.jpg?resize=652%2C572\" alt=\"yuuta-jetpack-enabled-gallery\" class=\"aligncenter size-full wp-image-47407\" /></a></p>\n<p>The theme’s design is fairly set, unless you opt to create a child theme. There are zero options in the Customizer. Much of the design customization is done on a post-by-post basis, as the featured image serves as a unique background for the post. Yuuta also includes editor styles to match the editing experience to the theme’s frontend appearance.</p>\n<p>The primary navigation menu is hidden until toggled into view by the icon in the header, which keeps the reader focused on the content. There are no sidebars to contend with but widgets can be added to the footer.</p>\n<p>If you’re a fan of post formats, the Yuuta theme really makes them shine. It responds to display beautifully on all devices from desktop to tablet to smartphone. Check out a <a href=\"http://demo.felixdorner.com/yuuta/\" target=\"_blank\">live demo</a> on Dorner’s website to see each post format in action. You can download <a href=\"https://wordpress.org/themes/yuuta/\" target=\"_blank\">Yuuta</a> for free from WordPress.org or install it via your admin themes browser.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2015 04:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Awesome Geek Podcasts: A Curated List of Tech Podcasts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/awesome-geek-podcasts-a-curated-list-of-tech-podcasts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2834:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/headphones.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/headphones.jpg?resize=960%2C482\" alt=\"photo credit: Jan Vašek\" class=\"size-full wp-image-47389\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3YOVALG5DX\">Jan Vašek</a>\n<p>The WordPress community produces a couple dozen high quality podcasts covering diverse topics, such as weekly news, business/entrepreneurship, education, and development. Every year the best WordPress-related podcasts are featured in <a href=\"http://iamdavidgray.com/best-wordpress-podcasts/\" target=\"_blank\">roundup posts</a> highlighting shows that are publishing new episodes regularly.</p>\n<p>One way to venture outside the WordPress world is to expand your horizons when it comes to podcast subscriptions. <a href=\"https://github.com/cv/awesome-geek-podcasts\" target=\"_blank\">Awesome Geek Podcasts</a> is a curated list of tech podcasts that was first published in May of this year on GitHub. Since that time the repository has received 121 commits from 34 contributors.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/awesome-geek-podcasts.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/awesome-geek-podcasts.png?resize=1025%2C551\" alt=\"awesome-geek-podcasts\" class=\"aligncenter size-full wp-image-47382\" /></a></p>\n<p>None of the podcasts listed in the repo are directly related to WordPress, but many cover topics related to the various technologies that work in and with WordPress. The list includes approximately seven PHP-related podcasts in English (and more in other languages), along with shows focused on JavaScript, Sass, Git, and other technologies.</p>\n<p>Other topics included in the Awesome Geek Podcasts list that might be of interest to WordPress developers include:</p>\n<ul>\n<li>Running software companies</li>\n<li>Software design, creation, and delivery</li>\n<li>Front end web design, development, and UX</li>\n<li>Typography, design, prototyping</li>\n<li>Open source software</li>\n<li>Family and life/work balance</li>\n</ul>\n<p>Several of those listed follow a short format of 5 and 10-minute episodes for developers who are short on time. No matter where your interests lie in the various aspects of “geek life,” the Awesome Geek Podcast list has something for everyone.</p>\n<p>Currently the list has separate sections for shows in English, Portuguese, Spanish, Russian, Persian, and Swedish, but it is open to contribution. Although it doesn’t seem to include many podcasts that focus on specific CMS platforms, you can try <a href=\"https://github.com/cv/awesome-geek-podcasts/blob/master/CONTRIBUTING.md\" target=\"_blank\">submitting a pull request</a> for the inclusion of your WordPress-related podcast.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 20:58:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Behind the Scenes of WordPress 4.2.3 With Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/behind-the-scenes-of-wordpress-4-2-3-with-gary-pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2253:\"<p>When <a href=\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\">WordPress 4.2.3 was released</a> last week, not only did it patch a critical security vulnerability, but also <a href=\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\">adversely impacted</a> a number of sites. Changes to the Shortcode API which were necessary as part of the patch caused some plugins that rely on the API to break. These changes were not immediately communicated to plugin developers. Nearly eight hours after its release, a <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/\">post published</a> on the Make WordPress Core blog explained the changes.</p>\n<p>The release process of WordPress 4.2.3 left <a href=\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites#comments\">plugin authors and users</a> scratching their heads. On one hand, point releases are not supposed to break anything. On the other, affected plugin authors were left in the dark for nearly eight hours wondering why a point release broke their plugins.</p>\n<p><a href=\"http://pento.net/\">Gary Pendergast</a> who works for Automattic, is a WordPress core contributor, and a member of the WordPress core security team, reached out to me for an interview. In the following conversation, we discuss what happened behind the scenes before 4.2.3 was released.</p>\n<p>He clears up some confusion on when the changes to the Shortcode API were implemented. He also admits the team made some mistakes and has already implemented changes to improve the release process. One of those changes includes publishing a post on the Make WordPress Core blog as soon as the update is pushed out to sites.</p>\n<p>I appreciate and thank Pendergast for reaching out to me to have this conversation. I look forward to similar collaborations with members of the core team in the future. A transcription of this interview is not available but if you have it transcribed and would like to make it available to the public, please <a href=\"http://wptavern.com/contact-me\">contact me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 19:02:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WordPress Theme Review Team Votes to Allow Themes to Use the REST API Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/wordpress-theme-review-team-votes-to-allow-themes-to-use-the-rest-api-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3363:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/colored-pencils.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/colored-pencils.jpg?resize=960%2C470\" alt=\"colored-pencils\" class=\"aligncenter size-full wp-image-42610\" /></a></p>\n<p>During this week’s WordPress Theme Review Team meeting, members considered the possibility of allowing themes hosted in the directory to make use of the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">WP REST API plugin</a>. Since the API is not yet included in core, any theme or plugin author who wants to use it must have the feature plugin installed.</p>\n<p>Ordinarily, WordPress.org themes are not allowed to require a plugin on installation (although they can suggest one). As per the <a href=\"https://make.wordpress.org/themes/handbook/review/required/#plugins\" target=\"_blank\">Theme Review Handbook on plugins</a>: <em>A theme can recommend plugins but not include those plugins in the theme code.</em></p>\n<p>“The core team has asked us to consider temporarily allowing the requirement of the REST API for themes that may take advantage of it,” Tammie Lister said before calling for a vote. She also noted that waiving the rule would be temporary, as the API will soon be going into core.</p>\n<p>“This does not open up the way for others as an exception because it’s a core feature,” she said.</p>\n<p>The team took a quick vote and all present unanimously agreed to allow themes to require the REST API plugin as a temporary measure until it is available in core. Check out the <a href=\"https://make.wordpress.org/themes/2015/07/28/theme-review-team-weekly-meeting-notes-the-logs-7/\" target=\"_blank\">meeting logs</a> for the full discussion.</p>\n<p>The WP REST API is already being used in production in many different ways around the web, as revealed in the comments on project leader Ryan McCue’s recent <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">post</a> calling for examples. If the Theme Review Team wants to keep pace with where WordPress is headed, it must offer the flexibility to allow for more innovative themes. Temporarily waiving the guideline against plugin requirements is a smart move.</p>\n<p>As WordPress.org accrues more examples of themes that use the REST API in a way that complies with the review team’s high standards, developers who are just getting started will have strong examples for creating their own. Jack Lenox’s presentation at WordCamp London this year highlighted a few of the benefits of theming with the REST API:</p>\n<ul>\n<li>Provides a way to retrieve pure data (usually in JSON or XML format) over HTTP</li>\n<li>No loops necessary</li>\n<li>Good for mobile apps and environments where you don’t want a full webpage to render but want content from a blog or site</li>\n</ul>\n<p>With the official directory now welcoming these types of themes, it won’t be long before the entire landscape of WordPress theme development changes to support more modern ways of presenting content. Check out Jack Lenox’s presentation on <a href=\"http://wptavern.com/jack-lenox-on-building-themes-with-the-wp-rest-api\" target=\"_blank\">Building themes with the WP REST API</a> for information on how to get started.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 17:30:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Post Status: Don’t make enemies, invest in friendships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=13860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/invest-in-friendships/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4756:\"<p><em>Editor’s note: The following is a guest post by <a href=\"http://corymiller.com/about/\">Cory Miller</a>, the CEO of <a href=\"https://ithemes.com\">iThemes</a>. Cory describes his approach to making friends and avoiding making enemies. You should also check out his recent <a href=\"http://corymiller.com/my-talk-on-mental-health-and-entrepreneurship-is-now-online/\">talk on mental health and entrepreneurship</a>, which is terrific.</em></p>\n<p>I’d rather wave a white flag and compromise than make an enemy. Every. Single. Day.</p>\n<p>I’ve purposefully and intentionally, throughout my life (and business), sought to <em>not</em> make enemies, but rather build friendships.</p>\n<ul>\n<li>Enemies are only trouble.</li>\n<li>Enemies are distractions.</li>\n<li>Enemies eat my time and energy and focus.</li>\n<li>Enemies seek your destruction.</li>\n<li>Enemies oppose you.</li>\n<li>Enemies seek to “harm or weaken” you.</li>\n</ul>\n<p>Friends do the opposite.</p>\n<p>My best example of this is my wife, Lindsey. I think of her as my greatest ally and my best friend. She’s the opposite of an enemy.</p>\n<p>The words I use to describe her are “caring,” “supportive,” “loving,” and “wants my best.”</p>\n<p>So why would I spend my time seeking to <em>create</em> enemies, instead of friendships?</p>\n<ul>\n<li>You can have opinions.</li>\n<li>You can take stands.</li>\n<li>You can and should draw boundary lines.</li>\n<li>You can have your principles and <em>never</em> budge on them.</li>\n</ul>\n<p><em>But,</em> you can also, simultaneously, choose to make and focus on friendships.</p>\n<p>Some of my best friendships have come through business, and some of them would be considered “competitors.”</p>\n<p>But I’ve cherished those friendships.</p>\n<p>Additionally, I sleep better at night knowing we only want each other’s best and that there is plenty of room for each other instead of someone actively, purposefully seeking my destruction.</p>\n<p>But instead of seeking to fester anger and hate and competition, I’ve sought the opposite, asking, “Where can we find ways to help each other do better for each other?”</p>\n<p>So what if we approached life and business like this:</p>\n<p>Instead of using that anger, bile, jerk-ness, and negative energy in telling the world who you hate and how big of a jerk you can be, and how you don’t want to be an enemy of — why not seek to build true, lasting, deep friendships?</p>\n<p>The old quote, “Keep your friends close, and your enemies closer,” is pure B.S.</p>\n<p>Why not create a friend instead of nurture an enemy?</p>\n<p>Why not tell the world that you can be the <em>best</em> friend they ever made? And prove it by your actions.</p>\n<p>Friendships do take an investment. They take consistency. They take time. They take compromise sometimes. It means showing up for them when they most need it.</p>\n<p>But those relationships have been some of the richest relationships I’ve ever had. And totally worth the investment (multiple times over and over in fact).</p>\n<p>And yes, I have made enemies in my life. Purposefully and sometimes not. In fact, someone recently asked me jokingly on Twitter who didn’t like me. I responded with:</p>\n<p>“I can think of 1 or 2 a-holes but I don’t like thinking about them. <img src=\"https://poststatus.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" /> hahahahaha”</p>\n<p>And although that’s sadly true, I’ve sought to minimize the enemies I’ve made in my life and business.</p>\n<p>My perspective on making necessary enemies is that <em>if</em> you <em>have</em> to make an enemy — and when I say that, I don’t mean because your personality defaults to that of a jerk and you sadistically like being labeled one), but you <em>have</em> to make an enemy because you have to set a boundary and tell someone no, or take a legal action — make dang sure it’s either for a <em>very</em> good purpose, value or strategic reason.</p>\n<p>And even then, question yourself about why.</p>\n<p>As my attorney told me recently: “You catch more flies with honey.”</p>\n<p>So don’t be a jerk while making enemies. You’ll make <em>more</em> enemies in the process.</p>\n<p>Simple, lip-biting kindness in the face of anger and hate and bile helps deflate a situation rather than pour lighter fluid on it.</p>\n<p>I tell people often: it doesn’t cost me anything to be nice and kind. (In fact most of the time it makes me happier.) And I seek out different avenues to vent my frustration and relieve my stress.</p>\n<p>So I say: Don’t make enemies. Invest in friendships.</p>\n<p>It should be common sense, but sometimes I (and maybe you) need a reminder.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 05:13:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Adler: A Unique Personal Blogging Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47272\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/adler-a-unique-personal-blogging-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3395:\"<p>If you’re on the hunt for a new WordPress blogging theme but the designs are all starting to look too similar, you may want to check out <a href=\"https://wordpress.org/themes/adler/\" target=\"_blank\">Adler</a>. It is one of the more unique themes to land in the WordPress.org directory in recent months with its uncommon typography choices and bright bursts of color.</p>\n<p>Adler was created by Romanian theme designer <a href=\"https://twitter.com/BabBarDeL\" target=\"_blank\">George Olaru</a> of <a href=\"https://pixelgrade.com/\" target=\"_blank\">Pixelgrade</a>. Olaru takes a unique approach to the popular fullscreen splash page style that many themes have adopted for a homepage layout, overlaying it with a serif font title paired with a hand-script style subtitle.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler.png?resize=880%2C660\" alt=\"adler\" class=\"aligncenter size-full wp-image-47315\" /></a></p>\n<p>Styling for single posts is similar to the home page with the featured image serving as a fullscreen background for the title. Scroll further down and the post content is centered with no distracting sidebar widgets.</p>\n<p>Adler combines two unusual Google font choices in the design: Droid Sans Mono for paragraph text and Permanent Marker for blockquotes and subtitles. Images in posts overhang the text column to create a strong visual impact.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler-images-blockquotes.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler-images-blockquotes.jpg?resize=810%2C812\" alt=\"adler-images-blockquotes\" class=\"aligncenter size-full wp-image-47318\" /></a></p>\n<p>Adler’s files include a tiny leaf icon that is tastefully applied on the home and archive templates to separate posts. The effect is minimalist without appearing to be stark. The theme also includes support for Font Awesome icons.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/font-awesome.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/font-awesome.jpg?resize=656%2C534\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-47320\" /></a></p>\n<p>The necessity for large featured images can sometimes be a drawback for users when selecting a blogging theme. After testing Adler, I found that the design doesn’t break if you don’t have a large featured image assigned to a post. In fact, posts lacking a featured image look just as nice as those that include one, so you’re not tied down to hunting for one every time you publish.</p>\n<p>Adler supports three menu locations for a primary, footer, and social menu. It includes support for one footer widget area, which spans three columns. There are just two options available in the native customizer that allow you to change the background color or add a background image.</p>\n<p>Adler was created to be a personal blogging theme and the design instantly communicates: “I have something to say.” Check out the <a href=\"https://pixelgrade.com/demos/adler/\" target=\"_blank\">live demo</a> on Pixelgrade.com to see it in action. If you like what you see, you can <a href=\"https://wordpress.org/themes/adler/\" target=\"_blank\">download Adler</a> for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 01:09:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: New WordPress Plugin Automates Slack Team Invitations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/new-wordpress-plugin-automates-slack-team-invitations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4403:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/slack-logo.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/slack-logo.jpg?resize=700%2C314\" alt=\"slack-logo\" class=\"aligncenter size-full wp-image-33466\" /></a></p>\n<p>Generating Slack team invitations can become rather tedious when you’re managing a large group of people – particularly when the team is open to almost anyone. In the case of a company or organization, a Slack admin can use the feature that permits anyone with an email from a specified domain to be accepted on signup. However, this feature isn’t applicable to teams that are made up of people with diverse email domains and associations.</p>\n<p><a href=\"http://boiteaweb.fr/\" target=\"_blank\">Julio Potier</a>, a French security consultant and prolific <a href=\"https://profiles.wordpress.org/juliobox/\" target=\"_blank\">plugin developer</a>, created a solution for this particular scenario. As an admin on the <a href=\"https://wordpressfr.slack.com/\" target=\"_blank\">WordPressFR.slack.com</a> team, which is open to all French WordPress users, he needed a more convenient way to allow new signups. The team has 27 channels and 250+ members with 200 added in the first week.</p>\n<p>Julio decided to create a plugin to make the invitation process easier in the future. The new <a href=\"https://wordpress.org/plugins/lazy-invitation/\" target=\"_blank\">Slack Lazy Invitation</a> plugin automates the sending of Slack team invitations by adding a frontend signup on your WordPress site.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/join-slack-team.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/join-slack-team.png?resize=404%2C405\" alt=\"join-slack-team\" class=\"aligncenter size-full wp-image-47285\" /></a></p>\n<p>The user simply enters an email address and the invitation is sent. A Slackbot confirmation will appear on the page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-team-invite-sent.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-team-invite-sent.png?resize=365%2C253\" alt=\"slack-team-invite-sent\" class=\"aligncenter size-full wp-image-47286\" /></a></p>\n<p>To configure the plugin for your Slack team all you need to do is enter the group name and the security token for your Slack invitations. As this token is not easy to find, Julio wrote a bookmarklet that will automatically capture it for you. From the plugin’s settings page you can drag and drop the bookmarklet into your browser toolbar on the invitation page found at: <code>https://YOURGROUP.slack.com/admin/invites</code>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/lazy-slack-settings.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/lazy-slack-settings.png?resize=782%2C439\" alt=\"lazy-slack-settings\" class=\"aligncenter size-full wp-image-47295\" /></a></p>\n<p>Once the plugin is configured, the invitation signup page will be available at <code>example.com/wp-login.php?action=slack-invitation</code>. If you’re using either the <a href=\"https://wordpress.org/plugins/wp-recaptcha/\" target=\"_blank\">wp-reCaptcha</a> or <a href=\"https://wordpress.org/plugins/google-captcha/\" target=\"_blank\">google-captcha</a> plugins, Slack Lazy Invitation will automatically add protection to the form.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-invite-recaptcha.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-invite-recaptcha.jpg?resize=350%2C481\" alt=\"slack-invite-recaptcha\" class=\"aligncenter size-full wp-image-47292\" /></a></p>\n<p>The plugin also includes support for the <a href=\"https://wordpress.org/plugins/sf-move-login/\" target=\"_blank\">SF Move Login</a> plugin, so that the invitation form is available at /slack-invitation instead of the much longer URL. This slug can be changed in the SF Move Login settings panel.</p>\n<p>In the future Julio plans to add support for adding invite pages for multiple groups. I tested <a href=\"https://wordpress.org/plugins/lazy-invitation/\" target=\"_blank\">Slack Lazy Invitation</a> and found that it works exactly as advertised. If you have a large Slack team with open invites, this plugin will save you quite a bit of time. Download it for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jul 2015 22:30:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Meet PeepSo: BuddyPress’ Newest Competitor in Open Source Social Networking for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46711\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/meet-peepso-buddypress-newest-competitor-in-open-source-social-networking-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10255:\"<p>When the first <a href=\"https://buddypress.org/2008/12/buddypress-10b1-components/\" target=\"_blank\">BuddyPress beta</a> arrived on the scene in 2008, there was nothing like it for WordPress. Facebook was still relatively new to the public and Twitter was just a couple years old. A plugin that transformed WordPress into a social network was an exciting prospect.</p>\n<p>After seven years of virtually unchallenged dominance among WordPress social networking plugins, BuddyPress has a new competitor. <a href=\"http://www.peepso.com/\" target=\"_blank\">PeepSo</a>, trademarked <em>“Your people. Your community. Your way,”</em> is the newest contender in WordPress’ open source social networking plugin niche.</p>\n<p>Unlike <a href=\"https://buddypress.org/\" target=\"_blank\">BuddyPress</a>, which for the most part has improved slowly through community contribution, the <a href=\"http://www.peepso.com/\" target=\"_blank\">PeepSo</a> project is run more like a startup and is 100% self-funded. It is currently being marketed as an alternative to BuddyPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">You\'ve been asking for it. An alternative to BuddyPress. It\'s here! <a href=\"http://t.co/Uxd7AQcnCL\">http://t.co/Uxd7AQcnCL</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/buddypress?src=hash\">#buddypress</a> <a href=\"http://t.co/yYRI5pnXJR\">pic.twitter.com/yYRI5pnXJR</a></p>\n<p>— peepso (@peepsowp) <a href=\"https://twitter.com/peepsowp/status/623768949943984128\">July 22, 2015</a></p></blockquote>\n<p></p>\n<p>The <a href=\"https://wordpress.org/plugins/peepso-core/\" target=\"_blank\">PeepSo plugin</a>, available on WordPress.org, offers many of the same <a href=\"http://www.peepso.com/pricing/\" target=\"_blank\">core features</a> as BuddyPress but was launched with a collection of commercial add-on plugins for things like photos, videos, moods, tagging, locations, friends, and messages. A groups feature is noticeably absent from Peepso but <a href=\"http://www.peepso.com/roadmap/\" target=\"_blank\">planned for version 1.4</a>. Current extensions seem to focus primarily on adding multimedia features to the activity stream.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/peepso-profile.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/peepso-profile.png?resize=1025%2C769\" alt=\"peepso-profile\" class=\"aligncenter size-full wp-image-47235\" /></a></p>\n<h3>Who is Behind PeepSo?</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/merav-peepso.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/merav-peepso.jpg?resize=225%2C300\" alt=\"merav-peepso\" class=\"alignright size-medium wp-image-47241\" /></a>PeepSo was founded by <a href=\"https://about.me/meravknafo\" target=\"_blank\">Merav Knafo</a>, owner of <a href=\"http://www.jomsocial.com/\" target=\"_blank\">JomSocial</a>, Joomla’s most popular social networking solution. Knafo, a veteran in the Joomla community, brings a unique perspective on the differences between the Joomla and WordPress markets for social networking software. As <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">Joomla captures roughly 7% to WordPress’ 60% of the CMS market share</a>, Knafo saw an opportunity to break into a larger market.</p>\n<p>“As a business owner, it’s my job to pay attention to trends in my industry and unfortunately, Joomla has been on a downward trend since 2009,” Knafo said.</p>\n<p>“Many of our JomSocial customers have asked us to ‘make JomSocial for WordPress,’ because they wanted to switch to WordPress but there was nothing like JomSocial for WordPress. Finally, I could not ignore the trend nor the requests and decided to get into the WordPress market as well.”</p>\n<p>Knafo hopes to parlay her experience with JomSocial into her new venture with PeepSo.</p>\n<p>“We stuck with Joomla for almost 10 years now and took JomSocial to a whole new level when we took over in 2013,” she said. “I am very proud of what we’ve accomplished with JomSocial and super excited to implement all this experience and knowledge into PeepSo.”</p>\n<h3>How PeepSo Got Started</h3>\n<p>The idea for PeepSo was incubating for a few years before Knafo had the opportunity to execute it.</p>\n<p>“Brad Bihun used to be a customer of ours at <a href=\"http://www.ijoomla.com/\" target=\"_blank\">iJoomla</a>, and then he switched to WordPress,” she said. “We happened to live very close to each other in Encinitas, California, so we met up and suggested I’d created ‘JomSocial for WordPress.’</p>\n<p>“At that time, I didn’t even own JomSocial and I was too busy with all the iJoomla products. Then a couple of years later, I acquired JomSocial and he approached me again, but once again, I was just too busy. A year and a half into JomSocial acquisition, when things got a lot smoother, I finally said yes, he introduced me to the <a href=\"http://spectromtech.com/\" target=\"_blank\">SpectrOM</a> team, and we got started.”</p>\n<p>Although the plugin appears to be marketed as a direct competitor to BuddyPress, Knafo said that it wasn’t created specifically for that purpose but rather to give WordPress users a more robust array of options for building networks.</p>\n<p>“Obviously we felt there was a need for another product as an alternative to BuddyPress,” she said. “Leaving users with just one option is rarely a good idea, people like options.</p>\n<p>“We don’t necessarily plan to take on BuddyPress, we just want to offer those who want an alternative, a product that is of high quality and that is being continuously developed. Ultimately, people will choose the solution that serves them best. We are just getting started, but we have big plans and an excellent track record doing this successfully with Joomla.”</p>\n<h3>The Differences Between PeepSo and BuddyPress</h3>\n<p>I asked Knafo what her team perceives to be the most notable differences between PeepSo and its more established competitor, based on what they found to be lacking in BuddyPress.</p>\n<p>“I’d say the look and feel is a lot more modern in PeepSo right off the bat with no special themes needed,” she said. “The features are more up-to-date with the latest and greatest features of big social networks, such as Facebook – from cover photos to ‘likes’ and so on.”</p>\n<p>BuddyPress core developers have opted to leave the aforementioned features to separate third-party plugins as opposed to packing them into core. With certain features, i.e. photos and videos, PeepSo does the same, except the add-ons are supported by PeepSo core developers.</p>\n<p>“PeepSo is lightweight and allows you to only add features that you need, to keep it lightweight,” Knafo said. “PeepSo’s code is so beautiful it made our developers shed tears of joy when they first saw it – that said, I never looked at BuddyPress’s code, nor would I be able to tell whether it’s beautiful or not.”</p>\n<p>In terms of code differences, PeepSo’s development team cited what they believe to be a few major differences between their <a href=\"https://github.com/wp-plugins/peepso-core\" target=\"_blank\">codebase</a> and BuddyPress:</p>\n<ul>\n<li>All object oriented – from the PHP to the Javascript</li>\n<li>Built with a templating engine similar to what you see in shopping cart systems. This allows use with virtually any theme.</li>\n<li>The JavaScript uses an extension mechanism, allowing add-ons to extend the abilities of the postbox.</li>\n<li>We made the database queries as optimized as possible to allow for greater scalability.</li>\n</ul>\n<p>“We have a track record creating and supporting a very large social networking application (JomSocial),” Knafo told the Tavern. “We know the ins and out of this business. We may be new to WordPress, but we are veterans when it comes to social networking applications.”</p>\n<h3>Where is PeepSo Headed?</h3>\n<p>The PeepSo development team, guided by lead architect <a href=\"https://twitter.com/davejesch\" target=\"_blank\">Dave Jesch</a> of <a href=\"http://spectromtech.com/\" target=\"_blank\">SpectrOM</a>, has an aggressive <a href=\"http://www.peepso.com/roadmap/\" target=\"_blank\">roadmap</a> for improving the plugin’s core and adding more features via commercial plugins.</p>\n<p>“Our main goal is to add more plugins to PeepSo, you can see our road map here. We’ll start with a chat plugin, custom profile fields and then groups, events, pages and so forth,” Knafo said. The team also hopes to partner with other developers who want to create PeepSo plugins.</p>\n<p>I asked her if the team plans to create a hosted PeepSo platform for community managers. Knafo said it isn’t totally out of the question but isn’t high on the priority list at the moment.</p>\n<p>“We tried to do this with JomSocial but we had a hard time finding the right hosting solution for it,” she said. “That said, we are open to the idea, a bit down the road.”</p>\n<p>PeepSo is just getting started and has not yet attracted many customers. However, Knafo’s experience of successfully running an open source project for the past 10 years has given her the determination to break into a new and unfamiliar market.</p>\n<p>“The sales have been as can be expected this early after the initial release, not too shabby to start with but we expect whole lot more sales as the WordPress users become aware of PeepSo, download the free version and give it a try,” she said.</p>\n<p>“We’re here for the long haul and we take no shortcuts in doing this right. We know it’s a huge undertaking; there is so much more to do. I am confident that investing in WordPress was the right move, I’ve been very pleased by the feedback and the community. My hope is that WordPress developers will join us and create awesome plugins to take PeepSo to the next level.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 22:50:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Only 70 Tickets Remain to Livestream Prestige for Free August 1-2, 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/only-70-tickets-remain-to-livestream-prestige-for-free-august-1-2-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4855:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/PrestigeConfLogo.png\"><img class=\"alignright size-full wp-image-27630\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/PrestigeConfLogo.png?resize=275%2C233\" alt=\"Prestige Conference Logo\" /></a>With just a few days remaining before <a href=\"http://prestigeconf.com/\">Prestige takes place</a>, there are only 70 tickets left to watch the event for free. Courtesy of <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a>, the event’s primary sponsor, more than 500 people will be watching the event for free this weekend. To watch the event for <del>free, use the code <strong>GravityFormsLS </strong></del>when <a href=\"http://prestigeconf.com/tickets/\">purchasing a streaming ticket</a>.</p>\n<p>Free tickets are sold out. However, entering the code <strong>PrestigeStream</strong> when <a href=\"http://prestigeconf.com/tickets/\">purchasing a streaming ticket</a>, will take 50% off the price</p>\n<p>Prestige is a conference founded by Kiko Doran and Josh Broton in 2014 that focuses on the business aspects of WordPress. The first event was held in Minneapolis, MN, in October of 2014. Earlier this year, Prestige was held in Las Vegas, NV. This weekend marks the third time the conference will be held.</p>\n<h2>The Future of Prestige</h2>\n<p>The first and second conference had approximately 100 attendees and Doran expects the same amount this weekend. However, future iterations of Prestige will have lower attendance. “We are transitioning to more of an online event. We’re actually going to make the in-person events smaller moving forward.” Doran told the Tavern.</p>\n<p>There’s also a chance the conference could morph into something completely different. “After organizing two WordCamps, I figured out some of the things I loved about them and some of the things I don’t. Prestige has given me the freedom to try new things and see what people like and what they don’t like,” Doran said.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/PrestigeinVegas.jpg\"><img class=\"wp-image-47216 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/PrestigeinVegas.jpg?resize=1025%2C576\" alt=\"Prestige in Las Vegas Nevada\" /></a>Prestige in Las Vegas, NV Image courtesy of <a href=\"https://www.happyjoe.org/prestige-conference-las-vegas-2015/\">James Dalman</a>\n<p>Although the conference has been held twice this year and in different cities, the organizing team plans to host at least one Prestige conference in Minneapolis every year. Talks are underway for the next event but details are not locked down.</p>\n<p>“We plan to do one in Minneapolis every year because we love the community there. We’d like to do Minneapolis in the summer time, due to weather, then we’d like to do any winter events in a warm place,” Doran said.</p>\n<p>Organizing a conference is a challenging experience that benefits from having motivated organizers. Doran explains what motivates him to organize Prestige, sometimes twice a year.</p>\n<p>“I have a small awesome team of organizers that love putting this event on. That and the people who come and share their knowledge. It’s a smaller event but to me, that’s the appeal of it. Everyone is far more approachable in this environment,” he said.</p>\n<h2>A First for Prestige</h2>\n<p>This weekend’s event features a hands-on workshop by Jennifer Bourn of <a href=\"http://www.bourncreative.com/\">Bourn Creative</a>. It’s the first session in Prestige’s young history to involve hands-on exercises. The session is uncharted territory for the conference which has mostly focused on people sharing their experiences building businesses.</p>\n<h2>How Long Will Doran Organize Prestige?</h2>\n<p>With this being his third conference, I asked Doran how long does he plan to continue organizing Prestige, “I’ll organize the conference as long as there is a demand for the content. People often say to scratch your own itch. This conference started off as a little self-serving in that I wanted to ask people all of these questions. Then I thought, couldn’t others benefit from this information as well?” he replied.</p>\n<h2>I’ll Be at Prestige Conference</h2>\n<p>I’ll be among the 100 expected attendees at this weekends conference. If you’re attending the event, please stop me and say hi. If not, make sure you grab one of the <a href=\"http://prestigeconf.com/tickets/\">70 tickets left</a> to watch a livestream of the event. You can also monitor the <a href=\"https://twitter.com/search?q=prestigeconf&src=typd\">#Prestigeconf</a> hashtag on Twitter. If you’ve previously attended Prestige or watched the livestream, please share your experiences in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 21:13:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WordPress Users Association Under New Ownership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/wordpress-users-association-under-new-ownership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5827:\"<p>The <a href=\"http://wpua.org/\">WordPress Users Association</a> (WPUA) is breathing new life after it was acquired by Paul DeMott earlier this year <a href=\"https://flippa.com/4377398-pr-2-2-405-last-12-mos-wordpress-training-membership-site-3500-members\">on Flippa</a> for $797. WPUA originally launched in December 2010, with the goal of providing a central place for WordPress users to swap war stories, learn how to get the most out of WordPress, and take part in getting special discounts on themes and plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUAFrontPage.png\"><img class=\"size-full wp-image-47197\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUAFrontPage.png?resize=1025%2C489\" alt=\"Redesigned Front Page\" /></a>Redesigned Front Page\n<p>Three years after its launch, the site appeared to be dead. In 2013, <a href=\"http://wptavern.com/psa-dont-give-your-money-to-the-wpua\">I paid to become a member</a> to confirm my suspicions and to see if the site still accepted payments. Free themes and plugins offered to members were not impressive and there wasn’t much to choose from. All of the videos used for WordPress training were broken. Despite these setbacks, I was able to successfully complete the refund process.</p>\n<h2>Financial Details</h2>\n<p>Earlier this year, WPUA.org was listed on <a href=\"https://flippa.com/\">Flippa.com</a>, a domain auctioning site. As part of the auction financial details of WPUA.org were made public. According to <a href=\"https://flippa.com/users/217895\">the seller</a>, the site made $20K when it launched. The previous owners spent between $500-$1,000 on ads and answering WordPress questions through the Ask a WordPress Expert section of the site.</p>\n<p>The following shows revenue, costs, and profit between October 2014 and March 2015. WPUA earned revenue primarily with product or service sales and affiliate income.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUARevenue.png\"><img class=\"size-full wp-image-47198\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUARevenue.png?resize=580%2C273\" alt=\"WPUA Revenue\" /></a>WPUA Revenue\n<p>At the time the site was listed for auction, it had 3,500+ total members made up of free and paid subscriptions. The site today boasts more than 5,600 members.</p>\n<h2>Previous Owner Explains Why He Sold The Site</h2>\n<p>Wesley Williams is the former owner of WPUA.org and helped launch the site in 2010. Williams transitioned away from the domain because his web development business used the majority of his time. “We felt with our limited time to invest in it that it was best to transition it to someone who shared our passion but had a little more time to invest in growing the community and serving the members. We completed this transition back in April,” Williams told the Tavern.</p>\n<p>From my perspective, the WPUA was not a successful venture but Williams says otherwise.</p>\n<p>“I wouldn’t say it wasn’t a success. There are thousands of members and we provided a lot of help to a lot of new and experienced WordPress users. As my main core business grew and as the time requirements of our projects increased, we couldn’t devote the time required to answer questions and give the help needed.</p>\n<p>“Actually, WPUA was a big success in my mind. Just from a number of members point of view it was a success. From the amount and number of questions and people we helped it was a success and from a financial standpoint it was a success,” he said.</p>\n<p>Williams explains his goal with WPUA and why some members of the community may not be aware of the growth it had. “My goal was to help the under-served, those just getting started and without the technical know how to make what is actually simple fixes or changes to their WordPress site.</p>\n<p>“I didn’t run the WPUA in the circles of all the established WordPress technical crowd, even though a large number of them became members of the WPUA. I ran it focused on users new to the platform and so because of that, some members of the WordPress community might not be aware of the growth and success it had,” he said.</p>\n<p>Through the course of time, Williams and his team adjusted membership levels and access points which helped increase registrations. Williams also learned that what members wanted was a direct way to ask questions and receive expert answers.</p>\n<p>“A person new to the platform didn’t want to post their question in a forum and they weren’t really sure what the real question was. Thus, we removed the forum and went to an ‘Ask an Expert’ system where they could email their questions. This seemed to work better for everyone,” he said.</p>\n<p>Overall, Williams is happy with how WPUA progressed and feels fortunate to have played a role in its growth and success.</p>\n<h2><strong>Who is Paul DeMott?</strong></h2>\n<p>In the <a href=\"https://vimeo.com/129324627\">following video,</a> DeMott explains how to build a eCommerce site with WooCommerce and calls himself the new president of recruitment for the WPUA. According to <a href=\"https://www.linkedin.com/pub/paul-demott/79/300/727\">his LinkedIn profile</a>, he lives in Cincinnati, OH and is the owner of Paul’s SEO and Web Expertise which works with companies to develop websites that bring in internet traffic and sales.</p>\n<p>Not much is known about DeMott and multiple requests for comment have gone unanswered. It’s unclear what his plans are for WPUA.org but so far, it’s remained as a paid subscription membership site. If you are a past or current member of the WordPress Users Association, please tell us about your experience in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 20:39:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: MPAA Smoking Gun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/07/mpaa-smoking-gun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"<p>Sometimes truth is worse than what you would imagine: <a href=\"https://www.techdirt.com/articles/20150724/15501631756/smoking-gun-mpaa-emails-reveal-plan-to-run-anti-google-smear-campaign-via-today-show-wsj.shtml\">Smoking Gun: MPAA Emails Reveal Plan To Run Anti-Google Smear Campaign Via Today Show And WSJ</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 15:34:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: Plugin Developers Demand a Better Security Release Process After WordPress 4.2.3 Breaks Thousands of Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6880:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg?resize=1024%2C487\" alt=\"photo credit: Ravages - cc\" class=\"size-full wp-image-27206\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ravages/6731739485/\">Ravages</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\" target=\"_blank\"> WordPress 4.2.3</a>, a critical security release, was automatically pushed out to users yesterday to fix an XSS vulnerability. Shortly afterwards, the <a href=\"https://wordpress.org/search/4.2.3?forums=1\" target=\"_blank\">WordPress.org support forums</a> were flooded with reports of websites broken by the update.</p>\n<p>Roughly eight hours later Robert Chapin (@<a href=\"https://profiles.wordpress.org/miqrogroove/\" target=\"_blank\">miqrogroove</a>) published a post to the Make.WordPress.org/Core blog, detailing <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/\" target=\"_blank\">changes to the Shortcode API</a> that were included in the release. According to Chapin, these changes were necessary as part of the security fix:</p>\n<blockquote><p>Due to the nature of the fix – as is often the case with security fixes – we were unable to alert plugin authors ahead of time, however we did make efforts to scan the plugin directory for plugins that may have been affected.</p>\n<p>With this change, every effort has been made to preserve all of the core features of the Shortcode API. That said, there are some new limitations that affect some rare uses of shortcodes.</p></blockquote>\n<p>The security team had no reasonable way of accounting for every single edge case, but the negative impact of these changes were far more wide-reaching than they had anticipated. This particular use case likely wasn’t covered in their testing. Unfortunately, plugin developers found out about the breaking changes only after the security release had already left a slew of broken websites in its wake.</p>\n<p>“I fully understand this is an issue, but isn’t this a weird way of updating – almost all our clients are calling / e-mailing us at the moment as their sites seem to be broken,” one developer <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/#comment-26449\" target=\"_blank\">commented</a> on the Shortcode API post. “Normally it would be better to announce such huge impact changes to the plugin and theme developers. This means I need to fully reschedule my agenda, which already is full during holiday season.”</p></blockquote>\n<p>Comments on the WordPress.org post are full of developers scrambling to find a way to fix client websites. Many were disappointed that the total secrecy of the security team, which is necessary in situations like this, was not immediately followed up with a public post on the important changes to the Shortcode API. Meanwhile, the email inboxes of agencies and plugin developers are filling up with urgent messages from outraged clients.</p>\n<p>Developers want better communication from the those who are managing security releases. <a href=\"https://twitter.com/helzer\" target=\"_blank\">Amir Helzer</a>, author of <a href=\"https://wordpress.org/plugins/types/\" target=\"_blank\">Types</a> and <a href=\"http://wp-types.com/home/views-create-elegant-displays-for-your-content/\" target=\"_blank\">Views</a>, two plugins majorly affected by the release, <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/#comment-26447\" target=\"_blank\">sums up the thoughts of many other commenters</a> on the Make/WordPress.org/Core post:</p>\n<blockquote><p>We are updating the Views plugin today, so that we resolve all shortcodes before passing to WordPress to process content.</p>\n<p>This is a straightforward change, which takes us one day to complete.</p>\n<p>Would have been great to receive a heads-up about an upcoming change in WordPress, so we could do this change on time.</p>\n<p>We received a huge amount of support requests due to this, but this isn’t the issue. We can deal with a wave a support issues. This time it wasn’t “our fault”, but sometimes it is.</p>\n<p>What worries us, as mentioned above, is seeing our clients (folks who build WordPress sites for a living), losing their faith in the system. They feel like the system sees them as little ants and not as humans. People don’t like seeing their problems being dismissed.</p>\n<p>Many of them run hundreds of sites. They cannot afford to stop everything and fix content on so many sites. Especially not if they are currently away for their family vacation.</p>\n<p>What others have asked here, and I would like to ask, too, is to setup a mechanism that allows WordPress core developers to privately communicate such upcoming issues with plugins developers.</p>\n<p>We are your partners.</p>\n<p>Without WordPress (secure, stable and reliable), we would not exist.</p>\n<p>Without great themes and plugins, WordPress would not power 24% of the Web.</p>\n<p>WordPress core members already volunteer a lot of their time. I’m not asking for anyone to volunteer more time. Need help? Ask us. There is a huge community of developers who rely on WordPress. We would be happy to get involved and set up whatever is needed.</p></blockquote>\n<p>User confidence in WordPress’ automatic background updates took a dent with the 4.2.3 release. Waking up to broken websites causes users to second guess automatic updates after being assured that maintenance and security releases would not include breaking changes.</p>\n<p>When users get burned by automatic updates, in the end it doesn’t matter which party is at fault – whether it’s the core team or a theme or plugin. They simply expect updates to work and not break anything. Even in instances where a poorly coded extension may be at fault, the average user has no way of determining whether or not their active plugins follow WordPress best practices.</p>\n<p>The aftermath of the most recent security release is one reason why many developers and users are still wary of automatic updates. Amir Helzer represents many other plugin developers who are eager to find better ways to work together with the core team to provide a better update experience for users. This is especially important for releases like this one where the Shortcode API changes directly affected users’ content. Hezler’s comment reaffirms the fact that development agencies, plugin developers, and core developers are all partners on the same team. It’s time to find better ways of working together to provide the best update experience possible for WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jul 2015 02:46:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: FooPlugin’s Digital License Key Management Plugin is Now Open Source for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/fooplugins-digital-license-key-management-plugin-is-now-open-source-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5296:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?resize=1024%2C514\" alt=\"photo credit: 16th st - (license)\" class=\"size-full wp-image-45884\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Three years ago, <a href=\"http://fooplugins.com/\" target=\"_blank\">FooPlugins</a> built <a href=\"https://bitbucket.org/fooplugins/foolicensing\" target=\"_blank\">FooLicensing</a>, a digital license key management tool that enabled them to manage customers of their <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">EDD</a>-powered commercial plugins store. Although EDD already offered a license creation and management extension, FooPlugins required more features than it had at that time and opted to build their own.</p>\n<p>As of today, FooLicensing is now open source and free for anyone to use, along with the associated EDD connector plugin.</p>\n<p>“We love the community and wanted to give back,” FooPlugins co-founder Adam Warner said.</p>\n<p>“We know FooLicensing could be so much more but we just don’t have the time to dedicate to it alone. We are a small team and because of that we find ourselves with dozens of projects that could be so much more if only we had more time and people.”</p>\n<p>Open sourcing a project can change its trajectory if there’s enough interest and developers willing to contribute to improve it. Warner isn’t counting on that, however, and simply hopes other developers will find it useful.</p>\n<p>“It’s a bit of a leap of faith, but if it helps someone else get involved to help create an even more robust system, then great,” he said. “Bonus if it helps someone build additional extensions to help others.”</p>\n<p>FooLicensing’s main features include:</p>\n<ul>\n<li>View and manage the validated domains for your EDD license level</li>\n<li>One click EDD license upgrade/add to cart</li>\n<li>One click EDD license renewal (with associated discount) /add to cart</li>\n</ul>\n<p>A logged-in user who has entered a license key will see all the relevant account information detailing status, activations, expirations, etc.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-user-admin.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-user-admin.png?resize=580%2C332\" alt=\"foolicensing-user-admin\" class=\"aligncenter size-full wp-image-47135\" /></a></p>\n<p>Administrators who are using the plugin together with its <a href=\"https://bitbucket.org/fooplugins/edd-foolicensing\" target=\"_blank\">EDD Connector</a> will see a menu with various license creation and management tools.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-admin-view.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-admin-view.png?resize=160%2C264\" alt=\"foolicensing-admin-view\" class=\"aligncenter size-full wp-image-47137\" /></a></p>\n<p>The <a href=\"https://bitbucket.org/fooplugins/edd-foolicensing\" target=\"_blank\">EDD Connector</a>, also now open source, enables the following:</p>\n<ul>\n<li>Add new licenses to attach to an EDD product</li>\n<li>A searchable list of all license keys that have been created and assigned, complete with attached domains</li>\n<li>A list of licenses that have been renewed</li>\n<li>Testing for license validation and update checks in the API Sandbox</li>\n<li>A management area for various messages (domain attach, detach) and for license renewal discount amount and emails</li>\n</ul>\n<h3>Foo Licensing is Extensible for Other Platforms</h3>\n<p>FooLicensing was built from the beginning to be extensible for use with other platforms beyond EDD. The team at FooPlugins had plans to expand their library of connectors but didn’t have the time to execute them.</p>\n<p>“Our goal for FooLicensing was to build additional integrations for other eCommerce plugins and digital sales platforms but it quickly took a back seat as our <a href=\"https://fooplugins.com/plugins/foobox/\" target=\"_blank\">FooBox</a> and other plugins like <a href=\"https://fooplugins.com/plugins/foogallery/\" target=\"_blank\">FooGallery</a> gained popularity,” Warner said.</p>\n<p>“Documentation is non-existent at this point, but we welcome you to step through the code and consider getting involved with the core plugin or with extensions for other eCommerce platforms.”</p>\n<p>Warner said the team is considering a full-fledged site dedicated to FooLicensing if enough developers become interested and would consider the possibility of a marketplace to host any extension built. FooPlugins does not currently have plans to create additional extensions in house.</p>\n<p>“We’ll see what the future holds, but for now we need to move forward with some other things rather than holding this tight to our chests,” Warner said. “Open sourcing the plugins just fits in with what we believe is the right thing to do to make the web (and the WP community) a better place.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jul 2015 20:17:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Post Status: Thesis, Automattic, and WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=13692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/thesis-automattic-and-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70425:\"<p>Chris Pearson and Matt Mullenweg have hardly communicated with one another in the last five years, but they are ideological enemies. They are both wealthy individuals (though of different magnitudes) thanks to their online endeavors, with very strong personalities and unshakable beliefs on business and software. This is a story of their dispute, their idealism, and the implications it will have on the WordPress project.</p>\n<p><a href=\"http://ma.tt/\">Matt Mullenweg</a> co-founded WordPress, founded <a href=\"https://automattic.com\">Automattic</a>, and is one of the most successful entrepreneurs of his generation. He runs a billion dollar “unicorn” startup centered on a culture of embracing open source technology and has achieved incredible success embracing principles counterintuitive to either Silicon Valley or big corporate culture. He’s paving a new path for how to create a valuable software company while religiously defending and promoting open source software.</p>\n<p><a href=\"http://www.pearsonified.com/\">Chris Pearson</a> founded <a href=\"http://diythemes.com/\">DIYthemes</a> and helped pioneer the early WordPress commercial theme industry. He has run his business successfully for over seven years, despite unique hurdles that result from a very public dispute with Mullenweg in 2010. He vehemently defends his work as his own non-derivative achievement and rejects the religiosity and cult mentality that he believes exists in the WordPress ecosystem. He views WordPress as a huge chunk of the web, available to be monetized — which he has done so to the tune of millions of dollars — but he does not believe he must adopt Matt Mullenweg’s principles in order to meet customer demand, run his own business, and protect his own inventions.</p>\n<p>By all normal definitions, Mullenweg and Pearson have done incredibly well for themselves. However, from a pure size perspective and principles aside, Mullenweg is the big nation army and Pearson is the small revolutionary militia. Mullenweg views Pearson as a threat to everything he stands for and has worked to accomplish, and Pearson views Mullenweg as an overbearing figure with no true authority over his decisions.</p>\n<p>Mullenweg has the motivation, resources, and ability to squash Pearson — and indeed most thought he’d done so already. While he has far fewer resources, Pearson has some tools available to protect his business or to potentially even disrupt the entire WordPress ecosystem as we know it today.</p>\n<p>During their first conflict in 2010, and in the resurgent one going on now, Mullenweg and Pearson have both at times made mistakes, acted childishly, or been in the wrong. Both also have merit in various aspects of their positions. Neither conflict, so publicly debated, reflects well on the WordPress ecosystem as a whole — even though I believe it is right that each conflict is best observed under a public eye, as the results can affect so many other businesses and potentially even WordPress itself.</p>\n<p>With this post, I aim to outline the entire conflict; to describe the implications past, present and future; to highlight non-WordPress comparisons for precedent and potential implications; and to share my own thoughts on who is in the right and who is in the wrong, as viewed for the good of the global WordPress community.</p>\n<h2>A history of conflict</h2>\n<p>The commercial theme movement started in 2007 and took off in 2008. Thesis was one of the pioneers of commercial WordPress themes. The theme industry was young and evolving rapidly, and many sellers hardly considered or understood licensing issues at all.</p>\n<p>Many of the sources for this period are from Siobhan McKeown’s excellent account in the book, <a href=\"https://github.com/WordPress/book\"><em>Milestones: The Story of WordPress</em></a> (which I’ll refer to as <em>Milestones</em>).</p>\n<h3>Themes as derivative works of WordPress</h3>\n<p>WordPress is licensed by the GNU General Public License (GPL), version 2 or later. The GPL ensures certain freedoms that protect both WordPress and those that utilize it. The “four freedoms” that are the heart of the GPL are as follows:</p>\n<blockquote>\n<ul>\n<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>\n<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>\n<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>\n<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>\n</ul>\n</blockquote>\n<p>As WordPress co-founder Mike Little phrased it in the Post Status Slack, “The GPL is meant to be restrictive for developers and permissive for users.” The <a href=\"https://gnu.org/philosophy/philosophy.html\">GNU philosophy page</a> and subsequent articles are a good resource for understanding the nature of the license.</p>\n<p>The GPL is a <a href=\"https://en.wikipedia.org/wiki/Copyleft\">Copyleft</a> license, which creates the “stipulation that the same rights be preserved in derivative works down the line.” In an immature theme market, licensing was given relatively little notice, and many theme authors provided their themes with no license or proprietary licenses.</p>\n<p>Matt Mullenweg, to many, would be considered <a href=\"https://en.wikipedia.org/wiki/Benevolent_dictator_for_life\">BDFL</a>, or Benevolent Dictator for Life, of WordPress. It’s a common term for folks that lead open source projects and have final say on project decisions. In his role as WordPress BDFL, he now has a reputation — at least within certain circles of folks that pay close attention — for making large, impactful decisions with little description of why he has done so.</p>\n<p>In late 2008, more than 200 free WordPress themes were removed from the WordPress.org theme repository. While many of the themes were removed due to spammy links, some were pulled due to GPL violations within the themes or within the theme upsells that were linked from the theme listings.</p>\n<p>The move, which was made without announcement, shocked many theme providers that felt they were unfairly included in the group of removed themes. The situation created a spark and initiated a serious debate about theme licensing.</p>\n<p>Authors were concerned that GPL licensed themes would mean that their themes would be bought and freely distributed, removing their ability to make money from their works. A few, such as Brian Gardner with his Revolution theme, <a href=\"http://www.blogherald.com/2008/10/01/brian-gardners-revolution-theme-goes-open-source/\">changed their licensing</a> as a result of conversations with Mullenweg and Toni Schneider, Automattic’s CEO at the time. In Brian’s case, he made his theme free and offered paid support services.</p>\n<p>Eventually though, most authors “selling” themes started actually selling support, access to download, and updates for their themes. This model was both GPL compatible, as well as workable for authors to get paid.</p>\n<p>In mid-2009, Matt Mullenweg also posted <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">on the official</a> WordPress blog that he was introducing a new <a href=\"https://wordpress.org/themes/commercial/\">commercial theme listing page</a> on WordPress.org, and he shared an opinion he requested from the Software Freedom Law Center (SFLC), where they determined that the two themes packaged with WordPress were derivative works.</p>\n<p>The SFLC opinion did leave room for a “split license” where the WordPress and PHP code must inherit the GPL, and the CSS, Javascript, and images could be under a proprietary license:</p>\n<blockquote><p>In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress’s copyrighted code. These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole. Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not. Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.</p>\n<p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p></blockquote>\n<p>“Split license” is the colloquial term the community has assigned to this statement, but in fact the actual splitting of which parts are GPL and which parts are not matters, so it may not do the reality of the situation justice. Perhaps it should be termed “PHPGPL” or “Non-Assets GPL”.</p>\n<p>A number of prominent theme sellers were unhappy with Mullenweg’s insistence that their themes maintain a 100% GPL license, but they were not willing to shake the boat over it. At this point, themes were becoming big businesses and making new millionaires (or close to it) of some of these shop owners. This settled the issue for nearly all theme sellers, and most moved to either 100% GPL or a PHPGPL license, and the doomsday scenarios never came; the theme industry continues to thrive.</p>\n<h3>Thesis holds out</h3>\n<p>But not everyone agreed to go either 100% GPL or PHPGPL license. Chris Pearson kept his Thesis theme under a proprietary license.</p>\n<p>Thesis was one of the most popular and flexible themes in the world, and Pearson <a href=\"https://github.com/WordPress/book/blob/925d7dc6293b1662a7e6839a2703e8a858c730ad/Content/Part%205/39-thesis.md\">boasted on Andrew Warner’s Mixergy podcast</a> of revenues of $1.2 million+ over the 12-18 month period prior to the interview. Mullenweg and Pearson criticized one another publicly, and Warner invited them both to Mixergy where they debated the merits of GPL licensing.</p>\n<p>By most accounts, Mullenweg had the better argument on the Mixergy episode, and also came off as a calmer and more collected personality — in contrast to Pearson’s often heated, and sometimes very strange, statements.</p>\n<p>The debate continued between Mullenweg, Pearson, and a variety of WordPress community members and their blogs. Mullenweg was extremely aggressive, to the extent that he <a href=\"https://twitter.com/photomatt/status/18548422506\">offered to buy</a> alternative commercial themes for users of Thesis that agreed to switch. Mullenweg tells me that many took him up on his offer, but it was, “less than a thousand.” In my opinion, this was a step too far by Mullenweg, though for him the issue was already personal.</p>\n<p>Pearson held his ground over the following days until an admission by one of his own team members of wholesale copying of code in Thesis from WordPress code, which violates the WordPress copyright.</p>\n<p>At this point, Pearson finally capitulated and announced that Thesis would be a split license GPL compatible theme, and the debate died down. Pearson put his head down and started working on Thesis 2.</p>\n<p>He released Thesis 2 in late 2012, and by this time the debate was cool — the community had moved on to other drama (yes, even more GPL drama) — and the release of Thesis 2 was largely ignored outside of DIYthemes’ audience, which was quite large but also largely isolated from the WordPress “community” that cares about stuff like licensing.</p>\n<p>Therefore, not many people paid attention to the new Thesis or the licensing it contained. Mullenweg, however, was still paying attention.</p>\n<h2>The battle over thesis.com</h2>\n<p>If you consider the word <em>thesis</em>, what do you think of?</p>\n<p>If you are a regular person walking down the street, you probably think of the general concept for stating a theory, or perhaps you think of the long papers that university students write as part of their programs.</p>\n<p>If you are in the WordPress world, you may also consider the Thesis WordPress theme by DIYthemes.</p>\n<p>Good, single word domain names are hard to come by. Thesis.com, if you visit it now, redirects to the <a href=\"http://themeshaper.com\">ThemeShaper blog</a>. ThemeShaper is owned and operated by Automattic, and frequently posts articles about WordPress themes.</p>\n<p>ThemeShaper is not a dedicated commercial property, but it does link to Automattic’s primary website, and Automattic does make and sell WordPress themes.</p>\n<h3>Automattic buys thesis.com</h3>\n<p>Automattic hasn’t always owned <a href=\"http://thesis.com\">thesis.com</a>. Matt Mullenweg met a third party owner of the domain at a conference — a guy named Larry — and inquired about the domain by email in January of 2014. Chris Pearson had already attempted to purchase the domain from Larry, and did not agree to pay the $150,000 that Larry requested.</p>\n<p><a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">According to Pearson’s accounts</a>, he and Larry had a few exchanges that stalled with Pearson unwilling to bid beyond $37,500 for the domain, and Larry sticking to $150,000. With a $100,000 offer on the table from Mullenweg, Larry gave Pearson an opportunity to buy the domain for $115,000, which he didn’t do — in part because he thought it too expensive, but also because he suspected Larry didn’t really have the offer from Mullenweg.</p>\n<p>As we now know, Larry did have the offer and Automattic became the owner of the thesis.com domain name.</p>\n<p>Pearson didn’t know that Mullenweg actually bought the domain until November of 2014, when he was notified by a friend that Mullenweg’s WordCamp San Francisco State of the Word Q&A session included a section where Mullenweg noted that he owned the domain (more on that later).</p>\n<h3>Pearson attempts to force domain transfer</h3>\n<p>On April 9th, 2015, Pearson and his lawyers filed a UDRP (Uniform Domain-Name Dispute Resolution Policy) complaint, which is a formal method for resolving domain disputes, recognized by ICANN. UDRP isn’t a formal government court, but serves as arbitration for domains due to the recognition by ICANN.</p>\n<p>There are many, many examples of UDRP complaints in regard to trademark infringement. There are a <a href=\"https://www.icann.org/resources/pages/policy-2012-02-25-en?routing_type=path\">number of criteria</a> that come into play that guide the UDRP panel’s decision making process.</p>\n<p>The three basic tenets that must be met are as follows:</p>\n<blockquote><p>(i) your domain name is identical or confusingly similar to a trademark or service mark in which the complainant has rights; and</p>\n<p>(ii) you have no rights or legitimate interests in respect of the domain name; and</p>\n<p>(iii) your domain name has been registered and is being used in bad faith.</p></blockquote>\n<p>The panel reviews the initial complaint (in this case, by Pearson) and gives the respondent (Automattic) an opportunity to respond. All correspondence is in writing and not in person. The panel has two weeks after everything has been submitted to reach a decision.</p>\n<p>In this case, which <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">is available publicly</a>, the panel denied Pearson’s complaint.</p>\n<p>Pearson’s complaint cited that he fulfilled each of the three criteria:</p>\n<ul>\n<li>By noting his trademark of the word “thesis”.</li>\n<li>By noting that Automattic was using the domain with a commercial interest (by redirecting it to ThemeShaper).</li>\n<li>By noting the bad faith clause by citing that Automattic, “purchased the disputed domain name to confuse and redirect customers and potential customers to Respondent’s competing webpage.”</li>\n</ul>\n<p>In the response, Automattic did not contest Pearson’s trademark on the word <em>thesis</em>. However, Automattic also noted that the word is very generic, and also that ThemeShaper was not a commercial part of Automattic, but a “blogging site.”</p>\n<p>For the bad faith argument, Automattic claimed that the redirect to ThemeShaper furthers their, “purpose in providing a blogging site,” and highlights that the intention for the domain is not as a commercial entity or one to be confused with Pearson’s trademark.</p>\n<h3>Automattic wins dispute</h3>\n<p>Automattic won the dispute against Pearson. As noted, the panel had two weeks to deliver the decision, and Automattic proposed a settlement with Pearson before the decision was handed down.</p>\n<p>Pearson was considering the settlement when the decision came a day before the two week deadline, which is apparently not a common occurrence. Had the decision not come early, Pearson may have saved himself some trouble, especially in regard to eliminating the <a href=\"http://ttabvue.uspto.gov/ttabvue/v?qs=85115266\">trademark cancellation requests</a> by Automattic on <em>thesis</em> and related terms.</p>\n<p>In Pearson’s blog post, <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">The Truth about Thesis.com</a>, he notes the general terms of the proposed settlement:</p>\n<blockquote><p>Automattic’s attorneys drafted the original settlement, which included the following terms:</p>\n<ul>\n<li>Automattic would keep thesis.com</li>\n<li>Automattic would withdraw the federal trademark cancellation request</li>\n<li>I would withdraw the UDRP</li>\n<li>Both parties would mutually release one another (agree not to sue over this issue in the future)</li>\n</ul>\n<p>Nothing in the original settlement addressed the trademark infringement, and since this was the reason I took action in the first place, I added a requirement that Automattic no longer infringe upon my mark (which would mean they stop forwarding the domain).</p>\n<p>At this point in the proceedings, I agreed to the settlement.</p></blockquote>\n<p>However, since the decision came early, the settlement was never binding. It’s also worth noting that Mullenweg commented to me that Pearson’s stated terms are actually not the terms of the settlement:</p>\n<blockquote><p>In the settlement Automattic offered Chris we agreed not to infringe his trademarks (which is the law, regardless of what the settlement said). He never asked us to change the redirect of thesis.com in the settlement, and if he asked after, we would have said no. There were no restrictions on thesis.com in the settlement.</p></blockquote>\n<p>He also said, “I wish he had reached out before litigating,” and noted that it would have “definitely” changed the outcome of the entire situation. Whether it truly would have is neither here nor there.</p>\n<h3>Possibility for appeal</h3>\n<p>The UDRP doesn’t have an official appeals process. Instead, they are willing to not make the changes that a ruling states, if indeed a domain transfer or other action is ordered, if the affected party files a suit in court within ten days of the ruling.</p>\n<p>In this case, Pearson did not file in a court within the given timeline, and since the ruling did not require a change in domain ownership, there is no further recourse with the UDRP. However, there is no time limit if Pearson wishes to file in court — but that is the only path remaining if he truly wants to go after the domain.</p>\n<h3>Legitimacy of the trademark dispute</h3>\n<p>Trademark law has a long history. Trademarks follow a categorical system, meaning words and terms must be trademarked within a particular category to be applied to.</p>\n<p>Pearson has three trademarks for the Thesis and DIYthemes brands, all under <a href=\"http://www.oppedahl.com/trademarks/tmclasses.htm\">international trademark class</a> 42, for computer, scientific, and legal purposes:</p>\n<ul>\n<li>THESIS</li>\n<li>THESIS THEME</li>\n<li>DIYTHEMES</li>\n</ul>\n<p>The applications were filed in 2010 and registered in 2011. On June 16th, 2015, Automattic filed <a href=\"http://ttabvue.uspto.gov/ttabvue/v?qs=85115266\">cancellation requests</a> for all three trademarks, which were instituted June 25th. Pearson has 40 days from the date the application was instituted (which would be August 4th) to file a response to the cancellation requests. His answers, “must contain admissions or denials of the allegations in the petition for cancellation, and may include available defenses and counterclaims.” It is his burden as the defendant to establish his defense, and, “Failure to file a timely answer may result in entry of default judgment and the cancellation of the registration.”</p>\n<p>Basically, Automattic is holding his feet to the fire to defend the trademarks, which their counsel feels should not apply for two primary reasons, as listed in their <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">formal filing</a>.</p>\n<ul>\n<li>The trademarks were registered in Pearson’s own name, but are used by DIYthemes, and Automattic claims that, “The Pearson Applications were improperly filed in the name of an individual, who did not have the requisite intent-to-use the marks as of the filing date, and the underlying applications are void ab initio.” Their claim notes that US Code section <a href=\"https://www.law.cornell.edu/uscode/text/15/1051\">1051(b)</a> offers this justification.</li>\n<li>Furthermore, section <a href=\"https://www.law.cornell.edu/uscode/text/15/1052\">1052(e)(1)</a> requires that a trademark not be “merely descriptive,” as Automattic claims his trademarks are.</li>\n</ul>\n<p>If upheld, the trademarks will be deregistered by the US Patent Office, further limiting Pearson’s options to defend his claims to the thesis.com domain name in a formal court suit.</p>\n<p>I don’t know how good of a case Automattic has, but purely on the surface it looks pretty good. I spent time reviewing the application and the US Code and the arguments appear fairly sound — especially the argument that Pearson applied for the trademarks as an individual and utilizes them as DIYthemes, despite DIYthemes already having been registered as an LLC.</p>\n<h3>Automattic’s justification for the domain</h3>\n<p>During the <a href=\"https://videopress.com/v/WmCl2kwS\">WordCamp San Francisco Q&A</a>, Mullenweg noted the existence of the redirect of the domain name with a sense of pride, and a bit of a side-eyed smirk. In response to a question about relationships with commercial theme sellers and marketplaces, he states:</p>\n<blockquote><p>With the premium theme and plugin folks? … We have had some ups and downs, particularly with marketplaces that didn’t follow the GPL, for example, or violated WordPress’s license — themes that violated WordPress’s license. Um, you can go to thesis.com to learn more about that. Type it in, seriously.</p></blockquote>\n<p>I was at this Q&A in person, and don’t remember him saying this, as it was so buried in a much larger conversation, and I was simultaneously writing a wrap-up post about the State of the Word. However, once the UDRP ruling surfaced publicly, a number of WordPress community members recalled Matt’s statement and it brought a new dimension to the ruling and Mullenweg’s motivation for the domain.</p>\n<p>While Automattic bought the domain, Matt Mullenweg was clearly the driving force behind the decision. When <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">WP Tavern prompted Automattic</a> for a comment on their motivation for purchasing the domain, they responded with the following:</p>\n<blockquote><p>We’re happy the panel ruled in our favor. We think Thesis.com is a cool, generic .com that could be used for a variety of things. Just because you have a small WordPress theme doesn’t mean you have a right to seize generic English word .com domains.</p></blockquote>\n<p>We can accept Automattic’s case that they had a general interest in a generic .com domain, but in reality we know better. Mullenweg was clearly presented with an opportunity by this Larry character that checked all of the right boxes for him.</p>\n<p>He could get a domain he obviously knew Pearson would want, and deny him.</p>\n<p>It has a side benefit that it <em>is</em> a high quality generic domain that will likely maintain or increase its value. And he probably thought it was funny.</p>\n<p>I doubt Mullenweg even knew what kind of trademarks Pearson held, but despite Pearson holding the trademarks, it seems Automattic’s attorneys now have the upper hand, and it is highly unlikely Pearson will ever own the domain now.</p>\n<p>Mullenweg <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks#comment-70849\">commented</a> on his refusal to give up the domain to Pearson on WP Tavern:</p>\n<blockquote><p>I’m not going to give a domain worth several hundred thousand dollars to the worst actor in the entire WP ecosystem, someone who keeps repeatedly violating the GPL and now has gone beyond that into patents. Why reward that? I wouldn’t sell it if he offered a million dollars.</p>\n<p>There are so many people doing amazing things in the WP community, and 100% GPL! I can and have supported them almost every opportunity I can, and one of the things I’m most proud of in the world is how many fantastic open source businesses have been built on top of WordPress.</p>\n<p>And it’s just the beginning — if you remembered in 2010 Chris said that going GPL would destroy businesses and sticking to the principles of our license would destroy investment in WordPress — we all know how that’s worked out since then.</p></blockquote>\n<p>Such a statement, combined with the WCSF video, highlights that the issue is about far more than the domain and its investment potential — a 10x return in less than a year would make for an excellent investment, in the near impossible situation Pearson would offer that.</p>\n<p>No, the move was quite clearly a personal one — if also convenient — for Mullenweg, and that’s why terms like “bully”, “petty”, and “spiteful” have been used by many WordPress community members surprised by his actions. They expected more. They expected better, even when directed toward someone as controversial as Chris Pearson.</p>\n<h2>Pearson’s patent</h2>\n<p>While a tantalizing story, the battle over thesis.com is not <em>the</em> story here. It has simply been the spark to reignite old disputes with new fervor with potentially much bigger consequences than the 2010 affair ever reached.</p>\n<p>One of two additional large components of this story is an active patent application by Pearson that was submitted in 2012 and published in 2014. Keep in mind — and Chris Pearson reiterated this to me many times — it is an application for a patent, not a published patent.</p>\n<h3>A patent on Thesis 2, or all web templates?</h3>\n<p>The main patent is titled, <a href=\"https://patents.google.com/patent/US20140095982A1/en?q=thesis&q=diythemes\"><em>Systems, Servers, and Methods for Managing Websites</em></a>. Chris Pearson is listed as the inventor and DIYthemes the assignee.</p>\n<p>The patent never mentions WordPress or WordPress themes, however both in the abstract and in the text, it does have many similarities to what one may expect as a description of a general template mechanism for a website, versus a specific description of the Thesis 2 technology.</p>\n<p>Here is the abstract in full (and here is the <a href=\"https://poststatus.com/wp-content/uploads/2015/07/US20140095982-thesis-patent-app.pdf\">full patent application PDF</a>, including art):</p>\n<blockquote><p>Systems, servers, and methods for managing websites. Some embodiments provide methods which include, according to a user selection of a website skin, activating the selected skin. The skin comprises at least one structural box further comprising structural code for the website. The method also includes receiving a request (for instance a call to a hook) to serve the website. Further, the method includes, responsive to the request, outputting (by echoing PHP code if desired) the structural code with style related code applied thereto according to a reference between the box and a style package (which comprises the stylistic code). The outputting can occur in an order associated with the boxes. In some situations, another skin can be activated. Moreover, a change (or, perhaps, an edit) can be made to another skin and displayed without affecting the website. Moreover, another skin can be selected and associated with the website.</p></blockquote>\n<p>I discussed the patent at length with Chris Pearson, and while much of that conversation is off the record, I can share what I believe his motivations are with the patent application, and what I think the potential implications for this new chapter of Pearson versus Mullenweg are.</p>\n<h3>Discovery and publicity of the patent</h3>\n<p>This patent and another that’s since been rescinded were discovered by Automattic’s lawyers during the UDRP proceedings. There is debate as to how members of the WordPress community discovered the patents’ existence — Jeff Chandler of WP Tavern and Carl Hancock of Gravity Forms were two of the first to discuss it publicly — but there is speculation from Chris Pearson and others that the community discovery of these patents was leaked by Mullenweg himself in order to deflect the attention at the time away from the domain issue and onto the patents and their potential implications.</p>\n<p>I honestly don’t care how they came up, though Pearson’s questioning of Jeff Chandler’s journalistic integrity were uncalled for. It is anyone’s right and ability to tip someone off to legitimate news — and these patent applications are legitimate news — and I don’t believe for a second that Chandler has played puppet to his boss’s wishes. He has dutifully and to the best of his ability written about whatever news matters to the community, and I respect him for it.</p>\n<p>Nevertheless, this patent does potentially have significantly more newsworthiness, depending on if it is approved and how it is defended by Pearson if it is approved.</p>\n<h3>Patent law and litigation</h3>\n<p>Patents often get a bad reputation, and their role in the software world is quite murky. I apologize in advance for this long sidebar on the wild world of patents.</p>\n<h4>Patent trolls</h4>\n<p>Most folks have heard of “patent trolls” that prey on companies using vague or overly generic patents, demanding big payouts.</p>\n<p>Patent law is weird, and the lawsuits that result are infamously unpredictable and cause a scenario ripe for abuse. For example, filing patent lawsuits in one district over another can have enormous impact, like <a href=\"http://www.nytimes.com/2006/09/24/business/24ward.html?pagewanted=all&_r=0\">the case of Marshall, Texas</a>, which is a hotbed for patent trolls:</p>\n<blockquote><p>Patent litigation is a growing business across the country; Marshall is just the most visible example. Among the weightier issues behind the mushrooming of its patent docket is whether the elements that have made it expand — hungry plaintiffs’ lawyers, speedy judges and plaintiff-friendly juries — are encouraging an excess of expensive litigation that is actually stifling innovation.</p>\n<p>Some say yes. “A lot of the cases being filed in Marshall are by patent holding companies, or patent trolls, as they’re called, whose primary and only assets are patents,” Mr. Tyler said.</p></blockquote>\n<p>Companies that deal in patents but do not utilize the patented technology are <a href=\"https://www.patentfreedom.com/about-npes/background/\">called non-practicing entities (NPEs)</a>.</p>\n<p>One of the concerns with Pearson’s patent would be if it were approved and he sold it to an NPE. It’s not uncommon for NPEs to acquire patents with the express purpose to enforce them:</p>\n<blockquote><p>Finally, of course, some entities buy patents with the express purpose of licensing them aggressively. For instance, about 25% of “parent” NPEs tracked by PatentFreedom are enforcing only patents that they had acquired. Another 60% are asserting patents originally assigned to them, and the remaining 15% are asserting a blend of originally assigned and acquired patents. However, if we add in the more than 2,100 subsidiaries and affiliates of these entities and treat them all as standalone entities, we find that 19% of them are originally assignees, and 69% are acquirers, and 12% are blends.</p>\n<p>Regardless of the important variations in their origin and behavior, NPEs present a fundamentally different challenge than operating company patent assertions.</p></blockquote>\n<h4>Software patents unpredictability and “obviousness”</h4>\n<p>The concept of software patents <em>at all</em> has been in dispute for a long time. Thousands have been awarded, but there are a handful of past court rulings that seem to <a href=\"https://www.law.cornell.edu/uscode/text/35/part-II/chapter-10\">govern the US Patent and Trademark office’s interpretations</a> for making decisions when reviewing software patents.</p>\n<p><a href=\"http://www.ipwatchdog.com/2014/02/01/when-is-an-invention-obvious/id=47709/\">Obviousness</a> is a key term in the patent world. Patent applicants aim to create “meaningful” patents, but “at a minimum you must have claims that embody patent eligible subject matter, demonstrate a useful invention, cover a novel invention and which are non-obvious in light of the prior art. Obviousness is typically the real hurdle to patentability, and unfortunately the law of obviousness can be quite subjective and difficult to understand. At times obviousness determinations almost seems arbitrary.”</p>\n<p>“Art” is the outlay of the invention by the applicant, and the invention’s ability to be patented depends on “prior art” not deeming the invention as obvious. Establishing non-obviousness for software has a contentious history. If it can be shown that, “any combination of prior art references that when put together would be the invention in question,” then the applicant is in trouble.</p>\n<p>But there is a great deal of potential for subjectivity from thousands of patent examiners:</p>\n<blockquote><p>Still, ever since the Supreme Court’s decision in KSR [<a href=\"http://www.ipwatchdog.com/2012/04/29/ksr-the-5th-anniversary-one-supremely-obvious-mess/id=24456/\">reference</a>] there has been a great deal of subjectivity in the application of the law of obviousness, which is apparent if you look at the patents that issue, patents that are finally rejected and ultimately abandoned, and the patents the Federal Circuit ultimately finds to include obvious patent claims. There is little to no predictability at the edges.</p></blockquote>\n<h4>The Alice case</h4>\n<p>In my research, the <em>Alice case</em> came up many times as a pivotal case for helping to define the legitamacy of software patents. Martin Goetz is the holder of the first ever software patent, and has <a href=\"http://www.ipwatchdog.com/2015/02/06/alice-v-cls-bank-is-a-victory-for-software-patents/id=54489/\">an excellent write-up on the importance of the Alice case</a>.</p>\n<blockquote><p>I have been asked for my opinion based my long history in the software industry and from my perspective as someone that has followed that controversial question “Is Software patentable”? That question first began to be publicly debated when I received the first software patent in 1968 for an invention on a new way of sorting data on a computer. Shortly thereafter a publication printed a page one headline “First Patent is Issued for Software, Full Implications Are Not Yet Known.”</p>\n<p>Forty five years later a variation of that question was again before the Supreme Court when it agreed to hear the appeal of the Alice v. CLS Bank case.</p></blockquote>\n<p>Goetz argues that the Alice case is a victory for software patents on both sides: that it helps true inventions gain patents (he and others assign a high standard to define “invention”), and it also helps prevent abuse of overly vague or non-inventive “obvious” patents to be denied:</p>\n<blockquote><p>The Alice v CLS Bank Supreme Court decision in June 2014 was a great victory for those that believe that inventors that use a digital computer to innovate can get a patent on their invention. It is also a victory for those people and organizations that recognize how the patent System has been abused for many years by trolls and others where there was no invention. Since the Supreme Court decision in June, thousands of patents that should never have been issued are now being deemed invalid by the US Courts and by the Patent Office.</p></blockquote>\n<h4>Obviousness and invention for Pearson’s patent</h4>\n<p>This long and boring description of patents is necessary because Pearson’s patent application is still just an application, and it can be challenged, both by the patent reviewer, but also by third parties.</p>\n<p>As patent obviousness is “so unevenly applied,” there is some risk in not challenging Pearson’s patent, if a third party like Automattic (or a myriad of other web template providers) is worried about the potential implications of the patent. Although, the Alice case does seem — in my very amateur opinion — to offer better guidance to reject the patent based on a lack of true invention.</p>\n<h3>Pearson’s reasoning for a patent, and its likelihood for success</h3>\n<p>Patents are not cheap to apply for. The patent application Pearson submitted is 34 pages of art diagrams and text describing the inventiveness of Thesis 2, though Thesis 2 is not specifically named.</p>\n<p>I asked Pearson why he applied for the patent, which he did not want to share the specifics of his position due to the open nature of the application. I’ve racked my brain to try and determine the potential causes as well.</p>\n<p>There are only a couple of decent outcomes for Pearson with this patent application. The most likely, and not good outcome for him, is that he is denied the patent; and in this case he would have spent a great deal of money for nothing.</p>\n<p>In the event he does get the patent — or perhaps even before it is fully reviewed for approval — he could face a challenge from Automattic or other parties that may be concerned his invention’s description could apply more broadly than Thesis 2.</p>\n<p>If he gets the patent, and he survives a challenge, I see three ways he could theoretically use it:</p>\n<ul>\n<li>He can do nothing.</li>\n<li>He can sell it to the highest bidding NPE, which would be a dreadful outcome for any web entities that sell templates.</li>\n<li>He can keep it in his back pocket, in case someone threatens his business or his software license, wherein he can initiate a lawsuit.</li>\n</ul>\n<p>Honestly, the whole patent route seems odd. I don’t love the idea of this patent being approved, because the application does seem overly broad toward all web templates to me, from the title to the meat of the application’s art. However, there are loads of patents in the world for incredibly silly things that have never really impacted a lot of folks’ life; it’s just that it doesn’t mean a silly patent <em>couldn’t</em> become a problem. The Electronic Frontier Foundation has <a href=\"https://www.eff.org/patent\">mountains of evidence</a> of patent holders causing havoc.</p>\n<p>I’m not much of a gambler, but if I had to gamble on this I’d put my money on this patent never being approved, and definitely never truly impacting the web or WordPress industry at scale.</p>\n<p>I don’t think Pearson is a bad guy for wanting to patent his work. When I requested comment about the patents, he told me, “If I were ever to consider selling my business, things like trademarks and patents show up on the balance sheet and add to the bottom line,” but that he views them as, “one of many expensive, ridiculous options for bolstering one’s business,” versus a way to celebrate and protect his achievements as I previously characterized his intentions.</p>\n<h2>The GPL</h2>\n<p>Most agree that the GPL has not been well tested in court, though a <a href=\"https://en.wikipedia.org/wiki/Software_license\">software license</a> is a “legal instrument.” There is often confusion over whether a license is a contract or not.</p>\n<h3>License versus contract</h3>\n<p>One of my favorite <a href=\"http://softwarelawyer.blogspot.com/2008/01/jacobsen-v-katzer.html\">things I’ve read on this</a> is by former Adobe Associate General Counsel Robert Pierce:</p>\n<blockquote><p>A license is not a contract. This much I know.</p>\n<p>Rather, a license is a permission granted by one party to another allowing use of a property without fear of lawsuit brought by the granting party. A license does not include a return promise (i.e., consideration) from the licensee. So, as we all learned in law school, a license cannot be a contract under law. This is not to say that a license cannot be an element of a contract under which two parties trade promises, one of such promises being a license. This is commonly known as a “license agreement.” But a bald license, a one-way promise, is enforceable outside of contract law. It is something apart. It exists and is enforceable under property law doctrine.</p>\n<p>What makes things difficult is that the scope of a license’s grant, and the conditions and restrictions on the license (or all of them together) can make what is intended to be a one-way license look a lot like a contract. The precise wording used becomes critical.</p></blockquote>\n<p>The distinction can be significant because, “contracts are enforceable by contract law, whereas licenses are enforced under copyright law,” though even this rule depends on the jurisdiction where the matter is being discussed. His larger point is that a license is a one-way street, whereas a contract is agreed upon by both sides.</p>\n<h3>Spirit of the GPL</h3>\n<p>There is little debate that a “Split GPL” or “PHP GPL” license is perfectly GPL compatible, though Mullenweg doesn’t consider that the “<a href=\"https://github.com/WordPress/book/blob/e55a93f1056ffac8466944086b2c5104becab9c4/Content/Part%206/42-spirit-of-the-gpl.md\">spirit of the GPL</a>,” and companies like Envato’s ThemeForest and others have felt the consequences of not adopting 100% GPL licenses.</p>\n<p>From <em>Milestones</em>:</p>\n<blockquote><p>While not everyone liked the fact that the WordPress project would only support 100% GPL products, most people had accepted it. Many, however, were taken by surprise, by a sudden flare-up around not just the legalities of the GPL, but the “spirit” of the license. In a 2008 interview, Jeff Chandler asks Matt about the spirit of the GPL. Matt says that the spirit of the GPL is about user empowerment, about the four freedoms: to use, distribute, modify, and distribute modifications of the software. Software distributed with these four freedoms is in the spirit of the GPL. WordPress was created and distributed in this spirit, giving users full freedom with regard to the software.</p>\n<p>The Software Freedom Law Center’s opinion — with regards to WordPress themes, however — gives developers a loophole, one that helps them achieve GPL compliance, but denies the same freedoms as WordPress. PHP in themes must be GPL, but the CSS, images, and JavaScript do not have to be GPL. This is how Thesis released with a split license — the PHP was GPL, while the rest of the code and files were proprietary. This split license ensures that the theme is GPL compliant yet it isn’t released under the same spirit as the GPL’s driving user-freedom ethos.</p>\n<p>The loophole may have kept theme sellers in line with the GPL, but WordPress.org didn’t support that approach. In a 2010 interview, Matt says “in the philosophy there are no loopholes: you’re either following the principles of it or you’re not, regardless of what the specific license of the language is.” Theme sellers that sell their themes with a 100% GPL license are supported by WordPress. Those that aren’t don’t get any support or promotion on WordPress.org or on official resources. This is also one of the WordCamp guidelines, introduced in 2010; that WordCamps should promote WordPress’ philosophies. If a speaker, volunteer, or organizer is distributing a WordPress product it needs to be 100% GPL, i.e., the CSS, JavaScript, and other assets need to be GPL, just like the PHP.</p></blockquote>\n<p>Mullenweg believes that Thesis 2 is not only not in the spirit of the GPL, but flagrantly operates in total violation of it, as Thesis 2 carries a 100% proprietary license. Considering the implications for folks that make stuff compatible with the GPL, it’s little surprise that Mullenweg has taken the stance and actions he has toward Pearson.</p>\n<h3>Thesis 2 carries a proprietary license</h3>\n<p>Chris Pearson’s <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\">comment on his blog post</a> describes that the theme has always been a proprietary license, and he describes why it is okay to be such:</p>\n<blockquote><p>In October 2012, I released an all-new version of Thesis that carried the same name as the original (which had a split-GPL license), but that’s where the similarities stopped.</p>\n<p>The new Thesis is not a Theme—it is an operating system for templates and design. This system runs Skins and Boxes, which are similar to Themes and Plugins, but with a boatload of built-in efficiencies that Themes and Plugins cannot provide.</p></blockquote>\n<p>It is worth noting the final paragraph of the SFLC’s opinion that Mullenweg has cited numerous times as justification against proprietary licenses <em>does</em> have a provision for avoiding WordPress’s copyright:</p>\n<blockquote><p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p></blockquote>\n<p>That’s exactly what Pearson believes Thesis 2 is. But the GPL has rarely been tested in a proper court, and never from a WordPress perspective. The SFLC’s opinion is just that, for now, whether Mullenweg likes it or not.</p>\n<h3>The GPL in court</h3>\n<p>The Free Software Foundation maintains the copyright on the text of the GPL itself, and between the FSF and the SFLC, a <a href=\"https://en.wikipedia.org/wiki/GNU_General_Public_License#Legal_status\">small number of lawsuits</a> have occurred, and a German court upheld the GPL as a “valid, legally binding” license, but most of these tests have occurred outside of the United States. From what I can tell, cases involving the GPL have largely settled outside of court when based in the United States, or were argued on whether the GPL was legally applied, like in the case of <a href=\"https://en.wikipedia.org/wiki/SCO_Group,_Inc._v._International_Business_Machines_Corp.#The_GPL_issue\">SCO vs IBM</a>, rather than whether the GPL was legally binding itself.</p>\n<p>In another case, <a href=\"https://en.wikipedia.org/wiki/Wallace_v._International_Business_Machines_Corp.\">Wallace vs FSF</a>, Daniel Wallace compared the GPL to price fixing, as it required software to be free. The FSF won the case, as the judge cited, “The GPL encourages, rather than discourages, free competition and the distribution of computer operating systems, the benefits of which directly pass to consumers. These benefits include lower prices, better access and more innovation.”</p>\n<p>A much <a href=\"http://www.infoworld.com/article/2893695/open-source-software/vmware-heading-to-court-over-gpl-violations.html\">newer case involving VMware</a> again tests the GPL. The Software Freedom Conservancy, “claims VMware is using the Linux kernel without respecting the terms of its copyright license, the GPL.” This case may offer a better precedent for WordPress and its derivative works, as it is centered on “module loading” in VMware, “with an insulating layer to allow its kernel to use unmodified Linux drivers.” The case gets murkier than that, as it may not have been as isolated as it was attempted, but the result could be decent precedent for similarly loading WordPress themes and plugins, in my opinion.</p>\n<h3>Limited guidance</h3>\n<p>Few lawyers want to be the first to test something in court. It’s easier to make a case when there are many cases before you to provide guidance. With the GPL, there is what’s called “limited guidance,” meaning that it’s untested, and therefore the outcome of a GPL case in the US could be very difficult to predict.</p>\n<p>If a lawsuit does occur, it could prove costly to all parties involved, and I think it’s clear that Pearson and Mullenweg both wish that litigation was not happening, though both of them maintain a bit of a “you started it” attitude.</p>\n<p>Without a formal court proceeding, which could last years, it’s going to be near impossible for Matt Mullenweg to fully prevent non-GPL compatible licenses to exist for WordPress themes and plugins. His best method to prevent it is to do what he’s done so far: make an example of bad offenders and cause anyone thinking of using a non-GPL compatible license to reconsider.</p>\n<h2>Are all WordPress themes derivative works?</h2>\n<p>A key question to whether themes and plugins must be GPL compatible licensed is whether the theme or plugin is a derivative of WordPress itself. If it is derivative, then it is under the umbrella of the GPL’s Copyleft nature.</p>\n<p>Folks disagree a good bit on how themes and plugins should be considered as derivative works, though most either agree with Mullenweg’s strict “spirit of the GPL” view, or at least have molded to avoid being an outcast.</p>\n<p>The strongest argument I’ve seen in favor of all themes being derivative of WordPress — no matter how much or little they rely on WordPress functionality — is from WordPress lead developer Mark Jaquith:</p>\n<blockquote><p>There is a tendency to think that there are two things: WordPress, and the active theme. But they do not run separately. They run as one cohesive unit. They don’t even run in a sequential order. WordPress starts up, WordPress tells the theme to run its functions and register its hooks and filters, then WordPress runs some queries, then WordPress calls the appropriate theme PHP file, and then the theme hooks into the queried WordPress data and uses WordPress functions to display it, and then WordPress shuts down and finishes the request. On that simple view, it looks like a multi-layered sandwich. But the integration is even more amalgamated than the sandwich analogy suggests.</p>\n<p>Here is one important takeaway: <em>themes interact with WordPress (and WordPress with themes) the exact same way that WordPress interacts with itself</em>. Give that a second read, and then we’ll digest.</p>\n<p>The same core WordPress functions that themes use are used by WordPress itself. The same action/filter hook system that themes use is used by WordPress itself. Themes can thus disable core WordPress functionality, or modify WordPress core data. Not just take WordPress’ ultimate output and change it, but actually reach into the internals of WordPress and change those values before WordPress is finished working with them. If you were thinking that theme code is a separate work because it is contained in a separate file, also consider that many core WordPress files work the same way. They define functions, they use the WordPress hook system to insert themselves at various places in the code, they perform various functions on their own but also interact with the rest of WordPress, etc. No one would argue that these core files don’t have to be licensed under the GPL — but they operate in the same way that themes do!</p>\n<p>It isn’t correct to think of WordPress and a theme as separate entities. As far as the code is concerned, they form one functional unit. The theme code doesn’t sit “on top of” WordPress. It is within it, in multiple different places, with multiple interdependencies. This forms a web of shared data structures and code all contained within a shared memory space. If you followed the code execution for Thesis as it jumped between WordPress core code and Thesis-specific code, you’d get a headache, because you’d be jumping back and forth literally hundreds of times. But that is an artificial distinction that you’d only be aware of based on which file contained a particular function. To the PHP parser, it is all one and the same. There isn’t WordPress core code and theme code. There is merely the resulting product, which parses as one code entity.</p></blockquote>\n<p>Jaquith’s argument that the theme and WordPress execute together to form a joint “modified work” is the key phrase, I believe. As he states, and I tend to agree, it does not matter that the files are separate or that they can be distributed independently; together, when executed, they are so intertwined that they become a single work.</p>\n<p>That said, the theme is clearly dependent on WordPress itself, which is another common justification that themes are derivative. Explaining this concept is simple: WordPress can be distributed without any theme but those that ship with it by default. But a distributed theme, like Thesis, must be <em>installed and activated using WordPress’s own schema for loading a template</em>, and cannot operate independently of WordPress.</p>\n<h3>What about the WordPress REST API?</h3>\n<p>Thus far, we’ve discussed the derivative nature of WordPress themes and plugins, which require they operate within the WordPress install. It is a different matter if we consider applications that consume data or interact with WordPress as an outside application.</p>\n<p>The WordPress REST API enables one to interact with or consume data from WordPress, while being wholly independent of the WordPress install. Jaquith makes a clear exception for a scenario like this (and also applies it to technologies like RSS and XML-RPC):</p>\n<blockquote><p>Something that interacts with these APIs sits entirely outside of WordPress. Google Reader doesn’t become part of WordPress by accessing your feed, and MarsEdit doesn’t become part of WordPress when you use it to publish a post on your WordPress blog. These are separate applications, running separately, on separate codebases. All they are doing is communicating. Applications that interact with WordPress this way are separate works, and the author can license them in any way they have authority to do so.</p></blockquote>\n<h3>The GNU’s take</h3>\n<p>The GNU agrees with Jaquith’s take. They provide <a>an FAQ</a> to answer, “”What is the difference between an ‘aggregate’ and other kinds of ‘modified versions’?” The emphasis provided is my own:</p>\n<blockquote><p>An “aggregate” consists of a number of separate programs, distributed together on the same CD-ROM or other media. The GPL permits you to create and distribute an aggregate, even when the licenses of the other software are non-free or GPL-incompatible. The only condition is that you cannot release the aggregate under a license that prohibits users from exercising rights that each program’s individual license would grant them.</p>\n<p><em>Where’s the line between two separate programs, and one program with two parts? This is a legal question, which ultimately judges will decide</em>. We believe that a proper criterion depends both on the mechanism of communication (exec, pipes, rpc, function calls within a shared address space, etc.) and the semantics of the communication (what kinds of information are interchanged).</p>\n<p><em>If the modules are included in the same executable file, they are definitely combined in one program. If modules are designed to run linked together in a shared address space, that almost surely means combining them into one program</em>.</p>\n<p>By contrast, pipes, sockets and command-line arguments are communication mechanisms normally used between two separate programs. So when they are used for communication, the modules normally are separate programs. But if the semantics of the communication are intimate enough, exchanging complex internal data structures, that too could be a basis to consider the two parts as combined into a larger program.</p></blockquote>\n<p>The GNU argument falls very much in line with Jaquith’s, though admits itself that judges must decide whether it’s the case, in the end.</p>\n<h3>The case against The GNU position on derivative works</h3>\n<p>The University of Washington School of Law has a <a href=\"http://www.law.washington.edu/lta/swp/index.html\">section of their website</a> devoted to the, “business, legal and technical consequences of choosing Open Source Software (OSS) or proprietary software.” They cover many of the topics I’ve outlined in this post so far, and <a href=\"http://www.law.washington.edu/lta/swp/Law/derivative.html\">in the case of the GPL and derivative works</a>, they believe the GNU is overstepping with an “expansive definition” of derivative works with consequences, “counter to the goals of the proponents of Free Software.”</p>\n<p>The most compelling of multiple derivative works examples they provide is that of subclasses. For example, imagine a class, <code>Some_Theme_Class</code> that extends <code>Some_Core_WordPress_Class</code>. The GPL FAQ is very hardline on the topic (and for what it’s worth, Thesis 2 does extend some WordPress core classes). Washington believes the GNU stance on inheritance is too over-reaching:</p>\n<blockquote><p>Example 5: Programmer X wishes to write a class D, that is a subclass of existing class B. Class B is subject to the terms of the GPL. If X distributes D, does it have to be licensed under the terms of the GPL?</p>\n<p>The answer given in the GPL FAQ is short and to the point: “Subclassing is creating a derivative work.” In our example, this makes D a work derived from B, and thereby makes D subject to the terms of the GPL upon distribution. This approach attempts to further broaden the reach of the GPL, but it again leads to counter-intuitive results.</p>\n<p>Typical object oriented programming languages include a standard class hierarchy. This hierarchy provides a framework within which application developers can build their programs. The standard classes typically provide useful classes that represent user interface elements (e.g. windows, buttons, etc.), collection classes (for handling collections of data), and input-output abstractions (e.g. files and networking connections). In many object oriented languages, each class must be a subclass of exactly one superclass. And for this reason, the class hierarchies are rooted by a highly generic, standard class called Object. (The question of the superclass of Object is beyond the scope of this article.) The class Object describes only the most general properties and behaviors. For instance, in Java, the class Object only performs a handful of functions. In Java, every class is a subclass (directly or indirectly) of the Object class. Under the GPL approach, then, every program written in Java is a derived work of Object, because every program written in Java by definition consists of classes that inherit from the Object class.</p></blockquote>\n<p>Whether this argument or any of the others Washington outlines would apply to WordPress themes and/or plugins would, again, need to be settled in court. But Washington does give a compelling argument.</p>\n<p>They conclude with the following:</p>\n<blockquote><p>In some ways, the apparent weaknesses in the GPL should come as no surprise, as the GPL was born of an era in which the central artifact of software development and distribution was the monolithic executable. In such a universe, software development proceeded principally by modifying the existing source text of programs, compiling source modules, linking the corresponding object files, and distributing the resulting executable. This model of software development and distribution has become increasingly fractured in an era characterized by highly dynamic, late binding, object- and network-based systems. The GPL, consequently, strains to cover these newly arising scenarios.</p>\n<p>To effectuate the goals of the free software movement, the drafters of the GPL urge a generally expansive definition of derivative work. The great irony is, of course, that such an expansive definition would have second order consequences that are exactly counter to the goals of the proponents of Free Software. A broad definition of derivative would give code authors less freedom to create software that they can truly call their own and do with as they please. And if naive analytic approaches such as “subclassing equals derivation” reign, then proprietary vendors such as Microsoft could arguably stake claim to every program ever written in C#, because they authored the original class hierarchy. And since it seems unlikely that courts would employ different standards depending on the goals or ideological motivations of licensors, proponents of free software might want to be careful what they wish for: what’s good for the GNU might not be good for the gander.</p></blockquote>\n<h3>Aggressive license agreements</h3>\n<p>Both the GPL and DIYthemes’ proprietary license could be appropriately identified as aggressive. The Copyleft nature of the GPL annoys many open source advocates, who would prefer a less restrictive license for developers, like the MIT or BSD licenses. The GPL is absolutely an opinionated license.</p>\n<p>Pearson’s proprietary license is also aggressive, in the other direction. I’ve never purchased a WordPress-centric product that so strongly forced me to accept a license. Usually, you have to look in the source code or a page on the website for a license; DIYthemes forces you to accept the <a href=\"http://diythemes.com/thesis/rtfm/software-extensions-license-agreement/\">terms of the proprietary license</a> before you can download the product at all.</p>\n<h3>Derivative works are not a bright line</h3>\n<p>The GNU attempts to offer a “bright line” distinction for derivative works. A bright line, in much of the legal analysis I’ve read, is where <em>thing x</em> is so because of <em>thing y</em>, and can be applied across the board. You can clearly see the bright line, and when it has been crossed.</p>\n<p>Washington proves the point quite well that the GNU’s bright line approach to derivation is quite challengeable. But I don’t think their arguments prove that WordPress themes in particular are not derivative. I believe, from a legal perspective, it’s fuzzier than a bright line approach, and if I were Mullenweg or anyone defending GPL software, I would not be excited to take the issue to court.</p>\n<p>The “spirit of the GPL” is to offer users liberal freedoms, even while restricting developers building on a GPL licensed application. And I believe there is merit in the fact that WordPress, its co-founders, its lead developers, and the vast majority of its copyright holders (contributors) wish to defend the spirit of the license, even if it’s not been tested in court.</p>\n<p>Pearson is not in the majority opinion by using a proprietary license, but he is also not definitively in a position of legal wrongdoing. His desire to protect his works from user freedoms with a proprietary license may well be tested all the way to the courts, and he must be prepared to deal with that, but I don’t believe there is clear wrongdoing, legally, with his license.</p>\n<h2>A tale of idealism</h2>\n<p>Matt Mullenweg and Chris Pearson are two of the most idealistic people I’ve ever observed. They are near polar opposites, from their business belief systems and even their general world views.</p>\n<p>One of the most depressing components of my research was something Pearson told me. I asked him why he doesn’t just get out of it all and do something else. He’s not married to the culture of WordPress bestowed on it by its leaders. He called it, the “zeitgeist of western culture,” with its openness, zen attitude, and more that he feels no need to embrace if he doesn’t want to.</p>\n<p>But he admits that WordPress, “is the most used piece of software to build a website in the world. WordPress was the beneficiary of impeccable timing.” And it’s a tool for him to make his living; it’s his job, and he doesn’t see a need to be in love with every aspect of his job. This is what made me sad, because for most of us that make our living within this space, we were able to escape the “it’s just a job” mentality and be emotionally enriched by what is possible on the open web.</p>\n<p>Matt could probably drop his various issues with Pearson and life would go on. The vast majority of WordPress businesses could understand the status quo and live by it, and those that don’t can keep living their lives outside of the approval of Mullenweg, and for that matter, the official WordPress project and website. But he too insists to stand up for his ideals and the web he believes in. He sees himself as a defender of the user, and his defense of the GPL is an extension of his core beliefs on software.</p>\n<p>They will never agree on licensing, that much is clear. The question of what’s next is multi-layered.</p>\n<h3>Will litigation continue?</h3>\n<p>Undoubtedly, yes, litigation will continue. But the litigation should be viewed as three distinct parts:</p>\n<ul>\n<li>In regard to the thesis.com domain, it’s really a sideline issue that resulted from more deep-rooted differences in ideals that turned into a personal spat. Pearson may continue in court to try and get the domain back, but I doubt it. I don’t know if Automattic will relent on the trademark cancellation requests, but I wouldn’t be surprised if they dropped it in some form of settlement.</li>\n<li>The patent issue is not over. I believe Automattic and potentially other organizations will challenge Pearson’s patent application using a variety of legal options available. The chances the patent gets approved or holds up long term are unlikely (but yes, it is possible), and I don’t believe there is a significant chance it will have longstanding implications on the WordPress project.</li>\n<li>I believe the GPL will continue to be tested in court, and eventually we may have a proper precedent set to put current questions aside. I won’t pretend a guess how it will turn out, because I think it truly depends on many, many factors. I do think that if Matt Mullenweg pursues a case himself, he will be joined by a number of interested organizations, including the Free Software Foundation; or the GPL debate could be settled in court in a completely different dispute, unrelated to WordPress — but have a longstanding impact on products made for WordPress.</li>\n</ul>\n<h3>Is this debate bad for WordPress?</h3>\n<p>The <em>way</em> this debate has occurred is bad for WordPress. Neither Matt Mullenweg nor Chris Pearson looks like a saint right now. And parts of the whole thing don’t do a whole lot to further the conversation.</p>\n<p>At the root of the debate is licensing, and that debate is worth having.</p>\n<p>It is important that we separate the intent and the legal interpretation of the GPL. It is also important that we separate one’s legal ability to not license distributed WordPress products as GPL compatible, versus the business and community consequences that may result from such a decision.</p>\n<h2>Endmatter</h2>\n<p>This post would not be possible without the Post Status <a href=\"https://poststatus.com/partners\">Partners</a> and <a href=\"https://poststatus.com/profiles\">Members</a> that fund the website, and my ability to write about WordPress full time. If you enjoyed this post, please consider becoming a <a href=\"https://poststatus.com/club\">Post Status member</a> to fund more free content, plus loads of great members-only benefits, including a daily-ish newsletter that keeps you covered on the happenings of the WordPress world.</p>\n<p>I would also like to thank Matt Mullenweg and Chris Pearson for the interviews they provided me in preparation of this post.</p>\n<p>And I’d like to thank my lawyer, <a href=\"http://associatesmind.com\">Keith Lee</a> (a WordPress fan and blogger himself!) for helping me think through some of the legal matters discussed — though the opinions themselves are my own.</p>\n<p>Finally, I’d like to thank the folks that helped me review the post, consider my positions, and organize my thoughts. You know who you are.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jul 2015 01:42:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: Who’s Using the WordPress REST API?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47039\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wptavern.com/whos-using-the-wordpress-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4659:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>Ryan McCue and the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a> team are <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">seeking feedback</a> on the project ahead of the API merging into core. McCue invited comments on the post to find out how and where it’s currently being used, in hopes of identifying any roadblocks developers may be facing.</p>\n<p>“We’d love to hear feedback from everyone using this, from JS-only developers coming to WP for the first time, through WordPress plugin and theme developers, all the way through to PHP developers not involved with WordPress,” he said.</p>\n<p>Comments on the post provide a nice overview of places where the API is already in use in production all over the WordPress development community. A few examples include:</p>\n<ul>\n<li><a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> uses the API with client projects, i.e. to create a Node-powered frontend and maintain the familiar WordPress admin.</li>\n<li><a href=\"http://reactor.apppresser.com/\" target=\"_blank\">Reactor</a> uses the API to create mobile apps that digest the API themselves.</li>\n<li><a href=\"http://aesopstoryengine.com/\" target=\"_blank\">Aesop Interactive</a> uses the API with <a href=\"http://wptavern.com/lasso-frontend-editing-plugin-for-wordpress-now-available-on-github\" target=\"_blank\">Lasso</a> and also to power the <a href=\"http://wptavern.com/new-wp-live-search-plugin-utilizes-the-wp-rest-api\" target=\"_blank\">WP Live Search</a> plugin.</li>\n<li>A large industrial real estate firm manages its properties via an internal proprietary .NET app with a public-facing site powered by WP. It uses the API to sync property data (in real time) between the internal app and the website so the real estate listings will always be current.</li>\n<li><a href=\"https://www.joininuk.org/\" target=\"_blank\">Join In</a>, a site organizing volunteers in the UK, used the API to create <a href=\"https://www.joininuk.org/widget/\" target=\"_blank\">an embeddable JS widget</a>.</li>\n<li><a href=\"https://profiles.wordpress.org/pers/\" target=\"_blank\">Per Soderlind</a> used the WP REST API as <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26372\" target=\"_blank\">a backend for an iOS application</a> for the Norwegian Ministry of Petroleum and Energy.</li>\n<li><a href=\"http://tri.be/about/\" target=\"_blank\">Modern Tribe</a> is building sites that use the REST API to power both Handlebars and full page React templates in themes.</li>\n</ul>\n<p>Those are just a small sampling of places where the API is being used to make WordPress more flexible for creating custom solutions. For many who are using the API or hoping to use it, the main hindrance is that it’s not yet in core.</p>\n<p>“The biggest issue right now is that the REST API isn’t included in core,” a representative from Ashworth Creative <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26390\" target=\"_blank\">commented</a>. “If we build plugins or a theme that needs to consume data asynchronously, we’d either have to bundle the API and have to maintain it in our repositories as a dependency, or have clients install and maintain it on their own.”</p>\n<p>WordPress developer Nate Wright echoed that opinion and is eager to be able to extend it for use in his products, without having to include it as a plugin.</p>\n<p>“Put it in core, so that as a plugin developer I can make use of it in my products,” he <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26367\" target=\"_blank\">said</a>. “I built the most popular Restaurant Reservations plugin in the .org repo, and I am eager to add a robust capacity/table management component for it using the REST API and a jQuery/Underscore/Backbone stack.”</p>\n<p>Early adopters have the unique opportunity to provide feedback on the REST API and help shape priorities for development. If you are using the API somewhere in the wild, make sure to <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">leave your feedback on McCue’s post</a> to help the team make any necessary changes required before it’s merged into core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 21:15:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WPWeekly Episode 200 – The Big Two Oh Oh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=47083&preview_id=47083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wptavern.com/wpweekly-episode-200-the-big-two-oh-oh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3495:\"<p>In this special 200th episode of WordPress Weekly, I’m joined by <a href=\"http://marcuscouch.com/\">Marcus Couch</a>, <a href=\"http://strangework.com/\">Brad Williams</a>, <a href=\"http://www.ronalfy.com/\">Ronald Huereca</a>, and <a href=\"http://piratedunbar.com/\">Ptah Dunbar</a>. Brad, Ronald, and Ptah were among the first to support WordPress Weekly. They helped get the show off the ground and provided momentum.</p>\n<p>Seven years have passed since I started WordPress Weekly. In those seven years, each one of my guests have gone on to do great things with WordPress. We find out what they’re up to these days and recall memorable moments of the show. Near the beginning of the show, we held a moment of silence in Kim’s memory.</p>\n<p>I had a great time hosting episode 200, but I’m sad that the <a href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">late Kim Parsell</a> couldn’t celebrate with us. When I started WordPress Weekly in 2008, Kim would often join me on each episode to provide a countdown before I pressed the record button.</p>\n<p>She was occasionally a <a href=\"http://wptavern.com/wpweekly-episode-87-%E2%80%93-the-lost-episode\">guest on the show</a>. After the show, she would stick around for a half hour to an hour to talk about whatever was on her mind. In many ways, the show offered her an opportunity to connect and speak to WordPress people every week. It was the closest thing to a meetup she could regularly attend.</p>\n<p>Thanks to everyone who listens to the show and provides us with valuable feedback. Join us next Wednesday, as we begin the journey to episode 300.</p>\n<h2>History of WordPress Weekly:</h2>\n<ul>\n<li>My first show on Talkshoe.com was 7 years ago on January 11th, 2008.</li>\n<li>WordPress 2.3.2 was released.</li>\n<li>WordPress 2.5 took the place of 2.4.</li>\n<li>Episode 100 was on June 5th 2010.</li>\n<li>I took a two year break after episode 117 October 28th, 2011.</li>\n<li>I resumed the show on August 16th 2013 which was also my last show on Talkshoe.</li>\n<li>Marcus became a co-host January 18th, 2014, on Episode 134.</li>\n</ul>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/flow-flow-social-streams/\">Flow-Flow Social Streams</a> lets you display your Facebook, Twitter, and Instagram messages in a responsive grid.</p>\n<p><a href=\"https://wordpress.org/plugins/test-gateway-for-woocommerce/\">Test Payment Module for Woocommerce</a> gives you the option to test payments in WooCommerce locally without using services such as Paypal or Authorize.net.</p>\n<p><a href=\"https://wordpress.org/plugins/easy-backup-by-supsystic/\">DropBox Backup by Supsystic</a> allows you to backup to Dropbox and FTP with one click. You can also restore full or partial backups from DropBox.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 29th 4 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #200:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 20:30:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Philadelphia, PA to Host WordCamp US December 4th–6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/philadelphia-pa-to-host-wordcamp-us-december-4th-6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1943:\"<p>Matt Mullenweg <a href=\"http://ma.tt/2015/07/wcus-philadelphia/\">announced</a> that Philadelphia, PA, will host WordCamp US December 4th–6th at the <a href=\"http://www.paconvention.com/Pages/default.aspx\">Pennsylvania Convention</a> center. Philadelphia will also host WordCamp US in 2016, although no dates have been chosen yet.</p>\n<p>According to Mullenweg, “Having it the same place two years in a row allows us to keep logistics a set variable and really focus on the rest of the event in the second year.” The 2017 and 2018 host cities will be chosen in between the first and second event. This allows the team in the host city to volunteer and gain on-the-ground experience in Philadelphia.</p>\n<p>Out of six cities chosen to possibly host WordCamp US and 1,390 total voters, Tavern <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us\">readers voted</a> to have it in Phoenix, AZ, citing <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us#comment-70157\">its warm weather</a> during winter months. Philadelphia, home of the cheesesteak, was a close second.</p>\n<p>The event is inspired by WordCamp Europe, where organizers take an entire year to <a href=\"http://wptavern.com/vienna-austria-to-host-wordcamp-europe-2016\">plan and coordinate</a> the event. Some <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us#comment-70055\">readers questioned</a> whether the event would be held this year considering <a href=\"http://wptavern.com/wordcamp-us-2015-now-accepting-applications-for-host-city\">applications to be the host city </a>weren’t accepted until June.</p>\n<p>With only half a year to plan and organize WordCamp US, it will be interesting to see how the first one goes. Let us know if you plan on attending the event and if you’re going to bring ear muffs as Philadelphia during that time of year is cold.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 17:31:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Matt: WordCamp US to be in Philadelphia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/wcus-philadelphia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1188:\"<p><img class=\" wp-image-45261 alignright\" src=\"http://i1.wp.com/ma.tt/files/2015/07/wordcamp1-e1437663434378.png?resize=303%2C309\" alt=\"WordCamp US\" />There were <a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">amazing applications</a> for teams and cities to host the inaugural WordCamp US, a concept originally floated at <a href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">the State of the Word last year</a>. It was very hard to make a choice, but can now announce that the birthplace of the United States, <strong>Philadelphia, will host the first WCUS on December 4th–6th</strong>. They will also host it in 2016, but no dates have been chosen yet.</p>\n<p>Having it the same place two years in a row allows us to keep logistics a set variable and really focus on the rest of the event in the second year. I also want to use it to facilitate experience transfer: We’ll choose the 2017 + 2018 host city in between the first and second event, so that team can volunteer on the ground the second year Philadelphia hosts it to learn from their experience. Hat tip: Cool graphic by <a href=\"http://visualrhythm.com/\">Andrew Bergeron</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 16:38:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordPress 4.2.3 is a Critical Security Release, Fixes an XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3025:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg?resize=1024%2C514\" alt=\"photo credit: Lock - (license)\" class=\"size-full wp-image-40187\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58441544@N00/2660230441\">Lock</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>WordPress users in the Americas woke this morning to find update notices in their inboxes due to a critical security vulnerability. <a href=\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\" target=\"_blank\">WordPress 4.2.3</a> was released today and automatically pushed out to sites that have auto-updates enabled.</p>\n<p>Because this is a security release for all previous versions of WordPress, those who do not have automatic update enabled will need to manually update their sites immediately. Core contributor Gary Pendergast explained the severity of the bug in the release post:</p>\n<blockquote><p>WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was reported by <a href=\"https://profiles.wordpress.org/duck_\" target=\"_blank\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\" target=\"_blank\">Robert Chapin</a>, both of the WordPress security team.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft.</p></blockquote>\n<p>Pendergast thanked all parties reporting vulnerabilities for <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\" target=\"_blank\">responsibly disclosing them </a> to the WordPress security team.</p>\n<p>This release also contains fixes for 20 bugs from 4.2, including one that might require you to update your database before being allowed back into the admin.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-update-db.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-update-db.jpg?resize=773%2C370\" alt=\"wp-update-db\" class=\"aligncenter size-full wp-image-47047\" /></a></p>\n<p>Not all WordPress users who are updating will be greeted with this message, but if you see it, don’t panic. It’s related to one of the bug fixes included in the release.</p>\n<p>“It was a bug fix in 4.2.3, not backported – some versions of PHP didn’t run the utf8mb4 update correctly,” Pendergast said when asked about the required database update.</p>\n<p>Unfortunately, in some instances, clicking the “Update WordPress Database” button may require multiple attempts. This is unusual but Pendergast said that improving database upgrades is high on the team’s list of priorities.</p>\n<p>A list of all the files revised is available on the <a href=\"https://codex.wordpress.org/Version_4.2.3\" target=\"_blank\">4.2.3 release page</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 14:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WordPress Custom Post Type UI Plugin Passes 1 Million Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wordpress-custom-post-type-ui-plugin-passes-1-million-downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5094:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/celebration.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/celebration.jpg?resize=960%2C482\" alt=\"photo credit: Stephanie McCabe\" class=\"size-full wp-image-47036\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/6V12NODFVM\">Stephanie McCabe</a>\n<p>In June of 2010, <a href=\"http://codex.wordpress.org/Version_3.0\" target=\"_blank\">WordPress 3.0</a> Thelonious was released with the historic merge of WordPress MU into core and the debut of the brand new Twenty Ten default theme. This pivotal release also gave developers the ability to register their own <a href=\"http://codex.wordpress.org/Custom_Post_Types\" target=\"_blank\">custom post types</a>. Expanding WordPress’ custom content capabilities beyond simple posts and pages has been critical to the platform maintaining its dominance as <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">the world’s most used CMS</a>.</p>\n<p>Thousands of WordPress developers make a living from products that are based on custom post types. Five years ago, when the feature was still new, you had to know how to write the code to register a new post type. That’s when the folks at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> released <a href=\"https://wordpress.org/plugins/custom-post-type-ui/\" target=\"_blank\">Custom Post Type UI</a>, a plugin that offers an admin interface for creating and managing post types and their associated taxonomies.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/cptui_post_type_editor.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/cptui_post_type_editor.png?resize=1024%2C604\" alt=\"cptui_post_type_editor\" class=\"aligncenter size-full wp-image-47028\" /></a></p>\n<p>The company counts more than <a href=\"https://profiles.wordpress.org/webdevstudios/#content-plugins\" target=\"_blank\">30 plugins</a> in its collection on WordPress.org, but Custom Post Type UI is by far the most successful. Last week it passed one million downloads and maintains a 4.6 out of 5-star average rating from users. The plugin is currently active on more than 200,000 WordPress sites.</p>\n<h3>Passing the 1 Million Downloads Milestone</h3>\n<p>Michael Beckwith, the current maintainer of Custom Post Type UI, published a <a href=\"http://webdevstudios.com/2015/07/17/the-custom-post-type-ui-million-download-celebration/\" target=\"_blank\">post</a> detailing the evolution of the plugin’s UI and codebase. His transparent account covers how the team overcame the challenges of their massive codebase overhaul and the undetected bugs that come crawling out of the woodwork with a major release.</p>\n<p>A plugin with a user base in the hundreds of thousands that manages to maintain a nearly 5-star average rating on WordPress.org is a notable achievement, especially when it involves weathering the UI and code updates required to keep pace with WordPress.</p>\n<p>“I believe this milestone represents the fact that making features usable and more user-friendly to the ‘average Joe’ can take you a long ways,” Beckwith said. “Custom Post Type UI made it easier for more people to tap into the power and customization ability that custom post types and taxonomies offer to a WordPress powered website. Because of that ease of use, many have added it to their toolbox for every website they have or work on, and recommend it to their friends.”</p>\n<p>The plugin is being developed on <a href=\"https://github.com/WebDevStudios/custom-post-type-ui\" target=\"_blank\">GitHub</a>. Although there are many <a href=\"https://github.com/WebDevStudios/custom-post-type-ui/labels/enhancement\" target=\"_blank\">enhancements</a> under consideration, Beckwith said that no major changes are planned for the near future.</p>\n<p>“I would love more to get more people up-to-date on the current version and let it be the stable version for awhile,” he said.</p>\n<p>“Looking at our stats page, we still have reported active installs using as far back as version 0.6. While I can sit here scratching my head as to why, I also have to consider that that version is stable enough and still meeting the needs of 0.6% of our users.</p>\n<p>“If it is not breaking for them, and there is no security concerns, then it is not all bad that they are still marching on. There is also the minimum version requirement to keep in mind. There are still WordPress installs active and out in the wild that are not running WordPress 3.8 or higher. Until they are, those users are not going to be notified that there is even an update available,” he said.</p>\n<p>If you want to learn more about what it takes to maintain a popular plugin while successfully navigating the years of changes and support, check out WebDevStudios’ <a href=\"http://webdevstudios.com/2015/07/17/the-custom-post-type-ui-million-download-celebration/\" target=\"_blank\">1 million downloads celebration post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 01:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WordPress 4.3 Moves Customize to Its Own Top-level Menu in the Admin Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wordpress-4-3-moves-customize-to-its-own-top-level-menu-in-the-admin-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3156:\"<p>When menu management was <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\">proposed to be merged into WordPress 4.3</a>, a common complaint <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3#comment-68988\">expressed by readers</a> was that clicking the Widgets menu item in the admin bar loads the customizer instead of the Widgets admin screen. WordPress 4.3 separates the management interfaces by moving the Customize link to the top-level menu of the admin bar. This link opens the customizer, allowing you to manage menus, appearance, and widgets through the customizer interface.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png\"><img class=\"wp-image-46995 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png?resize=429%2C232\" alt=\"WordPress 4.2 Admin Bar\" /></a>WordPress 4.2 Admin Bar\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png\"><img class=\"wp-image-46996 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png?resize=428%2C202\" alt=\"WP43AdminBar\" /></a>WordPress 4.3 Admin Bar\n<p>The Dashboard, Themes, Widgets, and Menus links take users to their corresponding admin pages in the backend of WordPress. This makes it clear which interface users are about to enter. The enhancement is a result of <a href=\"https://core.trac.wordpress.org/ticket/32678\">ticket #32678</a> where Helen Hou-Sandí and other WordPress core contributors discussed ways to improve the context of each link over the course of five weeks.</p>\n<p>Within the ticket, Nick Halsey, who has spent a lot of time on the customizer, explains that the approach taken in the ticket addresses short-term problems while setting the stage for future improvements.</p>\n<blockquote><p>The Customizer gets the visibility it deserves and becomes more conceptually separated from ‘Appearance’, the admin becomes significantly more accessible from the front-end, the often-unhelpful dashboard is de-emphasized, etc. We also have the ability to easily upgrade the Customize link to do a much faster/shinier loading of the Customizer in the future without moving it.</p>\n<p>Notably, the add-content and edit-content links remain separated from the admin menu (and we skip submenus there for simplicity), setting us up to be able to point them to a front-end-contextual content-creating/editing experience if we build that in the future, without moving links around. This minor rearrangement should be able to last several years without things moving around much if at all, even as further adjustments are made to the features they point to.</p></blockquote>\n<p>On the surface, it appears to be a simple change but a lot of time and effort went into it. It required several core contributors to discuss a variety of mockups, ideas, and flows before the team figured out a solution.</p>\n<p>Separating how users enter each interface will be a welcome enhancement to anyone who prefers one over the other to manage themes, widgets, and menus.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 23:28:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: How and When Mullenweg Learned Thesis Changed Back to a Proprietary License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/how-and-when-mullenweg-learned-thesis-changed-back-to-a-proprietary-license\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5837:\"<p>We now know when Matt Mullenweg discovered Chris Pearson changed Thesis’ license from split GPL to a proprietary one. On April 1st 2014, Siobhan McKeown <a href=\"http://archive.wordpress.org/interviews/2014_04_01_Mullenweg.html\">interviewed Matt Mullenweg</a> for the <a href=\"https://github.com/WordPress/book\">WordPress history book</a>.</p>\n<p>In the interview, we learn about the history of WordPress themes, the GPL, how Automattic unintentionally created the commercial theme market, why 200 themes were removed from the directory for sponsored links and much more.</p>\n<p>At the 30 minute mark, McKeown asks Mullenweg, at what point did he decide to go to the Software Freedom Law Center to receive clarification on if the default themes that ship with WordPress are derivatives? He responds:</p>\n<blockquote><p>I believe that was around our engagement with Mr. Pearson. I don’t know if it was before or after the Mixergy interview with our spirited online debate, but it was definitely around that time. I’m not a lawyer! I can read it and I can understand it from a logical point of view, but the Software Freedom Law Center is obviously the world experts in this and having them officially opine is the closest we can get to – it’s the next best thing to having a court case.</p>\n<p>I was actually very excited that perhaps Chris would actually go to court, because as you know there isn’t a ton of case law around the GPL and normally, because no one is stubborn enough to actually go to court over it, and I thought, “Oh, we finally got one!” And I was looking forward to being able to discuss in the U.S. law system and provide the precedent for anyone who comes after us to protect the GPL.</p>\n<p>Because companies like Cisco and LinkSys and huge companies with billions of dollars in resources have opted to not fight it, so you really do need someone who is going to be stubborn enough to fight it.</p></blockquote>\n<p>At the climax of the debate in 2010, <a href=\"http://ma.tt/2010/07/syn-thesis-1/#comment-481743\">some members</a> of the WordPress community wanted to see the argument go to court so a ruling could set a precedent on when a work becomes derivative.</p>\n<p>At the 33 minute mark, McKeown informs Mullenweg that Thesis switched from a split GPL license to a proprietary license. This is the first time since his debate with Pearson in 2010, that Mullenweg discovers Thesis switched back to a proprietary license. He responds:</p>\n<blockquote><p>I have not seen that. So we’d have to do a code analysis again. As you know the Software Freedom Law Center says that non-PHP, so non-linked code which can be CSS, images and JavaScript, isn’t required to be GPL. It doesn’t trigger the viral nature of WordPress’ GPL code.</p>\n<p>The stance of the WordPress community was that a theme without images or CSS isn’t much of a theme so, even though something could be legally compliant, if the entire package isn’t providing the same freedoms for users it’s not something that we want to link to or promote. Because it doesn’t really follow the things that we hold dear and true in WordPress.</p></blockquote>\n<p>On January 15, 2014, <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">Chris Pearson received</a> a copy of Mullenweg’s inquiry into thesis.com from Larry of GetYourDomain.com. This is approximately four months prior to discovering Thesis was being sold under a proprietary license. However, the exact date in which Mullenweg obtained ownership of the domain is unknown.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png\"><img class=\"size-full wp-image-46845\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png?resize=486%2C191\" alt=\"Email shared by Pearson showing Mullenweg\'s interest in the domain\" /></a>Email shared by Pearson showing Mullenweg’s interest in the domain\n<p>The first <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">publicly known use of the domain</a> that confirmed Mullenweg’s ownership was on October 26th, 2014, at WordCamp San Francisco during the Question and Answer session.</p>\n<p>As the interview continues, McKeown asks Mullenweg if he reached out to companies like Template Monster that sells WordPress themes that are not GPL Licensed. He responds:</p>\n<blockquote><p>We got in touch with everyone that we could, and it was definitely – it was a lot of time. There are times when WordPress core stuff is more than a full-time job for me and now is definitely one of them.</p>\n<p>I see your link to a [inaudible]. There’s always ways to word licenses around multi-site support where perhaps the code is GPL but the developer chooses to not provide support for more than one site unless you buy a special license. So sometimes people interpret those to be a GPL violation when actually they’re not.</p>\n<p>I’m not aware of what Chris has done and I’d like to think that he is supportive – he has done so well from the WordPress community that he’d be supportive of themes continuing to be GPL, especially since his business didn’t crash like he was worried it would.</p></blockquote>\n<p>McKeown jokes that lawyers might have written Thesis’ license agreement. Mullenweg responds, “Well, maybe we’ll dive back into it.” More than 14 months later, <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">Mullenweg has dived back into it with Pearson</a>.</p>\n<p>It’s unclear if in this second round of arguments, Mullenweg will take Pearson to court to settle the GPL derivative argument once and for all.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 23:21:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Create and Manage BuddyPress Member Types with the BP Member Type Generator Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/create-and-manage-buddypress-member-types-with-the-bp-member-type-generator-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4810:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg?resize=1024%2C492\" alt=\"photo credit: Dunechaser - cc\" class=\"size-full wp-image-30565\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/dunechaser/6042984689/\">Dunechaser</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\" target=\"_blank\">BuddyPress 2.2</a> introduced a <a href=\"https://codex.buddypress.org/developer/member-types/\" target=\"_blank\">Member Type API</a>, which allows developers to register their own unique member types, i.e. teacher, student, coach, etc. This was an exciting addition to BuddyPress but not very accessible to non-technical community managers, since it requires writing your own plugin to utilize it.</p>\n<p><a href=\"https://wordpress.org/plugins/bp-member-type-generator/\" target=\"_blank\">BP Member Type Generator</a> is a new plugin from Brajesh Singh, prolific plugin author and owner of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>. The plugin makes it easy for site administrators to create and manage member types in the admin – without having to write any code.</p>\n<p>A quick overview of its features includes:</p>\n<ul>\n<li>Create/Edit/Delete Member Types from WordPress admin</li>\n<li>Bulk assign member type to users from the users list screen</li>\n<li>A member type can be marked active/inactive from the edit member type page</li>\n<li>Compatible with multisite installations</li>\n</ul>\n<p>When creating a new member type, administrators have the option to enable a directory that will list all members from that type on one page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/create-member-type.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/create-member-type.png?resize=968%2C725\" alt=\"create-member-type\" class=\"aligncenter size-full wp-image-46984\" /></a></p>\n<p>If you want to add the plugin and separate your members into different types, the task is not as overwhelming as it might sound. When you visit the user listing page in the admin, you can use the plugin’s bulk “change member type” dropdown to bulk assign users to a new member type. (This feature is also available in the Extended Profile section for each individual user in the admin.)</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/change-member-type.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/change-member-type.png?resize=737%2C440\" alt=\"change-member-type\" class=\"aligncenter size-full wp-image-46988\" /></a></p>\n<p>If you want to make the member types available for selection upon user registration, Singh created a free companion plugin called <a href=\"http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-plugin/\" target=\"_blank\">BP Xprofile Member Type Field</a> that puts this on the frontend. If you want to restrict members from modifying their user type after registration, you can also add the free <a href=\"http://buddydev.com/plugins/bp-non-editable-profile-fields/\" target=\"_blank\">Non Editable Profile</a> field plugin.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/registration-member-type-field.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/registration-member-type-field.png?resize=490%2C337\" alt=\"registration-member-type-field\" class=\"aligncenter size-full wp-image-46992\" /></a></p>\n<p>Please note that BP Member Type Generator cannot detect and manage other member types that have previously been added via code in a plugin. This might create some confusion if you already have existing member types. However, if you’re just starting with setting up and organizing member types, or are willing to reorganize member types, the BP Member Type Generator offers an easy way to do it.</p>\n<p>This plugin is an important and much needed new tool that puts the creation of unique member types into the hands of BuddyPress community administrators, regardless of skill level. You can download <a href=\"https://wordpress.org/plugins/bp-member-type-generator/\" target=\"_blank\">BP Member Type Generator</a> for free from WordPress.org. Singh does not officially support his plugins via the WordPress forums, but users can provide feedback via the <a href=\"http://buddydev.com/buddypress/introducing-buddypress-member-type-generator/\" target=\"_blank\">BuddyDev blog</a> or get professional support on the <a href=\"http://buddydev.com/support/forums/\" target=\"_blank\">BuddyDev Premium Support Forums</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 21:51:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Joseph: Recommended Consultants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://josephscott.org/?p=9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://josephscott.org/archives/2015/07/recommended-consultants/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:277:\"<p>My personal list of WordPress consultants has dried up ( some took full time jobs, the rest are always booked solid ). Now I’m directing people to the <a href=\"http://jkudish.com/recommendations/\">Recommended Consultants & Resources list</a> from Joey Kudish.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 14:01:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Nick Haskins Receives Cease and Desist Letter for Violating LassoSoft Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/nick-haskins-receives-cease-and-desist-letter-for-violating-lassosoft-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4619:\"<p><a href=\"http://nickhaskins.com/\">Nick Haskins</a>, the founder and lead developer of <a href=\"https://lasso.is/\">Lasso</a>, is <a href=\"https://lasso.is/the-ugly-truth-about-trademarks/\">rebranding the product</a> after being served a cease and desist letter.</p>\n<p>A few days ago, Haskins was served a cease and desist letter from <a href=\"http://lassosoft.com/\">LassoSoft</a>. According <a href=\"http://www.lassosoft.com/What-Is-Lasso\">to LassoSoft</a>, “Lasso is a development platform and is the easiest, quickest and most secure method of supporting custom, data-driven web sites on the market today.”</p>\n<p>Before launching a product, Haskins searches Google to see if similar products exist with the same name, “Apparently we didn’t look hard enough when naming Lasso,” he said.</p>\n<h2>Three Requirements That Must Be Met</h2>\n<p>Haskins <a href=\"http://cl.ly/39400J3A100k\">shared the letter</a> to educate others in the business of WordPress. In the letter, attorney’s for LassoSoft point out the company’s <a href=\"http://www.tmfile.com/mark/?q=861046116\">registered trademarks</a> and says it commenced using the mark in the US in 1998 and in Canada in 1997.</p>\n<p>LassoSoft claims to have documented at least one case of confusion between the two brands and says the continued use of Lasso will cause even more confusion.</p>\n<p>Attorney’s for LassoSoft provided three requirements that must be met for an amicable end to the dispute:</p>\n<ol>\n<li>Permanently ceasing all use of the term “Lasso” and any trademark which includes or incorporates the term “Lasso”, in connection with any software or related goods and services.</li>\n<li>Removing all references to the term “Lasso” from the Website.</li>\n<li>Removing all references to the term “Lasso” from any marketing materials including flyers, catalogs, etc.</li>\n</ol>\n<p>Haskins has until <strong>July 29th</strong> to satisfy the requirements and provide LassoSoft with written confirmation that he has permanently ceased all use of the term “Lasso” in association with software.</p>\n<h2>Transitioning Momentum</h2>\n<p>Rebranding a product that has momentum can be a crushing blow to a business that doesn’t manage the transition correctly. I asked Haskins how he plans to shift momentum from Lasso to the new brand name.</p>\n<p>“The first idea I had, was to let the community rename it, possibly even have a $500 prize to the winning name. By incentivizing a rebranding campaign, together with a concentrated effort on re-educating, along with URL redirects and custom messages, I feel pretty strongly that we’ll be able to move right along without skipping a beat,” he said.</p>\n<p>When it comes to naming a WordPress product and launching it into the WordPress ecosystem, Haskins offers the following advice:</p>\n<p>“Use Google to see if it already exists either in the WordPress ecosystem or in a related field. This may seem like a no-brainer and it’s really common sense, but for some reason, I either never searched or that company never popped up. At any rate, I think you’ll be in good shape by sticking to something with wp prefixed or appended to the name.”</p>\n<p>“Avoid generic terms and verbs because apparently, you can trademark a verb. I’d also run the search again in six months and if it’s a product that you plan on working on for a while, go through the process of getting the term trademarked.”</p>\n<p>In addition to Haskins’ advice, I recommend using a search and discovery process provided by legal counsel familiar with trademark law.</p>\n<h2>Help Haskins Rebrand Lasso</h2>\n<p>In light of the battle between <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">Chris Pearson and Matt Mullenweg</a> involving patents, GPL, and trademarks, Haskins decided to rebrand Lasso, “There are a lot more important things in life than the name of a plugin for WordPress,” he said.</p>\n<p>Haskins is giving the community an opportunity to rebrand his product. So far, he’s ruled out WP Front End Editor as it’s too similar to the <a href=\"https://wordpress.org/plugins/wp-front-end-editor/\">name of a feature plugin</a> that may one day be merged into WordPress core.</p>\n<p>If you have an idea on what to call Lasso, please leave a comment on this post. Sometime next week, Haskins will gather the suggestions and publish a poll where the community can vote on which one is best.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 01:08:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Matt: There is No Such Thing as a Split License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://ma.tt/2015/07/licenses-going-dutch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2845:\"<p>There’s a term that pops in the WordPress community, “split license”, that we should put to rest. It’s sloppy at best, misleading at worst.</p>\n<p>First, some background. WordPress is under a license called the GPL, which basically says you can do whatever you like with the software, but if you distribute changes or create derivative works they also need to be under the GPL. Think of it like a Creative Commons Sharealike license.</p>\n<p>In the past people weren’t sure if themes for WordPress were derivative works and needed to be GPL. <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">In 2009 we got an outside legal opinion that cleared up the matter</a> saying that the PHP in themes definitely had to be GPL, and for CSS and images it was optional. Basically everyone in the WP community went fully GPL, sometimes called 100% GPL, for all the files required to run their theme (PHP, JS, CSS, artwork). The predicted theme apocalypse and death of WordPress didn’t happen and in fact both theme shops and WordPress flourished, and best of all users had all the same freedoms from their themes as they got from WordPress. It was controversial at the time, but I think history has reflected well on the approach the WP community took.</p>\n<p>As I said the PHP has to be GPL, the other stuff can be something else — many people started to use the term “split license” or “split GPL” to describe this. The problem, especially with the latter, is it leaves out the most important information. “Split GPL” doesn’t say whether the theme is violating WordPress’ license or not (maybe it’s proprietary PHP and GPL CSS), and more importantly doesn’t say what the non-GPL stuff is, which is the part you need to worry about! It also makes it sound like a split license is a thing, when all it really means is there are different licenses for different parts of the work. If something has a “split license” you have no idea what restrictions or freedoms it provides.</p>\n<p>If someone decides to have different licenses for different parts of a theme they ship in one package, it’s probably worth taking a few extra words to spell out what the rights and restrictions are, like “GPL PHP, and a restrictive proprietary license for all other elements included with the theme.” This is really important because if you’re a smart WordPress consumer you should avoid proprietary software, there is always a GPL alternative that <a href=\"http://www.gnu.org/philosophy/free-sw.en.html\">gives you the rights and freedoms you deserve</a>, and probably is from a nicer person who is more in line with the philosophy of the rest of WordPress. Vote with your pocketbook, buy GPL software!</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2015 20:55:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Shortcake Bakery Plugin Offers a Suite of Useful Shortcodes for WordPress Publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/shortcake-bakery-plugin-offers-a-suite-of-useful-shortcodes-for-wordpress-publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4116:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/baker.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/baker.jpg?resize=1024%2C516\" alt=\"photo credit: Panettiere - (license)\" class=\"size-full wp-image-46899\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/27505428@N06/16282512996\">Panettiere</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>In March, the <a href=\"http://wptavern.com/shortcake-is-now-a-wordpress-feature-plugin\" target=\"_blank\">Shortcake project officially began its journey as a feature plugin</a> with regular meetings for contributors working to make it ready to propose for inclusion in WordPress core. The <a href=\"https://wordpress.org/plugins/shortcode-ui/\" target=\"_blank\">plugin</a> provides a friendly UI for adding shortcodes and transforms them to render a nice preview in the visual editor.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/pullquote-shortcode.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/pullquote-shortcode.png?resize=1025%2C538\" alt=\"pullquote-shortcode\" class=\"aligncenter size-full wp-image-46904\" /></a></p>\n<p>Last week, <a href=\"https://twitter.com/danielbachhuber\" target=\"_blank\">Daniel Bachhuber</a> and the engineering team at <a href=\"http://fusion.net/\" target=\"_blank\">Fusion</a> released <a href=\"https://wordpress.org/plugins/shortcake-bakery/\" target=\"_blank\">Shortcake Bakery</a>, a plugin that extends the Shortcake project to supply a suite of handy shortcodes for publishers. The plugin currently includes the following:</p>\n<ul>\n<li>Image Comparison (powered by <a href=\"https://juxtapose.knightlab.com/\" target=\"_blank\">JuxtaposeJS</a>)</li>\n<li>Facebook embeds</li>\n<li>iFrames (require whitelisted hostnames)</li>\n<li>Infogram embeds</li>\n<li>PDF’s (powered by <a href=\"https://mozilla.github.io/pdf.js/\" target=\"_blank\">PDF.js</a>)</li>\n<li>Playbuzz embeds</li>\n<li>Rap Genius annotations</li>\n<li>Scribd embeds</li>\n<li>Scripts (require whitelisted hostnames)</li>\n</ul>\n<p>“We’ve been steadily making shortcodes for use by the Fusion newsroom since we launched Shortcake in November, and by releasing these universally useful patterns to the world, we hope to create a large repository of structured post elements for use by the WordPress community,” Bachhuber said.</p>\n<p>For example, Shortcake Bakery supplies a friendly UI for embedding an infographic from <a href=\"https://infogr.am/\" target=\"_blank\">Infogra.am</a>. The author selects the post element and then pastes in the URL to the infographic. It instantly appears in the post editor with a TinyMCE preview.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-demo.mp4\">http://wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-demo.mp4</a></p>\n<p>Shortcake Bakery also makes it easy to embed a single Facebook post, PDF, image comparison, and other content types that might otherwise prove troublesome to include in WordPress. Each content type is optimized for instant visual preview in the editor.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-facebook-embed.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-facebook-embed.png?resize=919%2C689\" alt=\"shortcake-bakery-facebook-embed\" class=\"aligncenter size-full wp-image-46917\" /></a></p>\n<p>Version 0.1.0 includes nine useful post elements that make it easy to embed content from external services commonly referenced by publishers. Shortcodes for Instagram, Tubmlr, and Silk are listed as possible upcoming enhancements on the project’s <a href=\"https://github.com/fusioneng/shortcake-bakery/labels/enhancement\" target=\"_blank\">GitHub issues queue</a>. <a href=\"https://wordpress.org/plugins/shortcake-bakery/\" target=\"_blank\">Shortcake Bakery</a> is an open source plugin and is now available on WordPress.org. It works best when combined with the <a href=\"https://wordpress.org/plugins/shortcode-ui/\" target=\"_blank\">Shortcake</a> plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2015 02:16:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WP Rocket Reports $355K in Annual Revenue After 2 Years in Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wp-rocket-reports-355k-in-annual-revenue-after-2-years-in-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4872:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-rocket-feature.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-rocket-feature.jpg?resize=1025%2C452\" alt=\"wp-rocket-feature\" class=\"aligncenter size-full wp-image-22199\" /></a></p>\n<p><a href=\"http://wp-rocket.me/\" target=\"_blank\">WP Rocket</a> is celebrating its second year in business. The commercial caching plugin for WordPress launched two years ago in the French market and <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\" target=\"_blank\">opened its doors to international customers</a> last May.</p>\n<p>At that time, WP Rocket was entering unproven territory as the first major caching plugin to launch with a 100% commercial model. Could the plugin succeed in a market dominated by free caching solutions like <a href=\"https://wordpress.org/plugins/w3-total-cache/\" target=\"_blank\">W3 Total Cache</a> and <a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a>?</p>\n<p>WP Rocket has the numbers to prove that WordPress users are willing to pay for an easy-to-configure solution to site optimization. In February, the 100% bootstrapped company published a transparency report showing that the product was now active on 15,000+ websites and <a href=\"http://wptavern.com/wp-rocket-grows-from-0-to-35k-in-monthly-revenue\" target=\"_blank\">averaging $35K in monthly revenue</a>. Six months later, the plugin is now active on more than 32,000 websites. From July 2014 – July 2015, WP Rocket <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\" target=\"_blank\">reports</a> that the company pulled in a total of $351,097 in revenue.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/wprocket-2014-2015.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/wprocket-2014-2015.jpg?resize=629%2C525\" alt=\"photo credit: WP Rocket</a.\" /></a>photo credit: <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\">WP Rocket</a>\n<p>WP Rocket has been successful in identifying ways to stand out among established competitors. During our <a href=\"http://wptavern.com/wp-rocket-launches-commercial-caching-plugin-for-wordpress\" target=\"_blank\">initial tests of the plugin</a>, we found that it took under a minute to configure caching for a small blogging site using its simple, basic settings panel. Without even touching the more advanced options, such as DNS prefetching and file exclusions, we were able to reduce the page size and load time by roughly 50%.</p>\n<p>Inspired by a recent three-month stay in San Francisco, WP Rocket developers and co-founders Jonathan Buttigieg and Jean-Baptiste Marchand-Arvier are now working to diversify their product offerings.</p>\n<p>“WP Rocket will be one product among others from our startup and not the only one,” Marchand-Arvier said. “We want to have a portfolio of products and not depend on only one.”</p>\n<p>To that end, the company is dipping its toes into multiple potentially welcoming revenue streams, including plugins, themes, and SaaS.</p>\n<p>“For the past few months, Julio has been working on a security plugin,” Marchand-Arvier said. “This is going to be a great challenge for us as we experiment with a freemium model for the first time, and because there are great competitors in the space, like WordFence and iThemes Security.</p>\n<p>WP Rocket currently has a dedicated team working on <a href=\"https://imagify.io/\" target=\"_blank\">Imagify</a>, an image compression toolkit and their first SaaS venture. The company also plans to enter the theme market with its own shop.</p>\n<p>“We want to take on that huge challenge which will be very different compared to selling a plugin,” Marchand-Arvier said.</p>\n<p>WP Rocket’s founders believe that building a strong company culture will be one of the key factors to their continued success.</p>\n<p>“To work in a mostly remote team can create a lack of human connection,” Marchand-Arvier said. “That’s why we’ve decided to organize a ‘startup retreat’ every year.” This decision was inspired by the founders’ 2014 trip to explore Silicon Valley, a pivotal event that changed the way they approached business in the WordPress ecosystem.</p>\n<p>“This [trip] transformed three guys who were selling a WordPress plugin into a Startup of eight people (today) with a strong company culture,” he said.</p>\n<p>If the success of WP Rocket’s caching plugin is any indication, WordPress users should be on the lookout for the company to bring a new twist into other existing product niches. Momentum is running high on their currently incubating projects with <a href=\"https://imagify.io/\" target=\"_blank\">Imagify</a> on track to launch in the upcoming weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2015 20:33:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Streak Broken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2015/07/streak-broken/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"<p>Due to some distractions and mishandling of scheduled posts on my part, I broke my blogging streak. I got up to 198 days, which isn’t bad, and I’m looking forward to beating it next time. A lot of people might not know this, but if you’re on <a href=\"http://wordpress.com/\">WordPress.com</a> or run <a href=\"http://jetpack.me/\">Jetpack</a> when you start a posting streak it will give you a notification high-five every day you continue it, this was the last one I got:</p>\n<p><img class=\"aligncenter wp-image-45252\" src=\"http://i2.wp.com/ma.tt/files/2015/07/Screen-Shot-2015-07-18-at-9.06.19-AM.png?resize=386%2C394\" alt=\"Screen Shot 2015-07-18 at 9.06.19 AM\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2015 13:08:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Mullenweg and Pearson Square Off on Patents, GPL, and Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8449:\"<p>In a post titled “<a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\" target=\"_blank\">The Truth About Thesis.com</a>,” Chris Pearson responded to the recent heated discussions about his <a href=\"http://wptavern.com/automattic-wins-cybersquatting-case-against-chris-pearson\" target=\"_blank\">legal battle with Automattic over the Thesis.com domain</a> and related trademarks. His public response revives a <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">five-year old licensing disagreement</a>.</p>\n<p>“I think the most important place to start is by asking: Why would Automattic—a website software company with over $300 million in funding—buy thesis.com when I owned the trademark for Thesis in the website software space?” Pearson asked.</p>\n<p>In February 2013, Pearson started negotiations with a domain broker named Larry of GetYourDomain.com in an attempt to purchase thesis.com. He opened with an offer of $37,500 which he considered to be more than enough for an unused domain. After months of negotiating, the deal fell through.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png\"><img class=\"size-full wp-image-46845\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png?resize=486%2C191\" alt=\"Email shared by Pearson showing Mullenweg\'s interest in the domain\" /></a>Email shared by Pearson showing Mullenweg’s interest in the domain\n<p>“I didn’t see how Matt could justify buying the domain for $100,000. Because of my trademark, there was no way he could legally use the domain for Automattic, and therefore, I didn’t believe there was a reason for him to spend that much money,” Pearson said.</p>\n<p>Nine months after negotiations failed, Pearson received an email from Larry asking if he’d like to renegotiate since Mullenweg showed interest in the domain. Further negotiations went nowhere and Mullenweg won the domain for $100K.</p>\n<p>News of Mullenweg’s purchase didn’t reach the public until he replied to a question about WordPress’ relationship with commercial theme providers at the 2014 State of the Word Q&A. In his response, he encouraged the audience to visit Thesis.com. Notice Mullenweg’s delivery and how the crowd reacts to his announcement.</p>\n<p></p>\n<p></p>\n<p>Pearson also accused Mullenweg of <a href=\"http://tsdr.uspto.gov/#caseNumber=4039583&caseType=US_REGISTRATION_NO&searchType=statusSearch\">violating his trademark</a>.</p>\n<blockquote><p>Principles? Matt spent $100,000 to buy thesis.com—a domain in which he had no legitimate business interest—forwarded the domain to his property, and violated my trademark.</p>\n<p>This is ironic considering how vigilant Matt has been about protecting the WordPress trademark—especially as it <a href=\"http://wptavern.com/the-wordpress-foundation-sues-jeff-yablon-for-trademark-infringement\">relates to domain names</a>.</p></blockquote>\n<p>Pearson goes on to describe his duty to protect to his trademark and the details of the UDRP Case Ruling, as well as the fallout regarding the court’s decision in Automattic’s favor.</p>\n<p>“It’s time for the community to ask itself if using $300 million in funding to purchase $100,000 domains, fund aggressive lawsuits, and fuel unending drama is properly representative of the WordPress project,” he said.</p>\n<p>Pearson admitted to “being a jerk” both in the post and the comments. This admission is based on his attitude and the way he presented himself in 2010 in the <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">interview with Andrew Warner</a> on Mixergy. Mullenweg focused on the fact that Pearson changed the licensing structure of Thesis so that part of it is incompatible with the GPL:</p>\n<p>“So why do the exact same thing you did before, change your license to violate the GPL and take rights away from your users? And then litigate against someone else?” Mullenweg asked.</p>\n<p>He is referring to Thesis’ <a href=\"http://diythemes.com/thesis/rtfm/software-license-agreement/\">license agreement</a> customers agree to when they purchase the theme. The agreement has terms that take user freedoms away that GPL licensed software provides. Here are a few of terms in the agreement:</p>\n<ul>\n<li>You can’t sell, rent, or otherwise transfer the software to anyone else.</li>\n<li>The license provides you, and only you, with the rights to use the software for its intended purpose.</li>\n<li>Other than for educational purposes, any modification of the Thesis “core” is prohibited.</li>\n</ul>\n<p>Mullenweg is well known as a zealous protector of the GPL and users’ rights. However, Pearson and many others perceived his comments on licensing to be a distraction from the main issue.</p>\n<p>In responding to commenters on whether the issue is dead, he <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507944\" target=\"_blank\">said</a>:</p>\n<blockquote><p>The issue isn’t dead — Chris went back on his word and re-changed his license to be 100% proprietary and violate the GPL, sneakily sometime in the past 5 years since the last time he did that. He also patented how themes work, and color pickers.</p></blockquote>\n<p>The patent Mullenweg is <a href=\"http://www.google.com/patents/US20140095982\">referring to</a> was published in September of 2012. The patent describes systems, servers, and methods for managing websites using the Thesis software. One of the fears is that the patent is vague and closely describes how WordPress themes work in general, although Pearson claims the patent has <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\">nothing to do with WordPress</a>.</p>\n<p>Pearson <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\" target=\"_blank\">clarified Thesis’ new proprietary licensing</a>, which Mullenweg believes to be in violation of their agreement in 2010:</p>\n<blockquote><p>In October 2012, I released an all-new version of Thesis that carried the same name as the original (which had a split-GPL license), but that’s where the similarities stopped.</p>\n<p>The new Thesis is not a Theme—it is an operating system for templates and design. This system runs Skins and Boxes, which are similar to Themes and Plugins, but with a boatload of built-in efficiencies that Themes and Plugins cannot provide.</p>\n<p>Skins and Boxes carry MIT licenses, which are not only open source, but also easy for anyone to understand and use.</p>\n<p>There is nothing sneaky about the licensing structure that has been in place since October 2012. DIYthemes customers must agree to the proprietary licensing on the Thesis core before downloading and using the software.</p></blockquote>\n<p>After Mullenweg purchased the domain, he <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507947\">received no personal communication from Pearson</a> on the issue until Automattic was hit with litigation. The litigation stems from Pearson trying to protect his trademark.</p>\n<p>“I don’t know the last time I got an email from Chris directly (3+ years?), and myself and Automattic didn’t hear anything from him before we got the litigation notice he was trying to seize the domain,” Mullenweg commented. “No questions, no concerns, no offer to resolve, no discussion, we were just hit with legal action out of the blue.”</p>\n<p>In a <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507959\">comment published</a> on Pearson’s blog post, Mullenweg contends that Pearson is repeating the same mistake he made in 2010 by not licensing Thesis as GPL.</p>\n<p>“It doesn’t matter if you admit what you did was wrong in the past if you go and do the exact same thing again: violate the GPL, and make it worse by patenting common theme practices,” he said.</p>\n<p>Up until this point, Mullenweg has declined to comment directly on Automattic’s interest in purchasing thesis.com in the first place. There are a lot of forces at play, including patents, GPL adherence, trademarks, and domain names. This is a developing and complicated story that we’ll continue to keep our eyes on.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2015 05:24:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: New Feature Plugin Proposed: oEmbed for WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/new-feature-plugin-proposed-oembed-for-wordpress-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2809:\"<p>WordPress has a <a href=\"https://codex.wordpress.org/Embeds\" target=\"_blank\">whitelist</a> of 31 trusted sites from which users can oEmbed content, but one source is noticeably missing – WordPress itself. During this week’s <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/\" target=\"_blank\">feature plugin chat</a>, Pascal Birchler and a group of contributors proposed the idea of <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/#comment-26324\" target=\"_blank\">oEmbed for WordPress Posts</a>:</p>\n<blockquote><p>Basically, we want to make WordPress an oEmbed provider. Users should be able to paste an URL from a WordPress blog and the post gets embedded right away. Difficulties here are discovering other WordPress sites as oEmbed providers and whitelisting them. The oEmbed endpoint requires the WP-API to be in use, so this can’t land in core until the API does.</p></blockquote>\n<p>The <a href=\"https://github.com/swissspidy/oEmbed-API\" target=\"_blank\">oEmbed API</a> proof-of-concept feature plugin is currently in development on GitHub. It requires WordPress 4.3 beta 3 or later and version 2 of the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a> plugin.</p>\n<p>Mel Choyce, author of the trac <a href=\"https://core.trac.wordpress.org/ticket/32522\" target=\"_blank\">ticket</a> requesting the feature, created a mockup of how embedded WordPress posts might look:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wordpress-oembed-feature-plugin-mockup.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wordpress-oembed-feature-plugin-mockup.jpg?resize=1024%2C960\" alt=\"wordpress-oembed-feature-plugin-mockup\" class=\"aligncenter size-full wp-image-46828\" /></a></p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/32522\" target=\"_blank\">ticket</a> is home to an active discussion with excellent reasons on both sides of the argument for why this should or should not be included in core, highlighting the many <a href=\"https://core.trac.wordpress.org/ticket/32522#comment:32\" target=\"_blank\">considerations</a> that would be involved with having oEmbed discovery turned on. Tackling <a href=\"https://core.trac.wordpress.org/ticket/32522#comment:34\" target=\"_blank\">abuse of the feature</a> could also pose a significant challenge.</p>\n<p>The feature plugin is still in the early development stages and discussion regarding its implementation is ongoing. Birchler said the team needs help with design and development, particularly with the oEmbed auto-discovery part of the project. If you’d like to get involved with the discussion, you can join in the weekly chats in the <strong>#feature-oembed</strong> WordPress Slack channel.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2015 22:51:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: New Roots Radio Podcast Discusses WordPress and Modern Web Development Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/new-roots-radio-podcast-discusses-wordpress-and-modern-web-development-topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/roots.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/roots.jpg?resize=700%2C300\" alt=\"roots\" class=\"aligncenter size-full wp-image-46801\" /></a></p>\n<p>Ben Word and the team behind <a href=\"https://roots.io/\" target=\"_blank\">Roots</a> are launching a new WordPress-related podcast called <a href=\"https://roots.io/radio0/\" target=\"_blank\">Roots Radio</a>. Earlier this year, Word <a href=\"http://wptavern.com/roots-wordpress-starter-theme-rebrands-as-sage-with-8-0-release\" target=\"_blank\">rebranded the Roots starter theme as “Sage”</a> under the Roots organization as part of <a href=\"http://wptavern.com/roots-starter-theme-for-wordpress-will-become-framework-agnostic-in-2015\" target=\"_blank\">a long-term plan to make it framework-agnostic</a>. Opening up the starter theme to be available for use with a variety of frontend frameworks means that the Roots community is utilizing a wide range of technologies for development.</p>\n<p>The new podcast was created to discuss WordPress and Roots development and will also explore general modern web development topics. The <a href=\"https://roots.io/radio0/\" target=\"_blank\">inaugural episode</a> introduces Roots team members, many of whom use WordPress and others who are more active outside of WordPress development. They also discuss their individual WordPress workflows, dependency management, and project structure.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">If you’re interested in a smoother WordPress workflow, listen to Roots Radio, whether you use Roots or not. <a href=\"https://t.co/vhocxb9tkC\">https://t.co/vhocxb9tkC</a></p>\n<p>— Fränk Klein (@fklux) <a href=\"https://twitter.com/fklux/status/621432291341017088\">July 15, 2015</a></p></blockquote>\n<p></p>\n<p>Ben Word and Scott Walkinshaw recently appeared on <a href=\"https://changelog.com/podcast/\" target=\"_blank\">The Changelog</a> podcast, a weekly show that covers the intersection of software development and open source, to discuss “<a href=\"https://changelog.com/156/\" target=\"_blank\">Modern WordPress using Bedrock and Sage</a>.”</p>\n<p>“After Scott and I appeared on the Changelog podcast, the guys on the team wanted to get something going,” Word said. Even though the WordPress community already has many regular podcasts devoted to news, business, and development, Word believes that the Roots team has something unique to offer with their experience and dedication to using modern web development tools.</p>\n<p>He shared a sneak preview of some of the topics the team plans to cover in future episodes of Roots Radio:</p>\n<ul>\n<li>Deployments</li>\n<li>Theme wrapper and DRY</li>\n<li>Security</li>\n<li>Composer</li>\n<li>Forking WordPress</li>\n<li>Open Source Support/Maintenance/Burnout</li>\n<li>Keeping Roots projects up-to-date</li>\n<li>Framework agnostic workflow</li>\n<li>Theming tips and tricks</li>\n<li>How to contribute to Roots / open source</li>\n<li>Stepping outside of WordPress land</li>\n<li>Unit tests</li>\n</ul>\n<p>Word confirmed that Roots Radio will have guests on upcoming episodes. If these topics have piqued your interest, you can subscribe to the podcast via <a href=\"https://itunes.apple.com/us/podcast/roots-radio/id1015480854\" target=\"_blank\">iTunes</a> or <a href=\"http://feeds.soundcloud.com/users/soundcloud:users:160680092/sounds.rss\" target=\"_blank\">RSS</a>. New episodes will be released every couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2015 20:24:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordPress 4.3 Beta 3 Adds Site Icon Feature to the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/wordpress-4-3-beta-3-adds-site-icon-feature-to-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4288:\"<p>WordPress 4.3 <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\" target=\"_blank\">beta 3</a> was released this week right on <a href=\"https://make.wordpress.org/core/version-4-3-project-schedule/\" target=\"_blank\">schedule</a>, and beta 4 is expected to arrive next Wednesday. This release includes more than <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\" target=\"_blank\">140 fixes and improvements</a> since last week’s beta.</p>\n<p>One of the most important changes you’ll notice is that the <a href=\"http://wptavern.com/wordpress-4-3-adds-new-site-icons-feature-and-a-text-editor-to-press-this\" target=\"_blank\">Site Icon feature</a> is now available in the customizer in addition to its spot under <strong>General > Settings</strong>. The new panel is called Site Identity and it includes the site title, tagline, and the icon upload controls.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/site-identity-new-customizer-panel.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/site-identity-new-customizer-panel.jpg?resize=1025%2C690\" alt=\"site-identity-new-customizer-panel\" class=\"aligncenter size-full wp-image-46773\" /></a></p>\n<p>“The feature is now complete and requires lots of testing,” WordPress 4.3 release lead Konstantin Obenland said in the announcement. “Please help us ensure the site icon feature works well in both Settings and the Customizer.”</p>\n<p>Mark Jaquith’s work to improve passwords has also been added to the installation process so that administrators will be prompted to select a strong password when setting up a new site. This screenshot from Ryan Boren’s most recent “<a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/\" target=\"_blank\">Today in the Nightly</a>” update shows the password strength meter’s feedback added to the UI.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/passwords-ui-on-install-screen-1024x740.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/passwords-ui-on-install-screen-1024x740.png?resize=1024%2C740\" alt=\"photo credit: Ryan Boren\" class=\"size-full wp-image-46779\" /></a>photo credit: <a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/passwords-ui-on-install-screen/\">Ryan Boren</a>\n<p>Boren also highlighted the value of the new Markdown-esque patterns recognized in the post editor and their convenience for mobile users. Instead of trying to format HTML on a tiny screen, users will be able to take advantage of the new shortcuts which require fewer keystrokes.</p>\n<p>“Create bulleted lists, ordered lists, and blockquotes using markdown like patterns,” he said. “I find this particularly handy on phones when the editor toolbar is offscreen.”</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/editor-patterns-keyboard-shortcuts-list.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/editor-patterns-keyboard-shortcuts-list.jpg?resize=1025%2C541\" alt=\"photo credit: Ryan Boren\" class=\"size-full wp-image-46785\" /></a>photo credit: <a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/\">Ryan Boren</a>\n<p>Beta 3 also improves the accessibility of comments and media list tables with a better design for comment bubbles and focus styling for row toggles. Obenland welcomes feedback on the accessibility improvements from those who are using WordPress with screen readers.</p>\n<p>With 140 changes in beta 3, a new round of testing is in order. You can help by installing the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin on a development site and reporting any bugs you find in the recent improvements. The official WordPress 4.3 release is now just four weeks away.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 22:01:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 199 – Preview of WordPress 4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=46746&preview_id=46746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/wpweekly-episode-199-preview-of-wordpress-4-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2747:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I preview WordPress 4.3. We discuss what WordPress.tv should do with old videos now that the site is six years old. There’s a conference this weekend devoted to the Genesis Framework and we let you know how you can watch it for free.</p>\n<p>Theme translations and language packs are on their way to the WordPress theme directory. Last but not least, we congratulate Topher DeRosia on reaching his funding goals to attend WordCamp Pune, India.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">WordPress 4.3 Beta 3</a><br />\n<a href=\"http://www.wpbeginner.com/news/whats-coming-in-wordpress-4-3-features-and-screenshots\">What’s Coming in WordPress 4.3</a><br />\n<a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\">UI For Outdated Content on WordPress.tv</a><br />\n<a href=\"http://wptavern.com/theme-translations-and-language-packs-are-coming-to-wordpress-org\">Theme Translations and Language Packs are Coming to WordPress.org</a><br />\n<a href=\"http://wptavern.com/the-first-24hr-conference-devoted-to-the-genesis-framework-set-for-july-19-20\">The First 24hr Conference Devoted to the Genesis Framework Set for July 18-20</a><br />\n<a href=\"http://wptavern.com/topher-derosia-launches-gofundme-campaign-to-attend-wordcamp-pune-india\">Topher DeRosia Launches GoFundMe Campaign to Attend WordCamp Pune, India</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/background-image-cropper/\">Background Image Cropper</a> is a WordPress core feature-plugin that adds cropping to background images for parity with header images.</p>\n<p><a href=\"https://wordpress.org/plugins/frontier-restrict-media/\">Frontier Restrict Media</a> will restrict users so they can only access their own media files from the media library.</p>\n<p><a href=\"https://wordpress.org/plugins/image-hover-effects/\">Image Hover Effects</a> allows users to add 40+ hover effects to images with captions.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 22nd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #199:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 19:02:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: How to Give Back to the WordPress Foundation when Shopping on Amazon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/how-to-give-back-to-the-wordpress-foundation-when-shopping-on-amazon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5051:\"<p>Consumer disappointment ran high yesterday when Amazon Prime Day <a href=\"https://twitter.com/hashtag/PrimeDayFail?src=hash\" target=\"_blank\">failed</a> to deliver on its ambitious claim to have “more deals than Black Friday.” Prime customers were surprised to find modest deals on knee braces, shoe horns, and pet grooming kits instead of steep discounts on shiny electronics.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">A Diane Keaton T Shirt, with a 5 pack of brass knuckles AND ham?!?! DREAMS CAN COME TRUE <a href=\"https://twitter.com/hashtag/PrimeDayFail?src=hash\">#PrimeDayFail</a> <a href=\"http://t.co/hE1X6lhGb5\">pic.twitter.com/hE1X6lhGb5</a></p>\n<p>— Roy Buckingham (@shave_my_lemon) <a href=\"https://twitter.com/shave_my_lemon/status/621462914533232640\">July 15, 2015</a></p></blockquote>\n<p></p>\n<p>The world was optimistic that if any company could create a consumer holiday out of thin air, Amazon would be the one to do it. Despite Prime Day’s humor-inspiring failure, consumer obsession with the online retail giant isn’t likely to wane anytime soon. In fact, the company reported that its “‘<a href=\"http://phx.corporate-ir.net/phoenix.zhtml?c=176060&p=irol-newsArticle&ID=2068090\" target=\"_blank\">Prime Day’ peak order rates surpassed that of 2014’s Black Friday</a>” early in the day.</p>\n<p>If you’re a die hard Amazon shopper, you’ll probably continue on as if Prime Day never happened. Here’s how you can do something good for WordPress while you’re at it:</p>\n<p>The <a href=\"http://smile.amazon.com/\" target=\"_blank\">AmazonSmile Foundation</a> enables shoppers to support their favorite charitable organizations when making purchases, at no extra cost. If you select a charity, AmazonSmile will automatically donate 0.5% of the purchase price from your eligible purchases. The <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a> is among the nearly one million organizations that you can support.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-wordpress-foundation.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-wordpress-foundation.jpg?resize=1025%2C479\" alt=\"amazon-wordpress-foundation\" class=\"aligncenter size-full wp-image-46731\" /></a></p>\n<p>To sign up, simply visit <a href=\"http://smile.amazon.com/\" target=\"_blank\">Smile.Amazon.com</a> and select the WordPress Foundation. You’ll be presented with options that will help you navigate to Smile.Amazon.com more conveniently the next time you shop. If you have already selected a charity and want to change it, you can visit your account settings to search and select a new organization.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-smile-change-charity.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-smile-change-charity.jpg?resize=877%2C492\" alt=\"amazon-smile-change-charity\" class=\"aligncenter size-full wp-image-46735\" /></a></p>\n<h3>What does the WordPress Foundation do?</h3>\n<p>Before you opt to support the <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a>, it’s important to know what it’s all about. The 501(c)3 non-profit organization was established “to further the mission of the WordPress open source project: to democratize publishing through Open Source, GPL software.” Matt Mullenweg created the charity to ensure that future generations will have access to WordPress as the project’s leadership and contributor base continue to evolve. It also exists to protect the WordPress and WordCamp trademarks and logos.</p>\n<p>A large portion of donations to the foundation go towards subsidizing WordCamp expenses, including video production of presentations for WordCamp.tv. The foundation also <a href=\"http://wptavern.com/wordpress-foundation-to-foot-the-bill-for-meetup-com-organizer-dues\" target=\"_blank\">covers Meetup.com organizer dues</a> for those who run WordPress meetups. At the beginning of this year, the foundation <a href=\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\" target=\"_blank\">created a new traveling scholarship for women attending WordCamp US</a>, in memory of Kim Parsell, a prolific WordPress contributor who passed away this year.</p>\n<p>When you support the WordPress Foundation, you are supporting a variety of community initiatives that help ensure the future of WordPress for years to come. Rose Goldman, who helps manage the foundation, recently set the organization up on AmazonSmile. So far, she said the donations from Amazon represent just a trickle of the budget, but that’s probably due to lack of awareness of AmazonSmile. If you haven’t yet selected a charity for automatic donations from <a href=\"http://smile.amazon.com/\" target=\"_blank\">AmazonSmile</a>, the WordPress Foundation is a worthy cause.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 18:52:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: What Should WordPress.tv Do with Old Videos?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wptavern.com/what-should-wordpress-tv-do-with-old-videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4208:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordPressTVFeaturedImage.png\"><img class=\"size-full wp-image-46739\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordPressTVFeaturedImage.png?resize=666%2C254\" alt=\"WordPress TV Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/30719244@N06/8648634062\">tvs</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p><a href=\"http://wordpress.tv/\">WordPress.tv</a> launched in <a href=\"https://wordpress.org/news/2009/01/wordpresstv/\">January of 2009</a> and since then has become one of the largest repositories of information dedicated to WordPress. To put that in perspective, WordPress 2.8 and 2.9 were released the same year.</p>\n<p>However, with more than six years of content available, the team has run into a problem. On July 3rd, Brash Rebel, who helps manage WordPress.tv, <a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\">asked</a> if there should be a user interface for outdated content.</p>\n<blockquote><p>A reality we are now facing is the fact that the software we know and love has evolved and changed considerably over this time period, thus rendering much of the early content on this site no longer applicable to users of more current releases of WordPress. In <a href=\"https://wordpress.slack.com/archives/wptv/p1435856572000421\">today’s TV team Slack meeting</a> the question was raised about how to properly address outdated, deprecated, no-longer-accurate content.</p></blockquote>\n<p>The first question considered is whether to keep or delete old content, specifically, videos in the <a href=\"http://wordpress.tv/category/how-to/\">How To</a> category. Since so many people watch older tutorial style videos, the team decided that removing the content permanently from the site is not the best course of action. The other question considered is whether older presentations on specific subjects should be deleted.</p>\n<p>For example, the following two sessions are about the same subject but four years apart. The content in the 2015 video is more likely to match the Google Analytics experience of today.</p>\n<ol>\n<li><a href=\"http://wordpress.tv/2013/03/16/melinda-samson-workshop-google-analytics-101/\">Melinda Samson: Google Analytics 101 Workshop (2011)</a></li>\n<li><a href=\"http://wordpress.tv/2015/05/16/david-bird-google-analytics-and-wordpress-for-beginners-2/\">David Bird: Google Analytics and WordPress for Beginners (May, 2015)</a></li>\n</ol>\n<p>The team also discussed a variety of ideas on how to display information to viewers that they’re watching outdated content. These included, text prompts, information bars, links, and determining the best method to indicate videos don’t reflect the current WordPress experience.</p>\n<p>Rebel says the goal isn’t to strictly deal with the issue today, but also set a precedence for the future. As more WordCamps occur across the globe and more <a href=\"https://make.wordpress.org/tv/2015/06/16/do-you-screencast-or-make-video-tutorials-of-how-to-use-wordpress-wordpress-tv-wants-you/\">screencasts</a> show up on WordPress.tv, the team needs to figure out a balance between displaying old content and making the most out of fresh content.</p>\n<h2>Mimic the Plugin Directory</h2>\n<p>I’m happy that the team won’t delete old videos. As someone who writes about WordPress everyday, the videos on WordPress.tv contain a wealth of knowledge. It would be a shame to see so much information deleted.</p>\n<p>I think the best and easiest solution is to mimic the WordPress plugin directory in how it deals with plugins that haven’t been updated in two years or more. A prominent message displays on the page telling the viewer that the content they’re watching is outdated. It could be taken a step further by showing the viewer a list of related videos that are more recent.</p>\n<p>I encourage you to<a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\"> read the blog post</a> and the associated comments as they contain some good ideas. What do you think should be done with old content on WordPress.tv?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 18:12:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: TSA Jazz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://ma.tt/2015/07/tsa-jazz/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"<p>At an airport in Frankfurt airport security asked famous jazz saxophonist <a href=\"http://www.joshuaredman.com/\">Joshua Redman</a> to prove it was a real instrument.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">[airport security, FRA] *sax flagged* “Pls play” “Seriously?” “Yes” *i play Ornithology* *midway thru 1st chorus* “Enuf u’re clear pls stop”</p>\n<p>— Joshua Redman (@Joshua_Redman) <a href=\"https://twitter.com/Joshua_Redman/status/619144413369909248\">July 9, 2015</a></p></blockquote>\n<p></p>\n<p>Hilarious! I can’t find any recordings of Joshua playing that classic bebop song, but here’s a Charlie Parker recording:</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 15:12:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Explore the WordPress REST API with the New Interactive Console Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46685\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/explore-the-wordpress-rest-api-with-the-new-interactive-console-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3697:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>WordPress REST API project lead <a href=\"https://twitter.com/rmccue\" target=\"_blank\">Ryan McCue</a>, in cooperation with <a href=\"https://twitter.com/AutomatticEng\" target=\"_blank\">Automattic’s Engineering team</a>, released a <a href=\"https://wordpress.org/plugins/rest-api-console/\" target=\"_blank\">REST API Console</a> plugin on WordPress.org today. It’s a basic console that fits right into the WordPress admin and allows you to explore the API, make small changes, and find out what your site is exposing.</p>\n<p>“This is a forked version of the WP.com console that myself and members of the Apollo team at Automattic worked on,” McCue told the Tavern. The console was converted in approximately four casual days, and McCue credits <a href=\"http://viewsource.beaucollins.com/\" target=\"_blank\">Beau Collins</a> for this, as he originally wrote the majority of the console for developers working on WordPress.com.</p>\n<p>“It’s pretty useful for exploring the API as a learning tool, but also for developers who are extending the API to get a sense of how their stuff fits in,” he said.</p>\n<p>The REST API Console plugin requires the <a href=\"https://wordpress.org/plugin/rest-api/\" target=\"_blank\">WP REST API plugin</a> version 2.0 or later. You can find this on the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">GitHub project page</a> and version 2 should be up on WordPress.org within the next day or two. Once you have both plugins installed, the console is visible in the admin under <strong>Tools > Rest API Console</strong>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-rest-api-console-demo.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-rest-api-console-demo.jpg?resize=829%2C236\" alt=\"wp-rest-api-console-demo\" class=\"aligncenter size-full wp-image-46693\" /></a></p>\n<p>You can actually make changes to your site using the console, so it’s advisable to install it on a local site and play with it there. While the GET requests can’t change anything, the other types can edit or delete posts (which would end up in your trash).</p>\n<p>The plugin can only connect to the local site you’re currently on and cannot access remote WordPress sites. McCue recommends using something like <a href=\"https://www.getpostman.com/\" target=\"_blank\">Postman</a> or <a href=\"http://luckymarmot.com/paw\" target=\"_blank\">Paw</a> if you want to play around with remote sites.</p>\n<p>In the future, he hopes to add more features and improve the plugin’s parameter documentation.</p>\n<p>“The older WordPress.com console had the ability to click through to links, so I’d like to re-add that at some point,” he said. “The parameter documentation and tooling hasn’t been fleshed out yet, but the plan is to do it eventually – we’re working on exposing more from the API itself, too.”</p>\n<p>If you want to tinker with the API but don’t have a local testing site handy, check out the live demo at <a href=\"http://demo.wp-api.org\" target=\"_blank\">demo.wp-api.org</a> where you can click around to explore. This will save you the trouble of installing the plugin, if you just want to try it out. Also, you can’t perform any destructive changes there. Version 2 of the WP REST API plugin should be available on WordPress.org within 24-48 hours.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 00:31:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: WordPress Theme Review Team Unanimously Approves Roadmap to Improve Directory and Review Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://wptavern.com/wordpress-theme-review-team-unanimously-approves-roadmap-to-improve-directory-and-review-process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2613:\"<p>The <a href=\"https://make.wordpress.org/themes/\">Theme Review Team</a> has spent the last two months <a href=\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\">collecting data from surveys</a> to discover common pain points people experience using the theme directory and going through the theme review process. The results of those surveys were used to <a href=\"https://make.wordpress.org/themes/2015/07/07/roadmap-for-phase-one/\">create a roadmap</a> of areas to focus on.</p>\n<p>In yesterday’s meeting, the Theme Review Team voted and those in attendance <a href=\"https://wordpress.slack.com/archives/themereview/p1436896772000053\">unanimously approved</a> the roadmap.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/ThemeReviewTeamRoadmapVote.png\"><img class=\"size-full wp-image-46668\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/ThemeReviewTeamRoadmapVote.png?resize=471%2C560\" alt=\"Phase One Roadmap Approved\" /></a>Phase One Roadmap Approved\n<p>One of the key parts to the roadmap is creating groups with a scope of responsibilities. The groups include:</p>\n<ul>\n<li>Directory</li>\n<li>Documentation</li>\n<li>Tools</li>\n<li>Reviews and queues</li>\n<li>UX and research</li>\n</ul>\n<p>Each group needs a point person who acts as the communication bridge between the group and Theme Review Team. Tammie Lister explains what the point person’s role is within a group.</p>\n<blockquote><p>This person will report weekly what is going on during the chats. They will also post on the make.blog each week about what is going on in each group. This should ensure we keep up communication and make sure things get done.</p></blockquote>\n<p>They’re not necessarily in charge of getting things done but rather, act as a facilitator to make sure the group stays on track.</p>\n<p>One part of the roadmap that I’m interested in is the possibility of a report button added to the theme directory to allow users to report themes. If this happens, it will be interesting to see how it’s used or abused and whether it adds any additional work load to the theme reviewers.</p>\n<p>The roadmap looks solid and shows the team is focused on improving several aspects of the Theme Directory. This is a great opportunity for new contributors to get involved with the project. If you’re interested in joining any of the groups within the Theme Review Team, please visit the <strong>#themereview</strong> channel on <a href=\"https://make.wordpress.org/chat/\">Slack</a> and let the team know.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 21:10:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Proper Lite: A Free and Flexible WordPress Theme for Creatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/proper-lite-a-free-and-flexible-wordpress-theme-for-creatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p>Last November, ModernThemes <a href=\"http://wptavern.com/modernthemes-launches-site-dedicated-to-providing-free-wordpress-themes\" target=\"_blank\">officially launched its free WordPress themes site</a> and has been gradually adding to its <a href=\"https://wordpress.org/themes/author/modernthemesnet/\" target=\"_blank\">collection</a> hosted on WordPress.org. Founders Robbie Grabowski and Mike Driscoll launched the site with a commitment to produce themes that support the native customizer and keep plugin functionality separate while still being “plugin-friendly.”</p>\n<p><a href=\"https://modernthemes.net/wordpress-themes/proper-lite/\" target=\"_blank\">Proper Lite</a> is ModernThemes’ latest release, created to be fully compatible with their new <a href=\"https://modernthemes.net/plugins/\" target=\"_blank\">library of free plugins</a> that add functionality like shortcodes, widgets, sidebars, services, testimonials, projects, etc.</p>\n<p>The theme features a fullscreen homepage hero section with multiple controls for customizing the background, text, and buttons.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/properlite_mockups.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/properlite_mockups.png?resize=1000%2C700\" alt=\"properlite_mockups\" class=\"aligncenter size-full wp-image-46645\" /></a></p>\n<p>Proper Lite was designed with a modular homepage layout that supports three flexible widget areas where you can drop in portfolio items, blogs, testimonials, or any other content you choose. This is one of the reasons why ModernThemes calls it their most flexible free theme to date.</p>\n<p>In addition to the default template, Proper Lite includes Homepage, Full Width, and Left Sidebar templates. It also has specific styling for various content blocks added from the plugin library, as you can see in the <a href=\"https://modernthemes.net/demo/?theme=properlite\" target=\"_blank\">live demo</a>.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/team-members.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/team-members.jpg?resize=926%2C897\" alt=\"team-members\" class=\"aligncenter size-full wp-image-46654\" /></a></p>\n<p>Proper Lite has an amazing array of controls included in the customizer. Users can easily adjust Google Fonts, logos and icons, nearly every color used in the theme, social media icons, a footer call-to-action, the number of columns in the widget areas, and much more. The theme was not created with a set, inflexible design. Versatility is one of its key features.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/proper-lite-customizer.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/proper-lite-customizer.png?resize=1025%2C426\" alt=\"proper-lite-customizer\" class=\"aligncenter size-full wp-image-46659\" /></a></p>\n<p>Proper Lite, like other themes from ModernThemes, has extensive <a href=\"https://modernthemes.net/proper-lite-documentation/\" target=\"_blank\">documentation</a> available on the website for every section included in the theme. While this theme is heavily geared toward creatives with an emphasis on fullwidth images and portfolio content, it is also suitable for personal blogs, agencies, and creative businesses, thanks to the wide range of plugins available to extend it. <a href=\"https://modernthemes.net/wordpress-themes/proper-lite/\" target=\"_blank\">Download</a> it for free from the ModernThemes website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 18:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Sleep Dep\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://ma.tt/2015/07/sleep-dep/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"<p><a href=\"http://www.theatlantic.com/health/archive/2013/12/how-sleep-deprivation-decays-the-mind-and-body/282395/\">How Sleep Deprivation Decays the Mind and Body</a>. Crazy story.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 04:46:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Plato, Phaedrus, Google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/07/plato-phaedrus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:822:\"<blockquote><p>and now you, who are the father of letters, have been led by your affection to ascribe to them a power the opposite of that which they really possess. For this invention will produce forgetfulness in the minds of those who learn to use it, because they will not practice their memory. Their trust in writing, produced by external characters which are no part of themselves, will discourage the use of their own memory within them. You have invented an elixir not of memory, but of reminding; […]</p></blockquote>\n<p><a href=\"http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.01.0174%3Atext%3DPhaedrus%3Asection%3D275a\">A few thousand years ago Plato predicted how Google would make us less able to remember things</a>.</p>\n<p>Hat tip: <a href=\"http://chris.ink/\">Chris Rudzki</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 04:24:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 06 Aug 2015 23:56:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"294101\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 06 Aug 2015 23:30:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20150211001253\";}','no'),(38275,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1438948575','no'),(38276,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1438905375','no'),(38277,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1438948576','no'),(38278,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Aug 2015 23:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/googleanalytics/#post-11199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2009 22:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"11199@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Enables google analytics on all pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Kevin Sylvestre\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP-DB-Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/wp-db-backup/#post-472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 04:41:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"472@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"On-demand backup of your WordPress database.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"ringmaster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 06 Aug 2015 23:56:16 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Fri, 07 Aug 2015 00:10:36 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 06 Aug 2015 23:35:36 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20150211001253\";}','no'),(38279,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1438948576','no'),(38280,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1438905376','no'),(38281,'_transient_timeout_plugin_slugs','1438991811','no'),(38282,'_transient_plugin_slugs','a:15:{i:0;s:46:\"another-wordpress-classifieds-plugin/awpcp.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:37:\"disable-comments/disable-comments.php\";i:3;s:51:\"full-page-full-width-backgroud-slider/fwbslider.php\";i:4;s:29:\"gravityforms/gravityforms.php\";i:5;s:30:\"lightbox-plus/lightboxplus.php\";i:6;s:31:\"my-custom-css/my-custom-css.php\";i:7;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:8;s:39:\"search-everything/search-everything.php\";i:9;s:35:\"simple-css-lite/simple-css-lite.php\";i:10;s:31:\"store-locator/store-locator.php\";i:11;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:12;s:61:\"very-simple-google-analytics/very-simple-google-analytics.php\";i:13;s:24:\"wordpress-seo/wp-seo.php\";i:14;s:15:\"wp-ui/wp-ui.php\";}','no'),(38283,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1438948576','no'),(38284,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\'>WordPress 4.2.4 Security and Maintenance Release</a> <span class=\"rss-date\">August 4, 2015</span><div class=\"rssSummary\">WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/the-wordpress-core-team-receives-praise-for-their-efforts-to-maintain-security\'>WPTavern: The WordPress Core Team Receives Praise for Their Efforts to Maintain Security</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/the-mantra-of-family-comes-first\'>WPTavern: The Mantra of Family Comes First</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-4-2-4-patches-six-security-vulnerabilities\'>WPTavern: WordPress 4.2.4 Patches Six Security Vulnerabilities</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\' class=\'dashboard-news-plugin-link\'>Google Analytics Dashboard for WP</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=d8942b847c&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Google Analytics Dashboard for WP\'>Install</a>)</span></li></ul></div>','no'),(38292,'_transient_timeout_GFCache_9677bb1f24981a61009401618025e192','1438905482','no'),(38293,'_transient_GFCache_9677bb1f24981a61009401618025e192','1','no'),(38294,'rg_gforms_key','31cda4dffce65f41b4638113c0b805c7','yes'),(38295,'rg_gforms_disable_css','0','yes'),(38296,'rg_gforms_enable_html5','0','yes'),(38297,'gform_enable_noconflict','0','yes'),(38298,'rg_gforms_enable_akismet','','yes'),(38299,'rg_gforms_captcha_public_key','','yes'),(38300,'rg_gforms_captcha_private_key','','yes'),(38301,'rg_gforms_currency','USD','yes'),(38302,'rg_gforms_message','<!--GFM--><div style=\"background: #fff; border-left: 4px solid #fff; border-color: #dd3d36; -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );margin:20px 0 10px 0; padding: 1px 12px;margin-bottom:15px;\"><h3>Critical Update Available.</h3><p style=\"text-align:left\">Your version of Gravity Forms is extremely outdated and contains known security vulnerabilities that may get exploited. It is very important that you update Gravity Forms immediately. <a href=\"admin.php?page=gf_update\"><b>Update Now!</b></a><p></div>','yes'),(38312,'rewrite_rules','a:99:{s:26:\"(.*)pagelines-compiled-css\";s:12:\"/?pageless=1\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:37:\"awpcpx/payments/return/([a-zA-Z0-9]+)\";s:82:\"index.php?awpcpx=1&awpcp-module=payments&awpcp-action=return&awpcp-txn=$matches[1]\";s:37:\"awpcpx/payments/notify/([a-zA-Z0-9]+)\";s:82:\"index.php?awpcpx=1&awpcp-module=payments&awpcp-action=notify&awpcp-txn=$matches[1]\";s:37:\"awpcpx/payments/cancel/([a-zA-Z0-9]+)\";s:82:\"index.php?awpcpx=1&awpcp-module=payments&awpcp-action=cancel&awpcp-txn=$matches[1]\";s:46:\"awpcpx/listings/verify/([0-9]+)/([a-zA-Z0-9]+)\";s:104:\"index.php?awpcpx=1&awpcp-module=listings&awpcp-action=verify&awpcp-ad=$matches[1]&awpcp-hash=$matches[2]\";s:21:\"(awpcp/show-ad)/(\\d+)\";s:45:\"index.php?pagename=$matches[1]&id=$matches[2]\";s:31:\"(awpcp/reply-to-ad)/(.+?)/(.+?)\";s:45:\"index.php?pagename=$matches[1]&id=$matches[2]\";s:32:\"(awpcp/edit-ad)(?:/([0-9]+))?/?$\";s:45:\"index.php?pagename=$matches[1]&id=$matches[2]\";s:37:\"(awpcp/browse-categories)/(.+?)/(.+?)\";s:58:\"index.php?pagename=$matches[1]&cid=$matches[2]&a=browsecat\";s:40:\"(awpcp/payment-thank-you)/([a-zA-Z0-9]+)\";s:52:\"index.php?pagename=$matches[1]&awpcp-txn=$matches[2]\";s:37:\"(awpcp/cancel-payment)/([a-zA-Z0-9]+)\";s:52:\"index.php?pagename=$matches[1]&awpcp-txn=$matches[2]\";s:33:\"(awpcp)/(view-categories)($|[/?])\";s:59:\"index.php?pagename=$matches[1]&layout=2&cid=view-categories\";s:31:\"(awpcp)/(setregion)/(.+?)/(.+?)\";s:63:\"index.php?pagename=$matches[1]®ionid=$matches[3]&a=setregion\";s:30:\"(awpcp)/(classifiedsrss)/(\\d+)\";s:63:\"index.php?pagename=$matches[1]&awpcp-action=rss&cid=$matches[3]\";s:24:\"(awpcp)/(classifiedsrss)\";s:47:\"index.php?pagename=$matches[1]&awpcp-action=rss\";s:52:\"banner-sets/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?banner-sets=$matches[1]&feed=$matches[2]\";s:47:\"banner-sets/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?banner-sets=$matches[1]&feed=$matches[2]\";s:40:\"banner-sets/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?banner-sets=$matches[1]&paged=$matches[2]\";s:22:\"banner-sets/([^/]+)/?$\";s:33:\"index.php?banner-sets=$matches[1]\";s:53:\"feature-sets/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?feature-sets=$matches[1]&feed=$matches[2]\";s:48:\"feature-sets/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?feature-sets=$matches[1]&feed=$matches[2]\";s:41:\"feature-sets/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?feature-sets=$matches[1]&paged=$matches[2]\";s:23:\"feature-sets/([^/]+)/?$\";s:34:\"index.php?feature-sets=$matches[1]\";s:49:\"box-sets/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?box-sets=$matches[1]&feed=$matches[2]\";s:44:\"box-sets/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?box-sets=$matches[1]&feed=$matches[2]\";s:37:\"box-sets/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?box-sets=$matches[1]&paged=$matches[2]\";s:19:\"box-sets/([^/]+)/?$\";s:30:\"index.php?box-sets=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=26&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(38451,'_transient_timeout_awpcp-categories-list-cache-09cff2ae','1470609554','no'),(38452,'_transient_awpcp-categories-list-cache-09cff2ae','<div id=\"awpcpcatlayout\" class=\"awpcp-categories-list\"><ul class=\"top-level-categories showcategoriesmainlist clearfix\"><li class=\"columns-2\"><p class=\"top-level-category maincategoryclass\"><a class=\"toplevelitem\" href=\"http://avalab.com/awpcp/browse-categories?category_id=3%2Fcats/\">Cats</a> (2)</p></li><li class=\"columns-2\"><p class=\"top-level-category maincategoryclass\"><a class=\"toplevelitem\" href=\"http://avalab.com/awpcp/browse-categories?category_id=2%2Fdogs/\">Dogs</a> (2)</p></li></ul><ul class=\"top-level-categories showcategoriesmainlist clearfix\"><li class=\"columns-2\"><p class=\"top-level-category maincategoryclass\"><a class=\"toplevelitem\" href=\"http://avalab.com/awpcp/browse-categories?category_id=1%2Fgeneral/\">General</a> (0)</p></li></ul></div><div class=\"fixfloat\"></div>','no'),(38453,'awpcp-categories-list-cache-keys','a:1:{i:0;s:36:\"awpcp-categories-list-cache-09cff2ae\";}','no'),(39384,'gform_upload_page_slug','ae1a49c24b1ade0','yes'),(40157,'_transient_timeout_gform_update_info','1441058545','no'),(40158,'_transient_gform_update_info','a:5:{s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Sun, 30 Aug 2015 22:02:25 GMT\";s:6:\"server\";s:12:\"Apache/2.4.7\";s:12:\"x-powered-by\";s:21:\"PHP/5.5.9-1ubuntu4.11\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:4:\"1811\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:9:\"text/html\";}s:4:\"body\";s:9295:\"{\"is_valid_key\":\"1\",\"version\":\"1.9.13\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_1.9.13.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=7%2BUZ21EfiKNcscCzC4a%2Fr6OQBUI%3D\",\"expiration_time\":1470459600,\"offerings\":{\"gravityforms\":{\"is_available\":true,\"version\":\"1.9.13\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_1.9.13.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=7%2BUZ21EfiKNcscCzC4a%2Fr6OQBUI%3D\"},\"gravityformsactivecampaign\":{\"is_available\":true,\"version\":\"1.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/activecampaign\\/gravityformsactivecampaign_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=kELYVPXHV6ezIgYz7SPGQUBg8Vw%3D\"},\"gravityformsagilecrm\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/agilecrm\\/gravityformsagilecrm_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=ZIXRe3G%2FQQdhKz8ErrcVDV%2FzXjU%3D\"},\"gravityformsauthorizenet\":{\"is_available\":true,\"version\":\"2.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/authorizenet\\/gravityformsauthorizenet_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=d77lrfhP2SUgje0g6YJi0DmxZZI%3D\"},\"gravityformsaweber\":{\"is_available\":true,\"version\":\"2.3\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/aweber\\/gravityformsaweber_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=vJJA%2F8GusljEMpJFc5tLnkExLgI%3D\"},\"gravityformsbatchbook\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/batchbook\\/gravityformsbatchbook_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=VrTeKJBfbHAOfct6%2B5u2OCr7dHY%3D\"},\"gravityformscampaignmonitor\":{\"is_available\":true,\"version\":\"3.4.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campaignmonitor\\/gravityformscampaignmonitor_3.4.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=hybn0DkzEjsQE2L8EuLmRdB0zqE%3D\"},\"gravityformscampfire\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zohocrm\\/gravityformscampfire_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=oZnLfCe9RqQDI2EkVreHEbXFirE%3D\"},\"gravityformscapsulecrm\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/capsule\\/gravityformscapsulecrm_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=Irj6omPcdCRl%2FYWz8gg46Dv8s7M%3D\"},\"gravityformscleverreach\":{\"is_available\":true,\"version\":\"1.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/cleverreach\\/gravityformscleverreach_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=JYPAvphYtafG5pEiyFCVvOXJtHo%3D\"},\"gravityformscoupons\":{\"is_available\":true,\"version\":\"2.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/coupons\\/gravityformscoupons_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=Yy27TCE2dFkItCCMr4WeVgG8IsM%3D\"},\"gravityformsdropbox\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/dropbox\\/gravityformsdropbox_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=h6HD1YwQaSSWni3zUh%2FhNlfxwUg%3D\"},\"gravityformsemma\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/emma\\/gravityformsemma_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=%2Bz17A9vyCuLXjkBmWeQf6zNfBcM%3D\"},\"gravityformsfreshbooks\":{\"is_available\":true,\"version\":\"2.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/freshbooks\\/gravityformsfreshbooks_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=PDKxi%2BV5kYCMLk8BEo4LSQQwrIQ%3D\"},\"gravityformsgetresponse\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/getresponse\\/gravityformsgetresponse_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=YJBj7KGIdrHVqmPEBvYt1T3OQPw%3D\"},\"gravityformshelpscout\":{\"is_available\":true,\"version\":\"1.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/helpscout\\/gravityformshelpscout_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=VYXItf%2FVYxEbelAZe2FWMLGJMMY%3D\"},\"gravityformshighrise\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/highrise\\/gravityformshighrise_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=GVmy%2F60rUy8mUmCjnNuM8542lKc%3D\"},\"gravityformshipchat\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/hipchat\\/gravityformshipchat_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=wBAk4FzmmwKozqeXIWw1n978EO4%3D\"},\"gravityformsicontact\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/icontact\\/gravityformsicontact_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=EFKM45ZExaK3erP9zxrhtemaiSk%3D\"},\"gravityformslogging\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/logging\\/gravityformslogging_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=9bDtwUZklwxLGWrO51%2FN8mmzTgo%3D\"},\"gravityformsmadmimi\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/madmimi\\/gravityformsmadmimi_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=kfuuWhUozWZe%2BQqcXJ%2F8Trl903E%3D\"},\"gravityformsmailchimp\":{\"is_available\":true,\"version\":\"3.6\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/mailchimp\\/gravityformsmailchimp_3.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=4mBHrohfdwz6Adq7felH0EVQXQk%3D\"},\"gravityformspaypal\":{\"is_available\":true,\"version\":\"2.4\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypal\\/gravityformspaypal_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=DN8z9mg8iPHlO%2FeFwXSae%2BffmnA%3D\"},\"gravityformspaypalpaymentspro\":{\"is_available\":true,\"version\":\"1.8.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpaymentspro\\/gravityformspaypalpaymentspro_1.8.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=pUVF2MrLZcdMO76bQyDF7QaRuLQ%3D\"},\"gravityformspaypalpro\":{\"is_available\":true,\"version\":\"1.6\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpro\\/gravityformspaypalpro_1.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=5czJlxJuaAaKzo%2By3GnSz4M%2BKeQ%3D\"},\"gravityformspicatcha\":{\"is_available\":false,\"version\":\"2.0\"},\"gravityformspolls\":{\"is_available\":true,\"version\":\"2.3\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/polls\\/gravityformspolls_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=c86GyV7UVdATl71CsDgl4qN4H%2FU%3D\"},\"gravityformsquiz\":{\"is_available\":true,\"version\":\"2.4\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/quiz\\/gravityformsquiz_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=4dNwUehBxCmPna%2BuGFBOJFSf4kI%3D\"},\"gravityformssignature\":{\"is_available\":true,\"version\":\"2.3\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/signature\\/gravityformssignature_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=BCaBFtiOBWJ1%2B0UE25fmFWEt1sA%3D\"},\"gravityformsslack\":{\"is_available\":true,\"version\":\"1.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/slack\\/gravityformsslack_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=R%2FT2Eb%2FMfJRrFqWv4qdMFq8OyhQ%3D\"},\"gravityformsstripe\":{\"is_available\":true,\"version\":\"1.8\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/stripe\\/gravityformsstripe_1.8.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=NsP17yofVGgtd0M1X90KmCn7RRM%3D\"},\"gravityformssurvey\":{\"is_available\":true,\"version\":\"2.5\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/survey\\/gravityformssurvey_2.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=3v4sEgYPAg8cfBWslJQ9ycVXJt8%3D\"},\"gravityformstwilio\":{\"is_available\":true,\"version\":\"2.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/twilio\\/gravityformstwilio_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=FnoWPij%2BrSedGkqRBjAL0DBlnn0%3D\"},\"gravityformsuserregistration\":{\"is_available\":true,\"version\":\"2.4\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/userregistration\\/gravityformsuserregistration_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=4XWzfzQ58H43DOUTmVP5PQCsEaw%3D\"},\"gravityformszapier\":{\"is_available\":true,\"version\":\"1.8\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zapier\\/gravityformszapier_1.8.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=mi%2BlHyHZt4LSUph%2BMfyPXTKuKfY%3D\"},\"gravityformszohocrm\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zohocrm\\/gravityformszohocrm_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1441144945&Signature=C%2BaMTE%2FrTz7m2wS7BFmE1UIMQSM%3D\"}},\"is_active\":\"1\"}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}','no'),(40159,'_transient_timeout_pagelines_theme_update','1441058545','no'),(40160,'_transient_pagelines_theme_update','a:8:{s:11:\"new_version\";s:5:\"2.4.6\";s:3:\"url\";s:25:\"http://www.pagelines.com/\";s:7:\"package\";s:49:\"http://api.pagelines.com/store_free/pagelines.zip\";s:5:\"extra\";s:139:\"<br /><a href=\"http://forum.pagelines.com/topic/35078-pagelines-framework-update/\">Please check out the release thread before upgrading</a>\";s:13:\"changelog_url\";s:25:\"http://www.pagelines.com/\";s:7:\"licence\";s:3:\"dev\";s:11:\"credentials\";s:4:\"true\";s:3:\"ssl\";b:0;}','no'),(40179,'_transient_timeout_pagelines_sections_cache','1441085948','no'),(40180,'_transient_pagelines_sections_cache','a:2:{s:5:\"child\";N;s:6:\"parent\";a:34:{s:16:\"PageLinesBanners\";a:28:{s:5:\"class\";s:16:\"PageLinesBanners\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:41:\"Creates banners, great for product tours.\";s:4:\"name\";s:7:\"Banners\";s:8:\"base_url\";s:62:\"http://avalab.com/wp-content/themes/pagelines/sections/banners\";s:8:\"base_dir\";s:69:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/banners\";s:9:\"base_file\";s:81:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/banners/section.php\";s:9:\"workswith\";a:4:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"SecondarySidebar\";a:28:{s:5:\"class\";s:16:\"SecondarySidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:47:\"The secondary widgetized sidebar for the theme.\";s:4:\"name\";s:17:\"Secondary Sidebar\";s:8:\"base_url\";s:67:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_secondary\";s:8:\"base_dir\";s:74:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_secondary\";s:9:\"base_file\";s:86:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_secondary/section.php\";s:9:\"workswith\";a:3:{i:0;s:8:\"sidebar1\";i:1;s:8:\"sidebar2\";i:2;s:12:\"sidebar_wrap\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"PageLinesPostNav\";a:28:{s:5:\"class\";s:16:\"PageLinesPostNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:58:\"Post Navigation - Shows titles for next and previous post.\";s:4:\"name\";s:7:\"PostNav\";s:8:\"base_url\";s:62:\"http://avalab.com/wp-content/themes/pagelines/sections/postnav\";s:8:\"base_dir\";s:69:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postnav\";s:9:\"base_file\";s:81:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postnav/section.php\";s:9:\"workswith\";a:1:{i:0;s:11:\"main-single\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesFootCols\";a:28:{s:5:\"class\";s:17:\"PageLinesFootCols\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:43:\"A 5 column widgetized sidebar in the footer\";s:4:\"name\";s:22:\"Footer Columns Sidebar\";s:8:\"base_url\";s:66:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_footcols\";s:8:\"base_dir\";s:73:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_footcols\";s:9:\"base_file\";s:85:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_footcols/section.php\";s:9:\"workswith\";a:2:{i:0;s:8:\"morefoot\";i:1;s:6:\"footer\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:19:\"PageLinesPagination\";a:28:{s:5:\"class\";s:19:\"PageLinesPagination\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:69:\"Pagination - A numerical post/page navigation. (Supports WP-PageNavi)\";s:4:\"name\";s:20:\"Post/Page Pagination\";s:8:\"base_url\";s:65:\"http://avalab.com/wp-content/themes/pagelines/sections/pagination\";s:8:\"base_dir\";s:72:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/pagination\";s:9:\"base_file\";s:84:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/pagination/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:15:\"TertiarySidebar\";a:28:{s:5:\"class\";s:15:\"TertiarySidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:86:\"A 3rd widgetized sidebar for the theme that can be used in standard sidebar templates.\";s:4:\"name\";s:16:\"Tertiary Sidebar\";s:8:\"base_url\";s:66:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_tertiary\";s:8:\"base_dir\";s:73:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_tertiary\";s:9:\"base_file\";s:85:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_tertiary/section.php\";s:9:\"workswith\";a:3:{i:0;s:8:\"sidebar1\";i:1;s:8:\"sidebar2\";i:2;s:12:\"sidebar_wrap\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesPostLoop\";a:28:{s:5:\"class\";s:17:\"PageLinesPostLoop\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:59:\"The Main Posts Loop. Includes content and post information.\";s:4:\"name\";s:8:\"PostLoop\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/postloop\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postloop\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postloop/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";a:1:{i:0;s:8:\"404_page\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"PageLinesNoPosts\";a:28:{s:5:\"class\";s:16:\"PageLinesNoPosts\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:38:\"Shown when no posts or 404 is returned\";s:4:\"name\";s:8:\"No Posts\";s:8:\"base_url\";s:62:\"http://avalab.com/wp-content/themes/pagelines/sections/noposts\";s:8:\"base_dir\";s:69:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/noposts\";s:9:\"base_file\";s:81:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/noposts/section.php\";s:9:\"workswith\";a:1:{i:0;s:8:\"404_page\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:19:\"PageLinesTwitterBar\";a:28:{s:5:\"class\";s:19:\"PageLinesTwitterBar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:39:\"Loads twitter feed into the site footer\";s:4:\"name\";s:10:\"TwitterBar\";s:8:\"base_url\";s:65:\"http://avalab.com/wp-content/themes/pagelines/sections/twitterbar\";s:8:\"base_dir\";s:72:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/twitterbar\";s:9:\"base_file\";s:84:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/twitterbar/section.php\";s:9:\"workswith\";a:2:{i:0;s:8:\"morefoot\";i:1;s:6:\"footer\";}s:7:\"edition\";s:3:\"Pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesShareBar\";a:28:{s:5:\"class\";s:17:\"PageLinesShareBar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:48:\"Adds ways to share content on pages/single posts\";s:4:\"name\";s:8:\"ShareBar\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/sharebar\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sharebar\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sharebar/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesBranding\";a:28:{s:5:\"class\";s:17:\"PageLinesBranding\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:59:\"Shows the main site logo or the site title and description.\";s:4:\"name\";s:8:\"Branding\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/branding\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/branding\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/branding/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"header\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"PageLinesContent\";a:28:{s:5:\"class\";s:16:\"PageLinesContent\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:59:\"Main site content area. Holds sidebars, page content, etc..\";s:4:\"name\";s:7:\"Content\";s:8:\"base_url\";s:62:\"http://avalab.com/wp-content/themes/pagelines/sections/content\";s:8:\"base_dir\";s:69:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/content\";s:9:\"base_file\";s:81:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/content/section.php\";s:9:\"workswith\";a:1:{i:0;s:9:\"templates\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:20:\"PageLinesQuickSlider\";a:28:{s:5:\"class\";s:20:\"PageLinesQuickSlider\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:50:\"A responsive slider that is easy to use and setup.\";s:4:\"name\";s:11:\"QuickSlider\";s:8:\"base_url\";s:66:\"http://avalab.com/wp-content/themes/pagelines/sections/quickslider\";s:8:\"base_dir\";s:73:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/quickslider\";s:9:\"base_file\";s:85:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/quickslider/section.php\";s:9:\"workswith\";a:3:{i:0;s:4:\"main\";i:1;s:9:\"templates\";i:2;s:12:\"sidebar_wrap\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:76:\"http://avalab.com/wp-content/themes/pagelines/sections/quickslider/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:14:\"PrimarySidebar\";a:28:{s:5:\"class\";s:14:\"PrimarySidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:28:\"The main widgetized sidebar.\";s:4:\"name\";s:15:\"Primary Sidebar\";s:8:\"base_url\";s:65:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_primary\";s:8:\"base_dir\";s:72:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_primary\";s:9:\"base_file\";s:84:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_primary/section.php\";s:9:\"workswith\";a:3:{i:0;s:8:\"sidebar1\";i:1;s:8:\"sidebar2\";i:2;s:12:\"sidebar_wrap\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:14:\"ContentSidebar\";a:28:{s:5:\"class\";s:14:\"ContentSidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:91:\"Displays a widgetized sidebar inside the main content area. Set it up in the widgets panel.\";s:4:\"name\";s:15:\"Content Sidebar\";s:8:\"base_url\";s:65:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_content\";s:8:\"base_dir\";s:72:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_content\";s:9:\"base_file\";s:84:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_content/section.php\";s:9:\"workswith\";a:4:{i:0;s:12:\"main-default\";i:1;s:10:\"main-posts\";i:2;s:11:\"main-single\";i:3;s:8:\"main-404\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesFeatures\";a:28:{s:5:\"class\";s:17:\"PageLinesFeatures\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:45:\"Creates a feature slider and custom post type\";s:4:\"name\";s:8:\"Features\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/features\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/features\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/features/section.php\";s:9:\"workswith\";a:4:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:12:\"feature-sets\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:9:\"ScrollSpy\";a:28:{s:5:\"class\";s:9:\"ScrollSpy\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:43:\"A special section with auto scroll content.\";s:4:\"name\";s:10:\"Scroll Spy\";s:8:\"base_url\";s:64:\"http://avalab.com/wp-content/themes/pagelines/sections/scrollspy\";s:8:\"base_dir\";s:71:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/scrollspy\";s:9:\"base_file\";s:83:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/scrollspy/section.php\";s:9:\"workswith\";a:1:{i:0;s:9:\"templates\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesCarousel\";a:28:{s:5:\"class\";s:17:\"PageLinesCarousel\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:54:\"Creates a flickr, nextgen, or featured image carousel.\";s:4:\"name\";s:8:\"Carousel\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/carousel\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/carousel\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/carousel/section.php\";s:9:\"workswith\";a:3:{i:0;s:7:\"content\";i:1;s:6:\"header\";i:2;s:6:\"footer\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:9:\"SimpleNav\";a:28:{s:5:\"class\";s:9:\"SimpleNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:26:\"Creates footer navigation.\";s:4:\"name\";s:10:\"Simple Nav\";s:8:\"base_url\";s:65:\"http://avalab.com/wp-content/themes/pagelines/sections/simple_nav\";s:8:\"base_dir\";s:72:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/simple_nav\";s:9:\"base_file\";s:84:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/simple_nav/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"footer\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesComments\";a:28:{s:5:\"class\";s:17:\"PageLinesComments\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:43:\"Adds comments to main on pages/single posts\";s:4:\"name\";s:8:\"Comments\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/comments\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/comments\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/comments/section.php\";s:9:\"workswith\";a:2:{i:0;s:11:\"main-single\";i:1;s:4:\"main\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:12:\"PageLinesNav\";a:28:{s:5:\"class\";s:12:\"PageLinesNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:25:\"http://www.pagelines.com/\";s:11:\"description\";s:68:\"Creates site navigation, with optional superfish dropdowns on hover.\";s:4:\"name\";s:11:\"Nav Classic\";s:8:\"base_url\";s:58:\"http://avalab.com/wp-content/themes/pagelines/sections/nav\";s:8:\"base_dir\";s:65:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/nav\";s:9:\"base_file\";s:77:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/nav/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"header\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:19:\"PageLinesPostAuthor\";a:28:{s:5:\"class\";s:19:\"PageLinesPostAuthor\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:37:\"Adds post author to page/single post.\";s:4:\"name\";s:10:\"PostAuthor\";s:8:\"base_url\";s:65:\"http://avalab.com/wp-content/themes/pagelines/sections/postauthor\";s:8:\"base_dir\";s:72:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postauthor\";s:9:\"base_file\";s:84:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postauthor/section.php\";s:9:\"workswith\";a:2:{i:0;s:11:\"main-single\";i:1;s:6:\"author\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";a:6:{i:0;s:7:\"archive\";i:1;s:8:\"category\";i:2;s:5:\"posts\";i:3;s:4:\"tags\";i:4;s:6:\"search\";i:5;s:8:\"404_page\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"FullWidthSidebar\";a:28:{s:5:\"class\";s:16:\"FullWidthSidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:36:\"Shows full width widgetized sidebar.\";s:4:\"name\";s:18:\"Full Width Sidebar\";s:8:\"base_url\";s:67:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_fullwidth\";s:8:\"base_dir\";s:74:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_fullwidth\";s:9:\"base_file\";s:86:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_fullwidth/section.php\";s:9:\"workswith\";a:3:{i:0;s:9:\"templates\";i:1;s:6:\"footer\";i:2;s:8:\"morefoot\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:18:\"PageLinesSecondNav\";a:28:{s:5:\"class\";s:18:\"PageLinesSecondNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:34:\"Creates secondary site navigation.\";s:4:\"name\";s:13:\"Secondary Nav\";s:8:\"base_url\";s:64:\"http://avalab.com/wp-content/themes/pagelines/sections/secondnav\";s:8:\"base_dir\";s:71:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/secondnav\";s:9:\"base_file\";s:83:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/secondnav/section.php\";s:9:\"workswith\";a:2:{i:0;s:6:\"header\";i:1;s:7:\"content\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:8:\"PLNavBar\";a:28:{s:5:\"class\";s:8:\"PLNavBar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:56:\"A responsive and sticky navigation bar for your website.\";s:4:\"name\";s:6:\"NavBar\";s:8:\"base_url\";s:61:\"http://avalab.com/wp-content/themes/pagelines/sections/navbar\";s:8:\"base_dir\";s:68:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/navbar\";s:9:\"base_file\";s:80:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/navbar/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"header\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"UniversalSidebar\";a:28:{s:5:\"class\";s:16:\"UniversalSidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:30:\"A universal widgetized sidebar\";s:4:\"name\";s:17:\"Universal Sidebar\";s:8:\"base_url\";s:67:\"http://avalab.com/wp-content/themes/pagelines/sections/sb_universal\";s:8:\"base_dir\";s:74:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_universal\";s:9:\"base_file\";s:86:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/sb_universal/section.php\";s:9:\"workswith\";a:7:{i:0;s:8:\"sidebar1\";i:1;s:8:\"sidebar2\";i:2;s:12:\"sidebar_wrap\";i:3;s:9:\"templates\";i:4;s:4:\"main\";i:5;s:6:\"header\";i:6;s:8:\"morefoot\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:14:\"PageLinesBoxes\";a:28:{s:5:\"class\";s:14:\"PageLinesBoxes\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:29:\"Creates boxes and box layouts\";s:4:\"name\";s:5:\"Boxes\";s:8:\"base_url\";s:60:\"http://avalab.com/wp-content/themes/pagelines/sections/boxes\";s:8:\"base_dir\";s:67:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/boxes\";s:9:\"base_file\";s:79:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/boxes/section.php\";s:9:\"workswith\";a:4:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:18:\"PageLinesHighlight\";a:28:{s:5:\"class\";s:18:\"PageLinesHighlight\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:70:\"Adds a highlight sections with a splash image and 2-big lines of text.\";s:4:\"name\";s:9:\"Highlight\";s:8:\"base_url\";s:64:\"http://avalab.com/wp-content/themes/pagelines/sections/highlight\";s:8:\"base_dir\";s:71:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/highlight\";s:9:\"base_file\";s:83:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/highlight/section.php\";s:9:\"workswith\";a:7:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";i:4;s:8:\"sidebar1\";i:5;s:8:\"sidebar2\";i:6;s:12:\"sidebar_wrap\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:10:\"PLMasthead\";a:28:{s:5:\"class\";s:10:\"PLMasthead\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:89:\"A responsive full width splash and text area. Great for getting big ideas across quickly.\";s:4:\"name\";s:8:\"Masthead\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/masthead\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/masthead\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/masthead/section.php\";s:9:\"workswith\";a:4:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:18:\"PageLinesPostsInfo\";a:28:{s:5:\"class\";s:18:\"PageLinesPostsInfo\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:86:\"Shows information about posts being viewed (e.g. \"Currently Viewing Archives from...\")\";s:4:\"name\";s:10:\"Posts Info\";s:8:\"base_url\";s:64:\"http://avalab.com/wp-content/themes/pagelines/sections/postsinfo\";s:8:\"base_dir\";s:71:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postsinfo\";s:9:\"base_file\";s:83:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/postsinfo/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesMorefoot\";a:28:{s:5:\"class\";s:17:\"PageLinesMorefoot\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:38:\"Three widgetized sidebars above footer\";s:4:\"name\";s:17:\"Morefoot Sidebars\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/morefoot\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/morefoot\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/morefoot/section.php\";s:9:\"workswith\";a:2:{i:0;s:8:\"morefoot\";i:1;s:6:\"footer\";}s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:10:\"PLheroUnit\";a:28:{s:5:\"class\";s:10:\"PLheroUnit\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:56:\"A responsive full width image and text area with button.\";s:4:\"name\";s:4:\"Hero\";s:8:\"base_url\";s:59:\"http://avalab.com/wp-content/themes/pagelines/sections/hero\";s:8:\"base_dir\";s:66:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/hero\";s:9:\"base_file\";s:78:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/hero/section.php\";s:9:\"workswith\";a:5:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";i:4;s:7:\"content\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:16:\"PageLinesCallout\";a:28:{s:5:\"class\";s:16:\"PageLinesCallout\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:59:\"Shows a callout banner with optional graphic call to action\";s:4:\"name\";s:7:\"Callout\";s:8:\"base_url\";s:62:\"http://avalab.com/wp-content/themes/pagelines/sections/callout\";s:8:\"base_dir\";s:69:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/callout\";s:9:\"base_file\";s:81:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/callout/section.php\";s:9:\"workswith\";a:4:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}s:17:\"PageLinesBrandNav\";a:28:{s:5:\"class\";s:17:\"PageLinesBrandNav\";s:7:\"depends\";s:12:\"PageLinesNav\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.4.6\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:23:\"Branding and Nav Inline\";s:4:\"name\";s:8:\"BrandNav\";s:8:\"base_url\";s:63:\"http://avalab.com/wp-content/themes/pagelines/sections/brandnav\";s:8:\"base_dir\";s:70:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/brandnav\";s:9:\"base_file\";s:82:\"/home/avalab/public_html/wp-content/themes/pagelines/sections/brandnav/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"header\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:0:\"\";s:3:\"uid\";s:0:\"\";}}}','no'),(40184,'_transient_timeout_pagelines_custom_css','1441088811','no'),(40185,'_transient_pagelines_custom_css','a:3:{s:6:\"custom\";s:3797:\".wpui-red ul.ui-tabs-nav li {\n width: 530px;\n}\n.wpui-red .ui-accordion .ui-accordion-content {\n height: auto !important;\n}\n.leftSide {\n float: left;\n width: 125px;\n}\n.rightSide {\n float: left;\n width: 325px;\n}\n.clip {\n width: 100% !important;\n}\n.clip .post-excerpt {\n font-size: 1.03em !important;\n}\n#nav {\n width: 1000px;\n margin-top: -80px;\n *margin-top: -80px;\n margin-left: auto;\n margin-right: auto;\n padding-left: 50px;\n z-index: 9999;\n position: relative;\n}\n.searchform .searchfield {\n margin-top: -60px;\n margin-right: 120px;\n}\n.searchform {\n margin-right: 30px;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nh1 a,\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a,\na.site-title,\n.entry-title a,\n.entry-title a:hover,\n.widget-title a:hover,\nh3.widget-title a:hover {\n color: #77161b;\n}\n.h1,\n.fpost .entry-title {\n font-size: 125%;\n color: #77161b;\n}\n.searchform .searchfield,\ninput,\ntextarea,\nblockquote,\n.wp-caption,\n#soapbox .fboxinfo {\n background-color: transparent !important;\n border: 1px solid #000000;\n}\ntextarea:focus {\n border: 1px;\n}\n.navigation_wrap {\n border: none;\n}\n.main_nav ul {\n width: 900px;\n}\n.main_nav ul li {\n width: 150px;\n text-align: center;\n font-family: Tahoma;\n font-size: 16px;\n color: #000000;\n font-weight: bold;\n}\n.main-nav .current-menu-ancestor a,\n.main-nav li.current-menu-ancestor ul a,\n.main-nav li.current_page_item a,\n.main-nav li.current-menu-item a,\n.main-nav li.current_page_parent a,\n.sf-menu li li,\n.sf-menu li li li {\n background: transparent;\n}\n.cnt-comments a:hover,\n#wp-calendar thead th,\n.item-avatar a,\n.comment blockquote,\n#page .wp-pagenavi a:hover,\n#page .wp-pagenavi .extend,\n.content-pagination .cp-num,\n.content-pagination a:hover .cp-num,\nins,\n.main-nav li a:hover,\n.main-nav .current-page-ancestor .current_page_item a,\n.main-nav li.current-page-ancestor ul a:hover {\n background: transparent;\n}\n.one-sidebar-right #column-main .mcolumn-pad,\n.two-sidebar-right #column-main .mcolumn-pad {\n width: 550px;\n margin-left: 50px;\n margin-top: 50px;\n background-image: url(http://avalab.com/wp-content/uploads/2012/09/background.png);\n background-repeat: repeat-y;\n -moz-border-radius: 15px;\n border-radius: 15px;\n}\n.ui-stop-floating {\n clear: both;\n margin-top: -1px;\n height: 1px;\n overflow: hidden;\n}\n.main-content-p {\n text-align: justify;\n margin-left: 20px;\n font-family: Tahoma;\n font-size: 12px;\n font-weight: bold;\n}\n.copy-pad p {\n text-align: justify;\n margin-left: 20px;\n font-family: Tahoma;\n font-size: 14px;\n font-weight: bold;\n}\n.copy-pad ul li {\n text-align: justify;\n font-family: Tahoma;\n font-size: 14px;\n font-weight: bold;\n}\nhr,\n.fpost,\n.clip_box,\n.widget-title,\n.metabar a,\n#morefoot .widget-title,\n#site #dsq-content h3,\n.navigation_wrap,\n.setup_area,\n.fpost .post-thumb img,\n.clip .clip-thumb img,\n.author-thumb img,\nul.sf-menu ul li {\n border: none;\n}\n.page-item-91 {\n display: none;\n}\n.page-item-104 {\n display: none;\n}\n.page-item-112 {\n display: none;\n}\n.page-item-115 {\n display: none;\n}\n.page-item-130 {\n display: none;\n}\n.page-item-224 {\n display: none;\n}\n.page-item-388 {\n display: none;\n}\n.page-item-309 {\n display: none;\n}\n.page-item-396 {\n display: none;\n}\n.page-item-407 {\n display: none;\n}\n.page-item-420 {\n display: none;\n}\n.page-item-445 {\n display: none;\n}\n.page-item-458 {\n display: none;\n}\n.page-item-478 {\n display: none;\n}\n.page-item-634 {\n display: none;\n}\n#addressInput {\n width: 300px;\n}\n.sl_header img,\n.sl_header td,\n.sl_header #addressSubmit {\n float: left;\n}\n.wpcf7-form {\n margin-left: 20px;\n}\n.fullwidth #pagelines_content #column-main {\n width: 1000px;\n margin-left: 50px;\n margin-top: 50px;\n background-image: url(/wp-content/uploads/2013/04/background2.png);\n background-repeat: repeat;\n -moz-border-radius: 15px;\n border-radius: 15px;\n}\n\";s:6:\"c_time\";d:0.271459999999999979092280000259052030742168426513671875;s:4:\"time\";i:1441002411;}','no'),(40190,'_site_transient_timeout_theme_roots','1441008781','yes'),(40191,'_site_transient_theme_roots','a:1:{s:9:\"pagelines\";s:7:\"/themes\";}','yes'),(40192,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1441006982;s:8:\"response\";a:3:{s:46:\"another-wordpress-classifieds-plugin/awpcp.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7207\";s:4:\"slug\";s:36:\"another-wordpress-classifieds-plugin\";s:6:\"plugin\";s:46:\"another-wordpress-classifieds-plugin/awpcp.php\";s:11:\"new_version\";s:7:\"3.5.3.1\";s:3:\"url\";s:67:\"https://wordpress.org/plugins/another-wordpress-classifieds-plugin/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/another-wordpress-classifieds-plugin.zip\";}s:31:\"store-locator/store-locator.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"6120\";s:4:\"slug\";s:13:\"store-locator\";s:6:\"plugin\";s:31:\"store-locator/store-locator.php\";s:11:\"new_version\";s:4:\"3.76\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/store-locator/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/store-locator.3.76.zip\";}s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4884\";s:4:\"slug\";s:24:\"velvet-blues-update-urls\";s:6:\"plugin\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/velvet-blues-update-urls/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/velvet-blues-update-urls.3.2.4.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip\";}s:37:\"disable-comments/disable-comments.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"22847\";s:4:\"slug\";s:16:\"disable-comments\";s:6:\"plugin\";s:37:\"disable-comments/disable-comments.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/disable-comments.zip\";}s:51:\"full-page-full-width-backgroud-slider/fwbslider.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"33859\";s:4:\"slug\";s:37:\"full-page-full-width-backgroud-slider\";s:6:\"plugin\";s:51:\"full-page-full-width-backgroud-slider/fwbslider.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/full-page-full-width-backgroud-slider/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/full-page-full-width-backgroud-slider.zip\";}s:30:\"lightbox-plus/lightboxplus.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4129\";s:4:\"slug\";s:13:\"lightbox-plus\";s:6:\"plugin\";s:30:\"lightbox-plus/lightboxplus.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/lightbox-plus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/lightbox-plus.2.7.2.zip\";}s:31:\"my-custom-css/my-custom-css.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"21911\";s:4:\"slug\";s:13:\"my-custom-css\";s:6:\"plugin\";s:31:\"my-custom-css/my-custom-css.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/my-custom-css/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/my-custom-css.1.5.zip\";s:14:\"upgrade_notice\";s:56:\"Full compatible with Wordpress multisite (network mode)!\";}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7028\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:7:\"1.8.0.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/really-simple-captcha.1.8.0.1.zip\";}s:39:\"search-everything/search-everything.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"269\";s:4:\"slug\";s:17:\"search-everything\";s:6:\"plugin\";s:39:\"search-everything/search-everything.php\";s:11:\"new_version\";s:5:\"8.1.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/search-everything/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/search-everything.8.1.3.zip\";}s:61:\"very-simple-google-analytics/very-simple-google-analytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"29346\";s:4:\"slug\";s:28:\"very-simple-google-analytics\";s:6:\"plugin\";s:61:\"very-simple-google-analytics/very-simple-google-analytics.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/very-simple-google-analytics/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/very-simple-google-analytics.1.0.zip\";}s:15:\"wp-ui/wp-ui.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"24115\";s:4:\"slug\";s:5:\"wp-ui\";s:6:\"plugin\";s:15:\"wp-ui/wp-ui.php\";s:11:\"new_version\";s:5:\"0.8.8\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/wp-ui/\";s:7:\"package\";s:48:\"https://downloads.wordpress.org/plugin/wp-ui.zip\";s:14:\"upgrade_notice\";s:134:\"Now Compatible with 3.6 and above. Usual - Save the options, Clear cache. Keep watching GIT for quick updates. http://kav.in/u/wpuigit\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5899\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"2.3.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.2.3.4.zip\";}}}','yes'),(40194,'_transient_timeout_wpseo_sitemap_cache_1_1','1441094069','no'),(40195,'_transient_wpseo_sitemap_cache_1_1','<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n<sitemap>\n<loc>http://avalab.com/page-sitemap.xml</loc>\n<lastmod>2014-11-12T18:17:43+00:00</lastmod>\n</sitemap>\n<sitemap>\n<loc>http://avalab.com/feature-sets-sitemap.xml</loc>\n<lastmod></lastmod>\n</sitemap>\n<sitemap>\n<loc>http://avalab.com/box-sets-sitemap.xml</loc>\n<lastmod></lastmod>\n</sitemap>\n<sitemap>\n<loc>http://avalab.com/author-sitemap.xml</loc>\n<lastmod>2013-07-10T14:25:28+00:00</lastmod>\n</sitemap>\n</sitemapindex>','no'),(40196,'_transient_timeout_wpseo_sitemap_cache_page_1','1441094085','no'),(40197,'_transient_wpseo_sitemap_cache_page_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://avalab.com/</loc>\n <lastmod>2013-04-02T13:25:07+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>1</priority>\n </url>\n <url>\n <loc>http://avalab.com/about-us/</loc>\n <lastmod>2013-02-04T21:20:26+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/consultants/</loc>\n <lastmod>2014-11-11T21:42:44+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://avalab.com/wp-content/uploads/2013/04/logo2.png</image:loc>\n <image:title><![CDATA[PageLines logo.jpg]]></image:title>\n </image:image>\n <image:image>\n <image:loc>http://avalab.com/wp-content/uploads/2013/04/logo2.png</image:loc>\n <image:title><![CDATA[PageLines logo.jpg]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://avalab.com/labs/</loc>\n <lastmod>2014-11-11T21:40:44+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/contact-us/</loc>\n <lastmod>2014-11-12T18:17:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/services/</loc>\n <lastmod>2013-04-01T15:29:23+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/costs/</loc>\n <lastmod>2013-03-08T21:38:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/quality/</loc>\n <lastmod>2013-04-02T13:18:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/show-ad/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/reply-to-ad/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/edit-ad/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/place-ad/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/renew-ad/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/browse-ads/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/browse-categories/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/search-ads/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/payment-thank-you/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/awpcp/cancel-payment/</loc>\n <lastmod>2012-08-29T00:00:00+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://avalab.com/ava-associated-veterinarian/</loc>\n <lastmod>2014-10-09T18:15:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/vetscope-news-flash-jan-2007/</loc>\n <lastmod>2012-09-14T14:23:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/ava-difference/</loc>\n <lastmod>2013-04-02T13:27:28+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/results-online/</loc>\n <lastmod>2013-07-17T05:28:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/schuynet-help/</loc>\n <lastmod>2013-07-17T05:31:05+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/online-payment/</loc>\n <lastmod>2012-11-21T15:11:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/lab-codes/</loc>\n <lastmod>2013-03-08T21:35:23+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/tests/</loc>\n <lastmod>2012-11-21T19:40:03+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/panels/</loc>\n <lastmod>2013-01-22T02:50:16+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/login-results-online/</loc>\n <lastmod>2012-12-26T21:44:43+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/test/</loc>\n <lastmod>2013-04-01T17:06:11+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/latest-news/</loc>\n <lastmod>2013-04-02T13:34:49+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n</urlset>','no'),(40198,'_transient_timeout_wpseo_sitemap_cache_feature-sets_1','1441094095','no'),(40199,'_transient_wpseo_sitemap_cache_feature-sets_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://avalab.com/feature-sets/default-features/</loc>\n <lastmod>2012-08-27T16:53:53+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n</urlset>','no'),(40200,'_transient_timeout_wpseo_sitemap_cache_box-sets_1','1441094105','no'),(40201,'_transient_wpseo_sitemap_cache_box-sets_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://avalab.com/box-sets/default-boxes/</loc>\n <lastmod>2012-08-27T16:53:53+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n</urlset>','no'),(40202,'_transient_timeout_wpseo_sitemap_cache_author_1','1441094111','no'),(40203,'_transient_wpseo_sitemap_cache_author_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://avalab.com/author/britney/</loc>\n <lastmod>2013-07-10T14:25:28+00:00</lastmod>\n <changefreq>daily</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://avalab.com/author/admin/</loc>\n <lastmod>2014-06-10T23:30:38+00:00</lastmod>\n <changefreq>daily</changefreq>\n <priority>0.8</priority>\n </url>\n</urlset>','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pageflipbook` -- DROP TABLE IF EXISTS `wp_pageflipbook`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pageflipbook` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `adresse` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `lien` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `detachable` tinyint(1) NOT NULL DEFAULT '0', `is_double` tinyint(1) NOT NULL DEFAULT '0', `is_preloaded` tinyint(1) NOT NULL DEFAULT '0', `categorie` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `position` int(50) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pageflipbook` -- LOCK TABLES `wp_pageflipbook` WRITE; /*!40000 ALTER TABLE `wp_pageflipbook` DISABLE KEYS */; INSERT INTO `wp_pageflipbook` VALUES (1,'gD7g7bh.jpg','http://',0,0,0,'',0),(2,'YMqfA1p.jpg','http://',0,1,0,'',1); /*!40000 ALTER TABLE `wp_pageflipbook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3260 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,5,'_wp_attached_file','2012/08/fotolia_41555494.jpg'),(5,5,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"431\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'114\'\";s:4:\"file\";s:28:\"2012/08/fotolia_41555494.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"fotolia_41555494-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"fotolia_41555494-300x252.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"252\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"fotolia_41555494-512x288.jpg\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:28:\"fotolia_41555494-512x288.jpg\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:28:\"fotolia_41555494-356x300.jpg\";s:5:\"width\";s:3:\"356\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Andres Rodriguez\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Andres Rodriguez\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:19:\"Female veterinarian\";}}'),(16,11,'feature-thumb','http://avalab.com/wp-content/themes/pagelines/sections/features/images/fthumb1.png'),(17,11,'feature-link-url','#fake_link'),(18,11,'feature-style','text-none'),(19,11,'feature-media',''),(20,11,'feature-background-image','http://avalab.com/wp-content/themes/pagelines/sections/features/images/feature1.jpg'),(21,11,'feature-design',''),(22,12,'feature-thumb','http://avalab.com/wp-content/themes/pagelines/sections/features/images/fthumb2.png'),(23,12,'feature-link-url','#fake_link'),(24,12,'feature-style','text-none'),(25,12,'feature-media',''),(26,12,'feature-background-image','http://avalab.com/wp-content/themes/pagelines/sections/features/images/feature2.jpg'),(27,12,'feature-design',''),(28,13,'feature-thumb','http://avalab.com/wp-content/themes/pagelines/sections/features/images/fthumb3.png'),(29,13,'feature-link-url','#fake_link'),(30,13,'feature-style','text-none'),(31,13,'feature-media',''),(32,13,'feature-background-image','http://avalab.com/wp-content/themes/pagelines/sections/features/images/feature3.jpg'),(33,13,'feature-design',''),(34,14,'feature-thumb','http://avalab.com/wp-content/themes/pagelines/sections/features/images/fthumb4.png'),(35,14,'feature-link-url','#fake_link'),(36,14,'feature-style','text-none'),(37,14,'feature-media',''),(38,14,'feature-background-image','http://avalab.com/wp-content/themes/pagelines/sections/features/images/feature4.jpg'),(39,14,'feature-design',''),(40,15,'feature-thumb','http://avalab.com/wp-content/themes/pagelines/sections/features/images/fthumb5.png'),(41,15,'feature-link-url','#fake_link'),(42,15,'feature-style','text-none'),(43,15,'feature-media',''),(44,15,'feature-background-image','http://avalab.com/wp-content/themes/pagelines/sections/features/images/feature5.jpg'),(45,15,'feature-design',''),(46,16,'the_box_icon','http://avalab.com/wp-content/themes/pagelines/sections/boxes/images/fbox1.png'),(47,17,'the_box_icon','http://avalab.com/wp-content/themes/pagelines/sections/boxes/images/fbox2.png'),(48,18,'the_box_icon','http://avalab.com/wp-content/themes/pagelines/sections/boxes/images/fbox3.png'),(49,19,'_wp_attached_file','2012/08/fotolia_32361635.jpg'),(50,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"341\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:28:\"2012/08/fotolia_32361635.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"fotolia_32361635-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"fotolia_32361635-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"Sebastian Duda\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"Sebastian Duda\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Laboratory\";}}'),(51,20,'_wp_attached_file','2012/08/fotolia_21937415.jpg'),(52,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"341\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:28:\"2012/08/fotolia_21937415.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"fotolia_21937415-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"fotolia_21937415-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"iceteaimages\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"iceteaimages\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"Young researcher\";}}'),(53,21,'_wp_attached_file','2012/08/fotolia_43704859.jpg'),(54,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"312\";s:6:\"height\";s:3:\"512\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'58\'\";s:4:\"file\";s:28:\"2012/08/fotolia_43704859.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"fotolia_43704859-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"fotolia_43704859-182x300.jpg\";s:5:\"width\";s:3:\"182\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Yuri Arcurs\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Yuri Arcurs\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:43:\"You can trust me with your dog\'s healthcare\";}}'),(61,25,'_wp_attached_file','2012/08/header_logo2.png'),(62,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'23\' width=\'128\'\";s:4:\"file\";s:24:\"2012/08/header_logo2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"header_logo2-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"header_logo2-300x54.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"54\";}s:5:\"large\";a:3:{s:4:\"file\";s:25:\"header_logo2-1024x186.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"186\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(63,26,'_edit_last','1'),(64,26,'_edit_lock','1365448442:1'),(65,26,'fwb_disable',''),(66,26,'fwb_check',''),(67,26,'fwbslide1',''),(68,26,'fwbslide2',''),(69,26,'fwbslide3',''),(70,26,'fwbslide4',''),(71,26,'fwbslide5',''),(72,26,'fwbslide6',''),(73,26,'_wp_page_template','default'),(74,29,'_edit_last','1'),(75,29,'fwb_disable',''),(76,29,'fwb_check',''),(77,29,'fwbslide1',''),(78,29,'fwbslide2',''),(79,29,'fwbslide3',''),(80,29,'fwbslide4',''),(81,29,'fwbslide5',''),(82,29,'fwbslide6',''),(83,29,'_wp_page_template','default'),(84,29,'_edit_lock','1360075206:1'),(85,31,'_edit_last','1'),(86,31,'fwb_disable',''),(87,31,'fwb_check',''),(88,31,'fwbslide1',''),(89,31,'fwbslide2',''),(90,31,'fwbslide3',''),(91,31,'fwbslide4',''),(92,31,'fwbslide5',''),(93,31,'fwbslide6',''),(94,31,'_wp_page_template','default'),(95,31,'_edit_lock','1415811201:1'),(96,33,'_edit_last','1'),(97,33,'fwb_disable',''),(98,33,'fwb_check',''),(99,33,'fwbslide1',''),(100,33,'fwbslide2',''),(101,33,'fwbslide3',''),(102,33,'fwbslide4',''),(103,33,'fwbslide5',''),(104,33,'fwbslide6',''),(105,33,'_wp_page_template','default'),(106,33,'_edit_lock','1415811173:1'),(118,37,'_edit_last','1'),(119,37,'fwb_disable',''),(120,37,'fwb_check',''),(121,37,'fwbslide1',''),(122,37,'fwbslide2',''),(123,37,'fwbslide3',''),(124,37,'fwbslide4',''),(125,37,'fwbslide5',''),(126,37,'fwbslide6',''),(127,37,'_wp_page_template','default'),(128,37,'_edit_lock','1415816172:1'),(133,42,'_wp_attached_file','2012/08/dog-bone.png'),(134,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"106\";s:6:\"height\";s:2:\"36\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'106\'\";s:4:\"file\";s:20:\"2012/08/dog-bone.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(139,46,'_wp_attached_file','2012/08/content-background.png'),(140,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'80\'\";s:4:\"file\";s:30:\"2012/08/content-background.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"content-background-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"content-background-250x300.png\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(145,53,'_wp_attached_file','2012/08/cta1-AVA-Vets.png'),(146,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"304\";s:6:\"height\";s:3:\"124\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:25:\"2012/08/cta1-AVA-Vets.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"cta1-AVA-Vets-150x124.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"124\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"cta1-AVA-Vets-300x122.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(149,61,'_wp_attached_file','2012/08/cta3-quality.png'),(150,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"304\";s:6:\"height\";s:3:\"124\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:24:\"2012/08/cta3-quality.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"cta3-quality-150x124.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"124\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"cta3-quality-300x122.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(151,72,'_menu_item_type','post_type'),(152,72,'_menu_item_menu_item_parent','0'),(153,72,'_menu_item_object_id','37'),(154,72,'_menu_item_object','page'),(155,72,'_menu_item_target',''),(156,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(157,72,'_menu_item_xfn',''),(158,72,'_menu_item_url',''),(169,74,'_menu_item_type','post_type'),(170,74,'_menu_item_menu_item_parent','0'),(171,74,'_menu_item_object_id','33'),(172,74,'_menu_item_object','page'),(173,74,'_menu_item_target',''),(174,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,74,'_menu_item_xfn',''),(176,74,'_menu_item_url',''),(178,75,'_menu_item_type','post_type'),(179,75,'_menu_item_menu_item_parent','0'),(180,75,'_menu_item_object_id','31'),(181,75,'_menu_item_object','page'),(182,75,'_menu_item_target',''),(183,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(184,75,'_menu_item_xfn',''),(185,75,'_menu_item_url',''),(187,76,'_menu_item_type','post_type'),(188,76,'_menu_item_menu_item_parent','0'),(189,76,'_menu_item_object_id','29'),(190,76,'_menu_item_object','page'),(191,76,'_menu_item_target',''),(192,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,76,'_menu_item_xfn',''),(194,76,'_menu_item_url',''),(196,77,'_menu_item_type','post_type'),(197,77,'_menu_item_menu_item_parent','0'),(198,77,'_menu_item_object_id','26'),(199,77,'_menu_item_object','page'),(200,77,'_menu_item_target',''),(201,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(202,77,'_menu_item_xfn',''),(203,77,'_menu_item_url',''),(205,78,'_wp_attached_file','2012/08/logo.jpg'),(206,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"193\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:16:\"2012/08/logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"logo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(207,79,'_wp_attached_file','2012/08/footer_logo.png'),(208,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"101\";s:6:\"height\";s:2:\"78\";s:14:\"hwstring_small\";s:23:\"height=\'78\' width=\'101\'\";s:4:\"file\";s:23:\"2012/08/footer_logo.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(209,80,'_wp_attached_file','2012/08/fav_icon.png'),(210,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"37\";s:6:\"height\";s:2:\"23\";s:14:\"hwstring_small\";s:22:\"height=\'23\' width=\'37\'\";s:4:\"file\";s:20:\"2012/08/fav_icon.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(217,84,'_wp_attached_file','2012/08/Fotolia_15768450_Subscription_Monthly_XL1.jpg'),(218,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1950\";s:6:\"height\";s:4:\"1085\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:53:\"2012/08/Fotolia_15768450_Subscription_Monthly_XL1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:53:\"Fotolia_15768450_Subscription_Monthly_XL1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:53:\"Fotolia_15768450_Subscription_Monthly_XL1-300x166.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"166\";}s:5:\"large\";a:3:{s:4:\"file\";s:54:\"Fotolia_15768450_Subscription_Monthly_XL1-1024x569.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"569\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(219,85,'_wp_attached_file','2012/08/Fotolia_32361635_Subscription_Monthly_XXL.jpg'),(220,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1950\";s:6:\"height\";s:4:\"1085\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:53:\"2012/08/Fotolia_32361635_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:53:\"Fotolia_32361635_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:53:\"Fotolia_32361635_Subscription_Monthly_XXL-300x166.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"166\";}s:5:\"large\";a:3:{s:4:\"file\";s:54:\"Fotolia_32361635_Subscription_Monthly_XXL-1024x569.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"569\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(221,86,'_wp_attached_file','2012/08/Fotolia_41555494_Subscription_Monthly_XXL.jpg'),(222,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1950\";s:6:\"height\";s:4:\"1085\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:53:\"2012/08/Fotolia_41555494_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:53:\"Fotolia_41555494_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:53:\"Fotolia_41555494_Subscription_Monthly_XXL-300x166.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"166\";}s:5:\"large\";a:3:{s:4:\"file\";s:54:\"Fotolia_41555494_Subscription_Monthly_XXL-1024x569.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"569\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(223,87,'_wp_attached_file','2012/08/Fotolia_43704859_Subscription_Monthly_XXL.jpg'),(224,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1950\";s:6:\"height\";s:4:\"1085\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:53:\"2012/08/Fotolia_43704859_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:53:\"Fotolia_43704859_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:53:\"Fotolia_43704859_Subscription_Monthly_XXL-300x166.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"166\";}s:5:\"large\";a:3:{s:4:\"file\";s:54:\"Fotolia_43704859_Subscription_Monthly_XXL-1024x569.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"569\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(227,89,'_wp_attached_file','2012/08/find-a-pet-adoption.png'),(228,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:31:\"2012/08/find-a-pet-adoption.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"find-a-pet-adoption-150x122.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(229,90,'_wp_attached_file','2012/08/AVA_associated-veteran.png'),(230,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:34:\"2012/08/AVA_associated-veteran.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"AVA_associated-veteran-150x122.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(231,91,'_edit_last','1'),(232,91,'_edit_lock','1364849904:1'),(233,92,'_wp_attached_file','2012/08/lightbox_background.png'),(234,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:31:\"2012/08/lightbox_background.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"lightbox_background-150x122.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(235,93,'_wp_attached_file','2012/08/services.png'),(236,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"101\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'79\'\";s:4:\"file\";s:20:\"2012/08/services.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(243,97,'_wp_attached_file','2012/08/quality.png'),(244,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'70\'\";s:4:\"file\";s:19:\"2012/08/quality.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(245,98,'_wp_attached_file','2012/08/cost.png'),(246,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"88\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'69\'\";s:4:\"file\";s:16:\"2012/08/cost.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(247,91,'fwb_disable',''),(248,91,'fwb_check',''),(249,91,'fwbslide1',''),(250,91,'fwbslide2',''),(251,91,'fwbslide3',''),(252,91,'fwbslide4',''),(253,91,'fwbslide5',''),(254,91,'fwbslide6',''),(255,91,'_wp_page_template','default'),(256,91,'_hide_header_PageLinesBranding',''),(257,91,'_hide_header_PageLinesNav',''),(258,91,'_hide_header_PageLinesSecondNav',''),(259,91,'_hide_main-default_PageLinesComments','on'),(260,91,'_hide_morefoot_PageLinesHighlight',''),(261,91,'_hide_sidebar1_UniversalSidebar','on'),(262,91,'_hide_sidebar2_SecondarySidebar','on'),(275,104,'_edit_last','1'),(276,104,'_edit_lock','1362778675:1'),(277,104,'fwb_disable',''),(278,104,'fwb_check',''),(279,104,'fwbslide1',''),(280,104,'fwbslide2',''),(281,104,'fwbslide3',''),(282,104,'fwbslide4',''),(283,104,'fwbslide5',''),(284,104,'fwbslide6',''),(285,104,'_wp_page_template','default'),(286,104,'_hide_header_PageLinesBranding',''),(287,104,'_hide_header_PageLinesNav',''),(288,104,'_hide_header_PageLinesSecondNav',''),(289,104,'_hide_main-default_PageLinesPostLoop',''),(290,104,'_hide_main-default_PageLinesComments','on'),(291,104,'_hide_morefoot_PageLinesHighlight',''),(292,104,'_hide_sidebar1_UniversalSidebar','on'),(293,104,'_hide_sidebar2_SecondarySidebar','on'),(294,112,'_edit_last','1'),(295,112,'_edit_lock','1364908604:1'),(296,112,'fwb_disable',''),(297,112,'fwb_check',''),(298,112,'fwbslide1',''),(299,112,'fwbslide2',''),(300,112,'fwbslide3',''),(301,112,'fwbslide4',''),(302,112,'fwbslide5',''),(303,112,'fwbslide6',''),(304,112,'_wp_page_template','default'),(305,112,'_hide_header_PageLinesBranding',''),(306,112,'_hide_header_PageLinesNav',''),(307,112,'_hide_header_PageLinesSecondNav',''),(308,112,'_hide_morefoot_PageLinesHighlight',''),(309,112,'_hide_sidebar1_UniversalSidebar','on'),(310,112,'_hide_sidebar2_SecondarySidebar','on'),(324,115,'_edit_lock','1346260374:1'),(325,130,'_edit_last','1'),(326,130,'_edit_lock','1412878400:1'),(327,130,'fwb_disable',''),(328,130,'fwb_check',''),(329,130,'fwbslide1',''),(330,130,'fwbslide2',''),(331,130,'fwbslide3',''),(332,130,'fwbslide4',''),(333,130,'fwbslide5',''),(334,130,'fwbslide6',''),(335,130,'_wp_page_template','default'),(616,206,'_wp_attached_file','2012/09/bone_2.png'),(617,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"101\";s:6:\"height\";s:2:\"35\";s:14:\"hwstring_small\";s:23:\"height=\'35\' width=\'101\'\";s:4:\"file\";s:18:\"2012/09/bone_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(740,224,'_edit_last','1'),(741,224,'fwb_disable',''),(742,224,'fwb_check',''),(743,224,'fwbslide1',''),(744,224,'fwbslide2',''),(745,224,'fwbslide3',''),(746,224,'fwbslide4',''),(747,224,'fwbslide5',''),(748,224,'fwbslide6',''),(749,224,'_wp_page_template','default'),(750,224,'_edit_lock','1347632582:1'),(778,224,'_hide_header_PageLinesBranding','on'),(779,224,'_hide_header_PageLinesNav','on'),(780,224,'_hide_header_PageLinesSecondNav','on'),(781,224,'_hide_main-default_PageLinesComments','on'),(782,224,'_hide_morefoot_PageLinesHighlight','on'),(783,224,'_hide_sidebar1_UniversalSidebar','on'),(784,224,'_hide_sidebar2_SecondarySidebar','on'),(1051,284,'_wp_attached_file','2012/09/background.png'),(1052,284,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:2:\"41\";s:14:\"hwstring_small\";s:22:\"height=\'8\' width=\'128\'\";s:4:\"file\";s:22:\"2012/09/background.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"background-150x41.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"41\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"background-300x20.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"20\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1055,287,'_wp_attached_file','2012/09/vetscope-jan07.pdf'),(1056,287,'_wp_attachment_metadata','a:0:{}'),(1123,300,'_wp_attached_file','2012/08/home-bone.png'),(1124,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"149\";s:6:\"height\";s:2:\"75\";s:14:\"hwstring_small\";s:23:\"height=\'64\' width=\'128\'\";s:4:\"file\";s:21:\"2012/08/home-bone.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1125,303,'_wp_attached_file','2012/08/home-bone1.png'),(1126,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"149\";s:6:\"height\";s:2:\"75\";s:14:\"hwstring_small\";s:23:\"height=\'64\' width=\'128\'\";s:4:\"file\";s:22:\"2012/08/home-bone1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1127,306,'_wp_attached_file','2012/08/home-bone2.png'),(1128,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"149\";s:6:\"height\";s:2:\"75\";s:14:\"hwstring_small\";s:23:\"height=\'64\' width=\'128\'\";s:4:\"file\";s:22:\"2012/08/home-bone2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1129,309,'_edit_last','1'),(1130,309,'_edit_lock','1364909148:1'),(1131,309,'fwb_disable',''),(1132,309,'fwb_check',''),(1133,309,'fwbslide1',''),(1134,309,'fwbslide2',''),(1135,309,'fwbslide3',''),(1136,309,'fwbslide4',''),(1137,309,'fwbslide5',''),(1138,309,'fwbslide6',''),(1139,309,'_wp_page_template','default'),(1140,309,'_hide_header_PageLinesBranding',''),(1141,309,'_hide_header_PageLinesNav',''),(1142,309,'_hide_header_PageLinesSecondNav',''),(1143,309,'_hide_main-default_PageLinesComments','on'),(1144,309,'_hide_morefoot_PageLinesHighlight',''),(1145,309,'_hide_sidebar1_UniversalSidebar',''),(1146,309,'_hide_sidebar2_SecondarySidebar','on'),(1147,314,'_wp_attached_file','2012/08/bone_2.png'),(1148,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"101\";s:6:\"height\";s:2:\"35\";s:14:\"hwstring_small\";s:23:\"height=\'35\' width=\'101\'\";s:4:\"file\";s:18:\"2012/08/bone_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1212,322,'_wp_attached_file','2012/08/avareq.pdf'),(1213,322,'_wp_attachment_metadata','a:0:{}'),(1370,132,'_form','<p>Your Name*: [text* your-name 30/] </p>\n\n<p>Your Email*: [email* your-email 30/] </p>\n\n<p>Number*:      [text* telephone 30/] </p>\n\n<p>Subject:        [text your-subject 30/] </p>\n\n<p>Your Message: [textarea your-message 50x4] </p>\n\n\n<p>[submit \"Send\"]</p>'),(1371,132,'_mail','a:7:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:15:\"avalab@live.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1372,132,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1373,132,'_messages','a:14:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";}'),(1374,132,'_additional_settings',''),(1382,31,'fwboverlay',''),(1383,31,'fwboveffectonly','images/overlay/01.png'),(1384,31,'fwbslide7',''),(1385,31,'fwbslide8',''),(1386,31,'fwbslide9',''),(1387,31,'fwbslide10',''),(1420,33,'fwboverlay',''),(1421,33,'fwboveffectonly','images/overlay/01.png'),(1422,33,'fwbslide7',''),(1423,33,'fwbslide8',''),(1424,33,'fwbslide9',''),(1425,33,'fwbslide10',''),(1489,37,'fwboverlay',''),(1490,37,'fwboveffectonly','images/overlay/01.png'),(1491,37,'fwbslide7',''),(1492,37,'fwbslide8',''),(1493,37,'fwbslide9',''),(1494,37,'fwbslide10',''),(1525,37,'_aioseop_keywords','adopt a pet, pet for adoption, pet adoption, cat for adoption, dog for adoption, adopt a cat, adopt a dog, find a pet cat, find a pet dog, pets for adoption, pet services'),(1526,37,'_aioseop_description','Fill out this form for call back from Advanced Veterinary Analysis Laboratory'),(1527,37,'_aioseop_title','A Veterinarians First Choice, Contact Us!'),(1528,26,'fwboverlay',''),(1529,26,'fwboveffectonly','images/overlay/01.png'),(1530,26,'fwbslide7',''),(1531,26,'fwbslide8',''),(1532,26,'fwbslide9',''),(1533,26,'fwbslide10',''),(1555,29,'fwboverlay',''),(1556,29,'fwboveffectonly','images/overlay/01.png'),(1557,29,'fwbslide7',''),(1558,29,'fwbslide8',''),(1559,29,'fwbslide9',''),(1560,29,'fwbslide10',''),(1569,387,'_wp_attached_file','2012/11/lab_results.png'),(1570,387,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:23:\"2012/11/lab_results.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"lab_results-150x122.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1571,388,'_edit_last','1'),(1572,388,'_edit_lock','1423665947:1'),(1573,388,'fwb_disable',''),(1574,388,'fwb_check',''),(1575,388,'fwboverlay',''),(1576,388,'fwboveffectonly','images/overlay/01.png'),(1577,388,'fwbslide1',''),(1578,388,'fwbslide2',''),(1579,388,'fwbslide3',''),(1580,388,'fwbslide4',''),(1581,388,'fwbslide5',''),(1582,388,'fwbslide6',''),(1583,388,'fwbslide7',''),(1584,388,'fwbslide8',''),(1585,388,'fwbslide9',''),(1586,388,'fwbslide10',''),(1587,388,'_wp_page_template','default'),(1588,396,'_edit_last','1'),(1589,396,'_edit_lock','1374039530:1'),(1590,396,'fwb_disable',''),(1591,396,'fwb_check',''),(1592,396,'fwboverlay',''),(1593,396,'fwboveffectonly','images/overlay/01.png'),(1594,396,'fwbslide1',''),(1595,396,'fwbslide2',''),(1596,396,'fwbslide3',''),(1597,396,'fwbslide4',''),(1598,396,'fwbslide5',''),(1599,396,'fwbslide6',''),(1600,396,'fwbslide7',''),(1601,396,'fwbslide8',''),(1602,396,'fwbslide9',''),(1603,396,'fwbslide10',''),(1604,396,'_wp_page_template','default'),(1627,407,'_edit_last','1'),(1628,407,'_edit_lock','1353510678:1'),(1629,407,'fwb_disable',''),(1630,407,'fwb_check',''),(1631,407,'fwboverlay',''),(1632,407,'fwboveffectonly','images/overlay/01.png'),(1633,407,'fwbslide1',''),(1634,407,'fwbslide2',''),(1635,407,'fwbslide3',''),(1636,407,'fwbslide4',''),(1637,407,'fwbslide5',''),(1638,407,'fwbslide6',''),(1639,407,'fwbslide7',''),(1640,407,'fwbslide8',''),(1641,407,'fwbslide9',''),(1642,407,'fwbslide10',''),(1643,407,'_wp_page_template','default'),(1646,410,'_wp_attached_file','2012/11/Online_Payment.png'),(1647,410,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"122\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:26:\"2012/11/Online_Payment.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Online_Payment-150x122.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"122\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1681,420,'_edit_last','1'),(1682,420,'_edit_lock','1363015052:1'),(1683,420,'fwb_disable',''),(1684,420,'fwb_check',''),(1685,420,'fwboverlay',''),(1686,420,'fwboveffectonly','images/overlay/01.png'),(1687,420,'fwbslide1',''),(1688,420,'fwbslide2',''),(1689,420,'fwbslide3',''),(1690,420,'fwbslide4',''),(1691,420,'fwbslide5',''),(1692,420,'fwbslide6',''),(1693,420,'fwbslide7',''),(1694,420,'fwbslide8',''),(1695,420,'fwbslide9',''),(1696,420,'fwbslide10',''),(1697,420,'_wp_page_template','default'),(1718,445,'_edit_last','1'),(1719,445,'_edit_lock','1359989552:1'),(1720,445,'fwb_disable',''),(1721,445,'fwb_check',''),(1722,445,'fwboverlay',''),(1723,445,'fwboveffectonly','images/overlay/01.png'),(1724,445,'fwbslide1',''),(1725,445,'fwbslide2',''),(1726,445,'fwbslide3',''),(1727,445,'fwbslide4',''),(1728,445,'fwbslide5',''),(1729,445,'fwbslide6',''),(1730,445,'fwbslide7',''),(1731,445,'fwbslide8',''),(1732,445,'fwbslide9',''),(1733,445,'fwbslide10',''),(1734,445,'_wp_page_template','default'),(1753,458,'_edit_last','1'),(1754,458,'_edit_lock','1363014772:1'),(1755,458,'fwb_disable',''),(1756,458,'fwb_check',''),(1757,458,'fwboverlay',''),(1758,458,'fwboveffectonly','images/overlay/01.png'),(1759,458,'fwbslide1',''),(1760,458,'fwbslide2',''),(1761,458,'fwbslide3',''),(1762,458,'fwbslide4',''),(1763,458,'fwbslide5',''),(1764,458,'fwbslide6',''),(1765,458,'fwbslide7',''),(1766,458,'fwbslide8',''),(1767,458,'fwbslide9',''),(1768,458,'fwbslide10',''),(1769,458,'_wp_page_template','default'),(1852,478,'_edit_last','1'),(1853,478,'_edit_lock','1356561469:1'),(1854,478,'fwb_disable',''),(1855,478,'fwb_check',''),(1856,478,'fwboverlay',''),(1857,478,'fwboveffectonly','images/overlay/01.png'),(1858,478,'fwbslide1',''),(1859,478,'fwbslide2',''),(1860,478,'fwbslide3',''),(1861,478,'fwbslide4',''),(1862,478,'fwbslide5',''),(1863,478,'fwbslide6',''),(1864,478,'fwbslide7',''),(1865,478,'fwbslide8',''),(1866,478,'fwbslide9',''),(1867,478,'fwbslide10',''),(1868,478,'_wp_page_template','default'),(1869,482,'_wp_attached_file','2013/01/Lab-req004.pdf'),(1870,482,'_wp_attachment_metadata','a:0:{}'),(1889,485,'_wp_attached_file','2013/01/Pathology003.pdf'),(1890,485,'_wp_attachment_metadata','a:0:{}'),(1900,506,'_wp_attached_file','2013/01/Protocols.pdf'),(1901,506,'_wp_attachment_metadata','a:0:{}'),(1992,557,'_wp_attached_file','2013/01/req-form026.pdf'),(1993,557,'_wp_attachment_metadata','a:0:{}'),(1994,558,'_wp_attached_file','2013/01/supply-form025.pdf'),(1995,558,'_wp_attachment_metadata','a:0:{}'),(2043,91,'fwboverlay',''),(2044,91,'fwboveffectonly','images/overlay/01.png'),(2045,91,'fwbslide7',''),(2046,91,'fwbslide8',''),(2047,91,'fwbslide9',''),(2048,91,'fwbslide10',''),(2058,634,'_edit_last','1'),(2059,634,'_edit_lock','1364836394:1'),(2060,634,'fwb_disable',''),(2061,634,'fwb_check',''),(2062,634,'fwboverlay',''),(2063,634,'fwboveffectonly','images/overlay/01.png'),(2064,634,'fwbslide1',''),(2065,634,'fwbslide2',''),(2066,634,'fwbslide3',''),(2067,634,'fwbslide4',''),(2068,634,'fwbslide5',''),(2069,634,'fwbslide6',''),(2070,634,'fwbslide7',''),(2071,634,'fwbslide8',''),(2072,634,'fwbslide9',''),(2073,634,'fwbslide10',''),(2074,634,'_wp_page_template','default'),(2075,122,'_edit_lock','1359989822:1'),(2091,29,'_aioseop_keywords','veterinary hospital services, vet hospital services, vet testing, animal clinical procedures, animal laboratory services, veterinarian, veterinarian lab analysis, animal clinical results'),(2092,29,'_aioseop_description','Advanced Veterinary Analysis Laboratory offers the highest standard of veterinary services in Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties. '),(2093,29,'_aioseop_title','About Advanced Veterinary Analysis Laboratory, your veterinarians first choice.'),(2103,104,'fwboverlay',''),(2104,104,'fwboveffectonly','images/overlay/01.png'),(2105,104,'fwbslide7',''),(2106,104,'fwbslide8',''),(2107,104,'fwbslide9',''),(2108,104,'fwbslide10',''),(2109,112,'fwboverlay',''),(2110,112,'fwboveffectonly','images/overlay/01.png'),(2111,112,'fwbslide7',''),(2112,112,'fwbslide8',''),(2113,112,'fwbslide9',''),(2114,112,'fwbslide10',''),(2115,112,'page_background_image_url','http://wp-content/uploads/2012/08/Fotolia_15768450_Subscription_Monthly_XL1.jpg'),(2116,775,'_wp_attached_file','2013/03/PATHOLOGY-FORM.pdf'),(2117,775,'_wp_attachment_metadata','a:0:{}'),(2204,793,'_wp_attached_file','2012/08/req-form026-fillable.pdf'),(2205,793,'_wp_attachment_metadata','a:0:{}'),(2413,31,'_pagelines_layout_mode','fullwidth'),(2423,31,'_hide_sidebar1_UniversalSidebar',''),(2784,31,'page_background_image_url','http://images/overlay/01.png'),(2788,872,'_wp_attached_file','2012/08/PATHOLOGY-FORM-Fillable.pdf'),(2789,872,'_wp_attachment_metadata','a:0:{}'),(2805,33,'_aioseop_keywords','veterinary lab results, vet lab results, veterinary supplies, vet supplies, animal laboratory supplies, pet lab orders, vet lab orders, laboratory supplies, veterinarian supply order form, laboratory request order form, lab request order form, '),(2806,33,'_aioseop_description','Order labs, supplies, or obtain lab results online easily.'),(2807,33,'_aioseop_title','Advanced Vaterinary Analysis Laboratory Lab and Supply Order Forms'),(2835,112,'_pagelines_layout_mode','one-sidebar-right'),(2836,309,'fwboverlay',''),(2837,309,'fwboveffectonly','images/overlay/01.png'),(2838,309,'fwbslide7',''),(2839,309,'fwbslide8',''),(2840,309,'fwbslide9',''),(2841,309,'fwbslide10',''),(2842,309,'_pagelines_layout_mode','one-sidebar-right'),(2878,890,'_edit_last','1'),(2879,890,'_edit_lock','1366144590:1'),(2880,890,'fwb_disable',''),(2881,890,'fwb_check',''),(2882,890,'fwboverlay',''),(2883,890,'fwboveffectonly','images/overlay/01.png'),(2884,890,'fwbslide1',''),(2885,890,'fwbslide2',''),(2886,890,'fwbslide3',''),(2887,890,'fwbslide4',''),(2888,890,'fwbslide5',''),(2889,890,'fwbslide6',''),(2890,890,'fwbslide7',''),(2891,890,'fwbslide8',''),(2892,890,'fwbslide9',''),(2893,890,'fwbslide10',''),(2894,890,'_wp_page_template','default'),(2895,890,'_pagelines_layout_mode','one-sidebar-right'),(2896,892,'_wp_attached_file','2013/04/background2.png'),(2897,892,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:2:\"41\";s:14:\"hwstring_small\";s:22:\"height=\'4\' width=\'128\'\";s:4:\"file\";s:23:\"2013/04/background2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"background2-150x41.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"41\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"background2-300x11.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"11\";}s:5:\"large\";a:3:{s:4:\"file\";s:23:\"background2-1024x38.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:2:\"38\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2898,894,'_menu_item_type','post_type'),(2899,894,'_menu_item_menu_item_parent','0'),(2900,894,'_menu_item_object_id','890'),(2901,894,'_menu_item_object','page'),(2902,894,'_menu_item_target',''),(2903,894,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2904,894,'_menu_item_xfn',''),(2905,894,'_menu_item_url',''),(2907,895,'_wp_attached_file','2013/04/logo2.png'),(2908,895,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"193\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:17:\"2013/04/logo2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"logo2-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2996,5,'_edit_lock','1365540095:1'),(2997,84,'_edit_lock','1365540108:1'),(2998,85,'_edit_lock','1365540191:1'),(2999,86,'_edit_lock','1365540197:1'),(3000,87,'_edit_lock','1365540202:1'),(3005,31,'fwbBgChkbox',''),(3006,31,'fwbBgcolor','#F7D2D2'),(3022,911,'_wp_attached_file','2013/04/Fotolia_15768450-Dog-Tennis-Ball-SM.jpg'),(3023,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1085;s:4:\"file\";s:47:\"2013/04/Fotolia_15768450-Dog-Tennis-Ball-SM.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Fotolia_15768450-Dog-Tennis-Ball-SM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Fotolia_15768450-Dog-Tennis-Ball-SM-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Fotolia_15768450-Dog-Tennis-Ball-SM-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3024,912,'_wp_attached_file','2013/04/Fotolia_35348146_Subscription_Monthly_SM.jpg'),(3025,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1085;s:4:\"file\";s:52:\"2013/04/Fotolia_35348146_Subscription_Monthly_SM.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_35348146_Subscription_Monthly_SM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_35348146_Subscription_Monthly_SM-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Fotolia_35348146_Subscription_Monthly_SM-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3026,912,'_edit_lock','1366142203:1'),(3027,913,'_wp_attached_file','2013/04/Fotolia_35348146_Subscription_Monthly_SM1.jpg'),(3028,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1085;s:4:\"file\";s:53:\"2013/04/Fotolia_35348146_Subscription_Monthly_SM1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_35348146_Subscription_Monthly_SM1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_35348146_Subscription_Monthly_SM1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Fotolia_35348146_Subscription_Monthly_SM1-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3029,914,'_wp_attached_file','2013/04/Fotolia_15768450-Dog-Tennis-Ball-SM1.jpg'),(3030,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1085;s:4:\"file\";s:48:\"2013/04/Fotolia_15768450-Dog-Tennis-Ball-SM1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Fotolia_15768450-Dog-Tennis-Ball-SM1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Fotolia_15768450-Dog-Tennis-Ball-SM1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Fotolia_15768450-Dog-Tennis-Ball-SM1-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3118,31,'_aioseop_keywords','vet consultants, veterinary consultants, veterinary internal medicine, veterinary microbiology, veterinary radiology, veterinary pathology, animal science, laboratory animal science'),(3119,31,'_aioseop_description','Specializing in providing cutting edge technology in laboratory science.'),(3120,31,'_aioseop_title','Meet The Advanced Veterinary Analysis Laboratory Team of Consultants'),(3121,388,'fwbBgChkbox',''),(3122,388,'fwbBgcolor','#F7D2D2'),(3152,388,'_yoast_wpseo_sitemap-html-include','-'),(3155,388,'_yoast_wpseo_opengraph-description',''),(3156,388,'_yoast_wpseo_google-plus-description',''),(3158,396,'fwbBgChkbox',''),(3159,396,'fwbBgcolor','#F7D2D2'),(3168,396,'_yoast_wpseo_sitemap-html-include','-'),(3171,396,'_yoast_wpseo_opengraph-description',''),(3172,396,'_yoast_wpseo_google-plus-description',''),(3173,793,'_edit_lock','1405003782:1'),(3175,936,'_wp_attached_file','2014/10/pawfection-logo.png'),(3176,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:202;s:4:\"file\";s:27:\"2014/10/pawfection-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pawfection-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3177,936,'_edit_lock','1412878056:1'),(3179,130,'fwbBgChkbox',''),(3180,130,'fwbBgcolor','#F7D2D2'),(3189,130,'_yoast_wpseo_sitemap-html-include','-'),(3192,130,'_yoast_wpseo_opengraph-description',''),(3193,130,'_yoast_wpseo_google-plus-description',''),(3206,944,'_wp_attached_file','2014/10/pawfection.png'),(3207,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:122;s:4:\"file\";s:22:\"2014/10/pawfection.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pawfection-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3208,946,'_wp_attached_file','2014/11/Lab-Request-Form.pdf'),(3209,947,'_wp_attached_file','2014/11/Pathology-Request-Form.pdf'),(3210,946,'_edit_lock','1415741993:1'),(3212,947,'_edit_lock','1415742026:1'),(3214,33,'fwbBgChkbox',''),(3215,33,'fwbBgcolor','#F7D2D2'),(3224,33,'_yoast_wpseo_sitemap-html-include','-'),(3227,33,'_yoast_wpseo_opengraph-description',''),(3228,33,'_yoast_wpseo_google-plus-description',''),(3237,31,'_yoast_wpseo_sitemap-html-include','-'),(3240,31,'_yoast_wpseo_opengraph-description',''),(3241,31,'_yoast_wpseo_google-plus-description',''),(3244,37,'fwbBgChkbox',''),(3245,37,'fwbBgcolor','#F7D2D2'),(3254,37,'_yoast_wpseo_sitemap-html-include','-'),(3257,37,'_yoast_wpseo_opengraph-description',''),(3258,37,'_yoast_wpseo_google-plus-description',''),(3259,124,'_edit_lock','1423614272:1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=953 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (5,1,'2012-08-27 16:39:55','2012-08-27 16:39:55','','Female veterinarian','','inherit','closed','closed','','female-veterinarian','','','2012-08-27 16:39:55','2012-08-27 16:39:55','',0,'http://avalab.com/wp-content/uploads/2012/08/fotolia_41555494.jpg',0,'attachment','image/jpeg',0),(11,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Welcome to PageLines Framework!','PageLines','','publish','open','open','','pagelines','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=11',0,'feature','',0),(12,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Welcome to a professional WordPress framework by PageLines. Designed for you in San Francisco, California.','Drag & Drop Design','','publish','open','open','','drag-drop-design','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=12',0,'feature','',0),(13,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Buy and sell drag and drop sections, plugins and themes. The first ever \"app-store\" for web design.','The PageLines Store','','publish','open','open','','the-pagelines-store','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=13',0,'feature','',0),(14,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Want to do something totally unique? PageLines offers options for almost everything in an intuitive and easy to use format.','Page-by-Page Options','','publish','open','open','','page-by-page-options','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=14',0,'feature','',0),(15,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Use advanced typography and color control to fine tune your design with point and click simplicity.','Design Control','','publish','open','open','','design-control','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=15',0,'feature','',0),(16,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Load up your own sections, themes and plugins using PageLines\' one of a kind extension marketplace.','Add-On Marketplace','','publish','open','open','','add-on-marketplace','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=16',0,'boxes','',0),(17,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','The world\'s first ever drag-and-drop framework designed for professional websites. Build beautiful sites faster.','PageLines Framework','','publish','open','open','','pagelines-framework','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=17',0,'boxes','',0),(18,1,'2012-08-27 16:53:53','2012-08-27 16:53:53','Control the structure of your site using drag and drop functionality. Pro web design has never been easier.','Drag&Drop Control','','publish','open','open','','dragdrop-control','','','2012-08-27 16:53:53','2012-08-27 16:53:53','',0,'http://avalab.omgnhosting.com/?p=18',0,'boxes','',0),(19,1,'2012-08-27 16:55:20','2012-08-27 16:55:20','','Laboratory','','inherit','closed','closed','','laboratory','','','2012-08-27 16:55:20','2012-08-27 16:55:20','',0,'http://avalab.com/wp-content/uploads/2012/08/fotolia_32361635.jpg',0,'attachment','image/jpeg',0),(20,1,'2012-08-27 16:56:47','2012-08-27 16:56:47','','Young researcher','','inherit','closed','closed','','young-researcher','','','2012-08-27 16:56:47','2012-08-27 16:56:47','',0,'http://avalab.com/wp-content/uploads/2012/08/fotolia_21937415.jpg',0,'attachment','image/jpeg',0),(21,1,'2012-08-27 16:57:36','2012-08-27 16:57:36','','You can trust me with your dog\'s healthcare','','inherit','closed','closed','','you-can-trust-me-with-your-dogs-healthcare','','','2012-08-27 16:57:36','2012-08-27 16:57:36','',0,'http://avalab.com/wp-content/uploads/2012/08/fotolia_43704859.jpg',0,'attachment','image/jpeg',0),(25,1,'2012-08-27 17:07:38','2012-08-27 17:07:38','','PageLines- header_logo.png','','inherit','closed','closed','','pagelines-header_logo-png-3','','','2012-08-27 17:07:38','2012-08-27 17:07:38','',0,'',0,'attachment','image/png',0),(26,1,'2012-08-27 17:09:16','2012-08-27 17:09:16','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you Monday through Friday from 7:30am to 7pm and Saturday from 8 to 4pm.</p>\r\n<img src=\"wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" />\r\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\r\n<p style=\"text-align: justify;\">Experience the <a href=\"?p=309\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>\r\n<script src=\"http://www.omgnvideos.com/Scripts/SSP4_3.js\" type=\"text/javascript\" language=\"javascript\" ></script>\r\n<script language=\"javascript\" type=\"text/javascript\">\r\nvar\r\nvideo=new siteSpokePerson();\r\nvideo.src=\'http://www.omgnvideos.com/Scripts/ssp_player_1.swf\';\r\nvideo.fla=\'http://www.omgnvideos.com/video/988060/ssp_01.flv\';\r\nvideo.DoNotShowDays=0;\r\nvideo.positionFrom=\'fromBottom\'; \r\nvideo.positionHorizontalFrom=\'fromRight\';\r\nvideo.Location.X=0;\r\nvideo.Location.Y=0;\r\nvideo.ReferenceID=\'imgReference\';\r\nvideo.Intialize();function hideWhenFinished() {video.HideWhenFinished();}function removeElement() {document.getElementById(\'fTrans\').style.display = \'none\';document.getElementById(\'myParent\').style.display = \'none\';}\r\n</script>','Home','','publish','closed','closed','','home','','','2013-04-02 13:25:07','2013-04-02 13:25:07','',0,'http://avalab.omgnhosting.com/?page_id=26',0,'page','',0),(27,1,'2012-08-27 17:08:28','2012-08-27 17:08:28','','Home','','inherit','open','open','','26-revision','','','2012-08-27 17:08:28','2012-08-27 17:08:28','',26,'http://avalab.omgnhosting.com/?p=27',0,'revision','',0),(28,1,'2012-08-27 17:09:16','2012-08-27 17:09:16','<p style=\"text-align: center;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand. Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-2','','','2012-08-27 17:09:16','2012-08-27 17:09:16','',26,'http://avalab.omgnhosting.com/?p=28',0,'revision','',0),(29,1,'2012-08-27 17:19:42','2012-08-27 17:19:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n','About Us','','publish','closed','closed','','about-us','','','2013-02-04 21:20:26','2013-02-04 21:20:26','',0,'http://avalab.omgnhosting.com/?page_id=29',0,'page','',0),(30,1,'2012-08-27 17:19:35','2012-08-27 17:19:35','','Auto Draft','','inherit','closed','open','','29-revision','','','2012-08-27 17:19:35','2012-08-27 17:19:35','',29,'http://avalab.omgnhosting.com/?p=30',0,'revision','',0),(31,1,'2012-08-27 17:20:13','2012-08-27 17:20:13','<div style=\"float: left; width: 35%; text-align:center; padding-top: 2.0em;\">\r\n<img src=\"/wp-content/uploads/2013/04/logo2.png\" alt=\"\" title=\"PageLines- logo.jpg\" width=\"200\" height=\"128\" class=\"aligncenter size-full wp-image-78\" />\r\n</div>\r\n<div style=\"float: left; width:30%; text-align:center;\">\r\n<h3 style=\"font-size:48px; margin-top: 1.0em;\">&</h3>\r\n</div>\r\n<div style=\"float: left; width: 35%; text-align:center; padding-top: 2.0em;\">\r\n<h3 style=\"text-align:center; line-height: 0.5em;\">VETERINARY</h3>\r\n<h3 style=\"text-align:center; text-decoration: underline; line-height: 0.5em;\">ANSWERS</h3>\r\n<h3 style=\"line-height: 0.5em;\">TELEMEDICINE SPECIALISTS</h3>\r\n</div>\r\n\r\n<div style=\"clear: both; padding-top:2.0em;\">\r\n<h4>Electronic Consultation: A Tool to Increase Pets\' Standard of Care</h4>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nBy Jessica Tremayne- Farkas, Contributing Editor\r\nExcerpt from <span style=\"text-decoration: underline;\">Veterinary Practice News</span>, January 2012, Page 25\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nIn addition to being economically feasible, consulting with specialists via telemedicine is smart medicine, those in the business say. Telemedicine keeps patients at the primary care office, retaining revenue, while providing real-time specialty care through a board-certified consultant.\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nClients are assured of expert care and save time by not having to make an appointment elsewhere with a specialist. In the middle are the consulting companies, which report that they work hard to accommodate practitioners\' schedules.\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\n\"Many of the cases we see cannot be referred due to cost or the need for a short turnaround on results,\" says Jennifer S. Fryer, DVM, executive director of Veterinary Answers LLC in Harrison, N.Y. \'We work with specialists in anesthesia, small animal internal medicine, large animal medicine, dermatology and nine other specialties. \"The turnaround time is based on the veterinarian\'s need, but typically it\'s within a few hours,\" Fryer continues. \"When it comes to imaging, we collaborate with PetRays, which offers stellar radiology, cardiology and dentistry consultations.\"...\r\n</p>\r\n<h4>Veterinary Answers LLC</h4>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nConsultants working with Veterinary Answers provide undivided focus when working with a primary care veterinarian, Dr. Fryer says.\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\n\"The veterinarian must have 100 percent of your attention during the phone call,\" Fryer says. \"Some phone calls take 10 minutes, others may take much longer. We are there to discuss the case as much as is needed. If something regarding a case is outside the specialty, we\'ll find the right person to consult on that aspect of the case. Sometimes that means we have two or three consultants weighing in on a single case.\"\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nAlthough Veterinary Answers doesn\'t interpret images, the service will review them during an evaluation. Veterinarians can send as much history on a patient as they want without fear of raising the fee.\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\n\"We encourage veterinarians to take digital videos of their neurologic exams or videos of a neurologic animal\'s behavior,\" Fryer says. \"For dermatology and ophthalmology, we encourage veterinarians to send pictures of the lesions. And for every case, the veterinarian is encouraged to send case summaries and lab results by email or fax.\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\n\"Once we receive all the case information, we pass it on to the specialist on call for that particular specialty,\" she adds. \"The specialist discusses the case with the veterinarian and is available for follow up on consults, as needed. In fact, we have a number of internal medicine cases that have had long-term follow up of many months or even a year or more.\"\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nVeterinary Answers plans to increase the number of standard-of-care consultations for clinics that want to improve a particular aspect of their practice.\r\n</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\n\"Our anesthesiologist, Courtney Baetge [DVM, Dipl. ACVA], can talk with a veterinarian about their current anesthesia and pain-relief protocols and offer ideas as to how to improve the quality of pain relief as well as make anesthesia a smoother and safer process for the staff and patient,\" Fryer says. \"Our oncologists can discuss setting up chemotherapy protocols. Our dermatologist can discuss how to approach specific types of dermatology cases or discuss the pros and cons of topicals available on the market. Our avian and exotics specialists can discuss protocols for managing these unusual patients.\"\r\n</p>\r\n\r\n</div>\r\n\r\n<div>\r\n\r\n<h4>TELEMEDICINE SPECIALISTS</h4>\r\n\r\n<table>\r\n<tr>\r\n<td width=\"50%\">\r\n<p style=\"text-decoration:underline;\">Anesthesia</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nCourtney S. Baetge, DVM, DACVA\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Avian/Exotics/Zoo Med</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nJennifer E. Graham, DVM, DABVP (Avian Exotic Companion Mammal), DACZM\r\nEric Klaphake, DVM, DACZS, DABVP (Avian)\r\nKenneth Welle, DVM, DAVBP (Avian)\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Critical Care & Small Animal Internal Medicine</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nLisa Cellio, DVM, DACVIM (SA-IM)\r\nJennifer S. Fryer, DVM, ACVIM eligible\r\nKathy Graf, DVM, DACVIM (SA-IM)\r\nMichael S. Garvey, DVM, DACVIM (SA-IM),DACVECC\r\nLinda E. Luther, DVM, MVSc, DACVIM (SA-IM)\r\nAlisa Reniker, DVM, DACVECC\r\nJeffery Simmons, DVM, MS, DACVECC\r\nCynthia Stubbs, DVM, DACVIM (SA-IM)\r\nMichael D. Willard, MS, DACVIM (SA-IM)\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Dermatology</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nIan Spiegel, MHS, VIVID, DACVD\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Large Animal Internal Medicine</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nJean-Yin Tan, DVM, DACVIM (LA-I M)\r\nLaura Waitt, DVM, DACVIM (LA-I M)\r\n</p>\r\n\r\n<p style=\"text-decoration:underline; color:red;\">Microbiology</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nRichard Van der Hoof<br/> Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California.\r\n</p>\r\n\r\n</td>\r\n<td width=\"50%\">\r\n\r\n<p style=\"text-decoration:underline;\">Neurology</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nGeorgina Barone, DVM, DACVIM (Neurology)\r\nMichael Harrington, DVM, MS, DACVIM (Neurology)\r\nKaren Vernau, DVM, MS, DACVIM (Neurology)\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Oncology</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nChelsea Greenberg, DVM, DACVIM (Oncology)\r\nCheryl K Harris, DVM, DACVIM (Oncology & SA-IM)\r\nJohn Hintermeister, DVM, DACVIM (Oncology)\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Ophthalmology</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nJoan Dziezyc,_ DVM., DACVO\r\nNicholas Millichamp, Bsc, PhD, DACVD\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Pathology</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nD. Glen Esplin, D.V.M.,Ph.D.\r\nL.D. McGill, D.V.M.,Ph.D.\r\nAnne C. Meininger, D.V.M., M.S.\r\nSharon R. Wilson, D.V.M., M.S.\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Pharmacy</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nStuart Feldman, R.Ph. FACVP\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Small Animal, Avian, & Exotic Companion Mammal Soft Tissue & Orthopedic Surgery</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nStephen J. Mehler, DVM, DACVS\r\n</p>\r\n\r\n<p style=\"text-decoration:underline;\">Therioqenoloqy</p>\r\n<p style=\"font-size:12px; font-weight: 400;\">\r\nC. Scott Bailey, DVM, DACT\r\n</p>\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n</div>\r\n\r\n<p style=\"text-align: justify;\">Consultations are available with AVA lab work on the patient & <span style=\"text-decoration: underline;\">include a case discussion with a written report for the patient\'s record</span>. Call AVA to request a consultation today!</p>\r\n<div>\r\n<img src=\"/wp-content/uploads/2013/04/logo2.png\" alt=\"\" title=\"PageLines- logo.jpg\" width=\"200\" height=\"128\" class=\"aligncenter size-full wp-image-78\" />\r\n<p style=\"text-align: center;\">626-357-1037</p>\r\n<p style=\"text-align: center;\"><a href=\"http://www.avalab.com\">avalab.com</a></p>\r\n</div>','Consultants','','publish','closed','closed','','consultants','','','2014-11-11 21:42:44','2014-11-11 21:42:44','',0,'http://avalab.omgnhosting.com/?page_id=31',0,'page','',0),(32,1,'2012-08-27 17:19:46','2012-08-27 17:19:46','','Auto Draft','','inherit','closed','open','','31-revision','','','2012-08-27 17:19:46','2012-08-27 17:19:46','',31,'http://avalab.omgnhosting.com/?p=32',0,'revision','',0),(33,1,'2012-08-27 17:20:24','2012-08-27 17:20:24','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Our Services</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://avalab.com/wp-content/uploads/2014/11/Lab-Request-Form.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/supply-form025.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\'http://avalab.com/wp-content/uploads/2014/11/Pathology-Request-Form.pdf\' target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/?page_id=634\" target=\"_blank\">Tests</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Basic Panels\" href=\"/?page_id=458\">Basic Panels</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=420\">Panels</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>\r\n\r\n','Laboratory','','publish','closed','closed','','labs','','','2014-11-11 21:40:44','2014-11-11 21:40:44','',0,'http://avalab.omgnhosting.com/?page_id=33',0,'page','',0),(34,1,'2012-08-27 17:20:18','2012-08-27 17:20:18','','Auto Draft','','inherit','closed','open','','33-revision','','','2012-08-27 17:20:18','2012-08-27 17:20:18','',33,'http://avalab.omgnhosting.com/?p=34',0,'revision','',0),(37,1,'2012-08-27 17:20:48','2012-08-27 17:20:48','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\nAVA Laboratory is at your service. Fill out the short form below or give us a call today!\r\n\r\n<p class=\"main-content-p\"> \r\n[gravityform id=\"1\" name=\"Contact\" title=\"false\" description=\"false\"]\r\n</p>','Contact Us','','publish','closed','closed','','contact-us','','','2014-11-12 18:17:43','2014-11-12 18:17:43','',0,'http://avalab.omgnhosting.com/?page_id=37',0,'page','',0),(38,1,'2012-08-27 17:20:42','2012-08-27 17:20:42','','Auto Draft','','inherit','closed','open','','37-revision-v1','','','2012-08-27 17:20:42','2012-08-27 17:20:42','',37,'http://avalab.omgnhosting.com/?p=38',0,'revision','',0),(41,1,'2012-08-27 17:11:13','2012-08-27 17:11:13','<p style=\"text-align: center;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand. Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-3','','','2012-08-27 17:11:13','2012-08-27 17:11:13','',26,'http://avalab.omgnhosting.com/?p=41',0,'revision','',0),(42,1,'2012-08-27 17:53:20','2012-08-27 17:53:20','','dog-bone','','inherit','closed','closed','','dog-bone','','','2012-08-27 17:53:20','2012-08-27 17:53:20','',26,'http://avalab.com/wp-content/uploads/2012/08/dog-bone.png',0,'attachment','image/png',0),(43,1,'2012-08-27 17:51:06','2012-08-27 17:51:06','<p style=\"text-align: center;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n\r\n<p style=\"text-align: justify;\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-4','','','2012-08-27 17:51:06','2012-08-27 17:51:06','',26,'http://avalab.omgnhosting.com/?p=43',0,'revision','',0),(46,1,'2012-08-27 17:57:29','2012-08-27 17:57:29','','content-background','','inherit','closed','closed','','content-background','','','2012-08-27 17:57:29','2012-08-27 17:57:29','',0,'http://avalab.com/wp-content/uploads/2012/08/content-background.png',0,'attachment','image/png',0),(47,1,'2012-08-27 17:53:27','2012-08-27 17:53:27','<p style=\"text-align: center;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p style=\"text-align: justify;\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-5','','','2012-08-27 17:53:27','2012-08-27 17:53:27','',26,'http://avalab.omgnhosting.com/?p=47',0,'revision','',0),(48,1,'2012-08-27 17:59:28','2012-08-27 17:59:28','<p style=\"text-align: center;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-6','','','2012-08-27 17:59:28','2012-08-27 17:59:28','',26,'http://avalab.omgnhosting.com/?p=48',0,'revision','',0),(49,1,'2012-08-27 18:02:26','2012-08-27 18:02:26','<p style=\"text-align: center; color: #123c6f;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-7','','','2012-08-27 18:02:26','2012-08-27 18:02:26','',26,'http://avalab.omgnhosting.com/?p=49',0,'revision','',0),(50,1,'2012-08-27 18:02:36','2012-08-27 18:02:36','<p style=\"text-align: center; color: #123c6f;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-8','','','2012-08-27 18:02:36','2012-08-27 18:02:36','',26,'http://avalab.omgnhosting.com/?p=50',0,'revision','',0),(53,1,'2012-08-27 18:18:55','2012-08-27 18:18:55','','cta1-AVA-Vets','','inherit','closed','closed','','cta1-ava-vets','','','2012-08-27 18:18:55','2012-08-27 18:18:55','',0,'http://avalab.com/wp-content/uploads/2012/08/cta1-AVA-Vets.png',0,'attachment','image/png',0),(54,1,'2012-08-27 18:02:50','2012-08-27 18:02:50','<p style=\"text-align: center; color: #123c6f; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-9','','','2012-08-27 18:02:50','2012-08-27 18:02:50','',26,'http://avalab.omgnhosting.com/?p=54',0,'revision','',0),(55,1,'2012-08-27 18:26:51','2012-08-27 18:26:51','<p style=\"text-align: center; color: #123c6f; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\"><span style=\"margin-top: -10px;>In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</span></p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-10','','','2012-08-27 18:26:51','2012-08-27 18:26:51','',26,'http://avalab.omgnhosting.com/?p=55',0,'revision','',0),(56,1,'2012-08-27 18:27:22','2012-08-27 18:27:22','<p style=\"text-align: center; color: #123c6f; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-11','','','2012-08-27 18:27:22','2012-08-27 18:27:22','',26,'http://avalab.omgnhosting.com/?p=56',0,'revision','',0),(57,1,'2012-08-27 18:27:48','2012-08-27 18:27:48','<p style=\"text-align: center; color: #123c6f; font-size: 20px; padding-top: 10px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-12','','','2012-08-27 18:27:48','2012-08-27 18:27:48','',26,'http://avalab.omgnhosting.com/?p=57',0,'revision','',0),(58,1,'2012-08-27 18:27:59','2012-08-27 18:27:59','<p style=\"text-align: center; color: #123c6f; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-13','','','2012-08-27 18:27:59','2012-08-27 18:27:59','',26,'http://avalab.omgnhosting.com/?p=58',0,'revision','',0),(59,1,'2012-08-27 18:40:23','2012-08-27 18:40:23','<p style=\"text-align: center; color: #123c6f;padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-14','','','2012-08-27 18:40:23','2012-08-27 18:40:23','',26,'http://avalab.omgnhosting.com/?p=59',0,'revision','',0),(61,1,'2012-08-27 18:47:41','2012-08-27 18:47:41','','cta3-quality','','inherit','closed','closed','','cta3-quality','','','2012-08-27 18:47:41','2012-08-27 18:47:41','',0,'http://avalab.com/wp-content/uploads/2012/08/cta3-quality.png',0,'attachment','image/png',0),(62,1,'2013-01-31 14:26:21','2013-01-31 14:26:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\n\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\n\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\n\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\n\n<strong>OUR MISSION:</strong>\n<ul>\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\n</ul>\n<strong>COURIER SERVICE</strong>\n\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\n\n<strong>STAT PICK UP:</strong>\n\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a fee (call lab for more information).\n\n<strong>ADDITIONAL TESTING:</strong>\n\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\n\n<strong>SUPPLIES:</strong>\n\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\n\n<strong>SPECIMEN SUBMISSION:</strong>\n\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for one hour and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\n\n<strong>BILLING:</strong>\n\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\n\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\n\nA 1.8 % finance charge will be applied to outstanding balances.\n\n<strong>CREDIT:</strong>\n\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.','About Us','','inherit','closed','open','','29-autosave','','','2013-01-31 14:26:21','2013-01-31 14:26:21','',29,'http://avalab.omgnhosting.com/?p=62',0,'revision','',0),(63,1,'2012-08-27 17:19:42','2012-08-27 17:19:42','','About Us','','inherit','closed','open','','29-revision-2','','','2012-08-27 17:19:42','2012-08-27 17:19:42','',29,'http://avalab.omgnhosting.com/?p=63',0,'revision','',0),(64,1,'2012-08-27 19:00:56','2012-08-27 19:00:56','<p class=\"main-content-p\">Advanced Veterinary Analysis Laboratory was established with staff having over 14 years experience in the veterinary laboratory field. AVA offers a wide range of clinical testing procedures that have proven invaluable to Veterinarians in the diagnosis and treatment of disease in animals. The majority of our testing procedures are performed on the premises by licensed and/or certified Animal technologists under strict supervision of our Laboratory Directors and Consulting Board Certified Pathologists. Rigid quality control standards (Internal & External) have been developed by our Laboratory Directors in adherence to the strictest industry standards established for Veterinary Laboratory testing.</p>\r\n\r\n<p class=\"main-content-p\">AVA provides services in most aareas of Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties at no charge.</p>\r\n\r\n<p style=\"main-content-p\">Prepaid mailers for veterinarians outside our service areas are available upon request.</p>','About Us','','inherit','closed','open','','29-revision-3','','','2012-08-27 19:00:56','2012-08-27 19:00:56','',29,'http://avalab.omgnhosting.com/?p=64',0,'revision','',0),(65,1,'2012-08-27 19:02:41','2012-08-27 19:02:41','<p class=\"main-content-p\">Advanced Veterinary Analysis Laboratory was established with staff having over 14 years experience in the veterinary laboratory field. AVA offers a wide range of clinical testing procedures that have proven invaluable to Veterinarians in the diagnosis and treatment of disease in animals. The majority of our testing procedures are performed on the premises by licensed and/or certified Animal technologists under strict supervision of our Laboratory Directors and Consulting Board Certified Pathologists. Rigid quality control standards (Internal & External) have been developed by our Laboratory Directors in adherence to the strictest industry standards established for Veterinary Laboratory testing.</p>\r\n\r\n<p class=\"main-content-p\">AVA provides services in most aareas of Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties at no charge.</p>\r\n\r\n<p class=\"main-content-p\">Prepaid mailers for veterinarians outside our service areas are available upon request.</p>','About Us','','inherit','closed','open','','29-revision-4','','','2012-08-27 19:02:41','2012-08-27 19:02:41','',29,'http://avalab.omgnhosting.com/?p=65',0,'revision','',0),(66,1,'2012-08-27 17:20:13','2012-08-27 17:20:13','','Consultants','','inherit','closed','open','','31-revision-2','','','2012-08-27 17:20:13','2012-08-27 17:20:13','',31,'http://avalab.omgnhosting.com/?p=66',0,'revision','',0),(67,1,'2012-08-27 19:08:22','2012-08-27 19:08:22','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\">','Consultants','','inherit','closed','open','','31-revision-3','','','2012-08-27 19:08:22','2012-08-27 19:08:22','',31,'http://avalab.omgnhosting.com/?p=67',0,'revision','',0),(68,1,'2012-08-27 17:20:48','2012-08-27 17:20:48','','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-08-27 17:20:48','2012-08-27 17:20:48','',37,'http://avalab.omgnhosting.com/?p=68',0,'revision','',0),(69,1,'2012-08-27 19:08:43','2012-08-27 19:08:43','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\"></p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-08-27 19:08:43','2012-08-27 19:08:43','',37,'http://avalab.omgnhosting.com/?p=69',0,'revision','',0),(70,1,'2012-08-27 17:20:24','2012-08-27 17:20:24','','Labs','','inherit','closed','open','','33-revision-2','','','2012-08-27 17:20:24','2012-08-27 17:20:24','',33,'http://avalab.omgnhosting.com/?p=70',0,'revision','',0),(72,1,'2012-08-28 13:56:27','2012-08-28 13:56:27',' ','','','publish','closed','closed','','72','','','2013-04-02 13:36:49','2013-04-02 13:36:49','',0,'http://avalab.omgnhosting.com/?p=72',6,'nav_menu_item','',0),(74,1,'2012-08-28 13:56:27','2012-08-28 13:56:27',' ','','','publish','closed','closed','','74','','','2013-04-02 13:36:49','2013-04-02 13:36:49','',0,'http://avalab.omgnhosting.com/?p=74',4,'nav_menu_item','',0),(75,1,'2012-08-28 13:56:27','2012-08-28 13:56:27',' ','','','publish','closed','closed','','75','','','2013-04-02 13:36:49','2013-04-02 13:36:49','',0,'http://avalab.omgnhosting.com/?p=75',3,'nav_menu_item','',0),(76,1,'2012-08-28 13:56:27','2012-08-28 13:56:27',' ','','','publish','closed','closed','','76','','','2013-04-02 13:36:49','2013-04-02 13:36:49','',0,'http://avalab.omgnhosting.com/?p=76',2,'nav_menu_item','',0),(77,1,'2012-08-28 13:56:27','2012-08-28 13:56:27',' ','','','publish','closed','closed','','77','','','2013-04-02 13:36:49','2013-04-02 13:36:49','',0,'http://avalab.omgnhosting.com/?p=77',1,'nav_menu_item','',0),(78,1,'2012-08-28 13:59:29','2012-08-28 13:59:29','','PageLines- logo.jpg','','inherit','closed','closed','','pagelines-logo-jpg','','','2012-08-28 13:59:29','2012-08-28 13:59:29','',31,'',0,'attachment','image/jpeg',0),(79,1,'2012-08-28 13:59:41','2012-08-28 13:59:41','','PageLines- footer_logo.png','','inherit','closed','closed','','pagelines-footer_logo-png','','','2012-08-28 13:59:41','2012-08-28 13:59:41','',0,'',0,'attachment','image/png',0),(80,1,'2012-08-28 14:01:21','2012-08-28 14:01:21','','PageLines- fav_icon.png','','inherit','closed','closed','','pagelines-fav_icon-png','','','2012-08-28 14:01:21','2012-08-28 14:01:21','',0,'',0,'attachment','image/png',0),(84,1,'2012-08-29 13:46:56','2012-08-29 13:46:56','','Fotolia_15768450_Subscription_Monthly_XL','','inherit','closed','closed','','fotolia_15768450_subscription_monthly_xl','','','2012-08-29 13:46:56','2012-08-29 13:46:56','',0,'http://avalab.com/wp-content/uploads/2012/08/Fotolia_15768450_Subscription_Monthly_XL1.jpg',0,'attachment','image/jpeg',0),(85,1,'2012-08-29 13:48:38','2012-08-29 13:48:38','','Homepage_Slider_3','','inherit','closed','closed','','fotolia_32361635_subscription_monthly_xxl','','','2012-08-29 13:48:38','2012-08-29 13:48:38','',0,'http://avalab.com/wp-content/uploads/2012/08/Fotolia_32361635_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(86,1,'2012-08-29 13:50:58','2012-08-29 13:50:58','','Fotolia_41555494_Subscription_Monthly_XXL','','inherit','closed','closed','','fotolia_41555494_subscription_monthly_xxl','','','2012-08-29 13:50:58','2012-08-29 13:50:58','',0,'http://avalab.com/wp-content/uploads/2012/08/Fotolia_41555494_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(87,1,'2012-08-29 13:53:02','2012-08-29 13:53:02','','Fotolia_43704859_Subscription_Monthly_XXL','','inherit','closed','closed','','fotolia_43704859_subscription_monthly_xxl','','','2012-08-29 13:53:02','2012-08-29 13:53:02','',0,'http://avalab.com/wp-content/uploads/2012/08/Fotolia_43704859_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(89,1,'2012-08-29 14:26:01','2012-08-29 14:26:01','','find-a-pet-adoption','','inherit','closed','closed','','find-a-pet-adoption','','','2012-08-29 14:26:01','2012-08-29 14:26:01','',0,'http://avalab.com/wp-content/uploads/2012/08/find-a-pet-adoption.png',0,'attachment','image/png',0),(90,1,'2012-08-29 14:28:22','2012-08-29 14:28:22','','AVA_associated-veteran','','inherit','closed','closed','','ava_associated-veteran','','','2012-08-29 14:28:22','2012-08-29 14:28:22','',0,'http://avalab.com/wp-content/uploads/2012/08/AVA_associated-veteran.png',0,'attachment','image/png',0),(91,1,'2012-08-29 15:58:59','2012-08-29 15:58:59','<h2>Our Services</h2>\r\nAt AVA Laboratory, our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide Hematology Testing, Clinical Chemistry, Serology, Immunology, RIA, Pathology, Specialty Consultation, Radiology Interpretation and Consultation, Urinalysis, Fecal Testing, Vaccines Titers, Necropsy with online results, and all necessary Laboratory supplies.\r\n\r\n<strong>COURIER SERVICE:</strong>\r\n\r\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\r\n\r\n<strong>STAT PICK UP:</strong>\r\n\r\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a fee (call lab for more information).\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\r\n\r\n<strong>LABORATORY SUPPLIES:</strong>\r\n\r\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for 20 minutes and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\r\n\r\n<strong>BILLING:</strong>\r\n\r\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.\r\n\r\n<strong>CREDIT:</strong>\r\n\r\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however these accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.','Services','','publish','closed','closed','','services','','','2013-04-01 15:29:23','2013-04-01 15:29:23','',0,'http://avalab.omgnhosting.com/?page_id=91',0,'page','',0),(92,1,'2012-08-29 15:43:24','2012-08-29 15:43:24','','lightbox_background','','inherit','closed','closed','','lightbox_background','','','2012-08-29 15:43:24','2012-08-29 15:43:24','',0,'http://avalab.com/wp-content/uploads/2012/08/lightbox_background.png',0,'attachment','image/png',0),(93,1,'2012-08-29 15:47:13','2012-08-29 15:47:13','','services','','inherit','closed','closed','','services','','','2012-08-29 15:47:13','2012-08-29 15:47:13','',0,'http://avalab.com/wp-content/uploads/2012/08/services.png',0,'attachment','image/png',0),(97,1,'2012-08-29 15:56:03','2012-08-29 15:56:03','','quality','','inherit','closed','closed','','quality','','','2012-08-29 15:56:03','2012-08-29 15:56:03','',0,'http://avalab.com/wp-content/uploads/2012/08/quality.png',0,'attachment','image/png',0),(98,1,'2012-08-29 15:56:52','2012-08-29 15:56:52','','cost','','inherit','closed','closed','','cost','','','2012-08-29 15:56:52','2012-08-29 15:56:52','',0,'http://avalab.com/wp-content/uploads/2012/08/cost.png',0,'attachment','image/png',0),(99,1,'2012-08-29 15:28:18','2012-08-29 15:28:18','','Services','','inherit','closed','open','','91-revision','','','2012-08-29 15:28:18','2012-08-29 15:28:18','',91,'http://avalab.omgnhosting.com/?p=99',0,'revision','',0),(100,1,'2012-08-29 15:58:59','2012-08-29 15:58:59','At AVA Laboratory, our courteous and professionally trained Customer Service Representatives are available 24/7. Our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide X-ray consultation, Necropsy with online results, and all necessary lab supplies. ','Services','','inherit','closed','open','','91-revision-2','','','2012-08-29 15:58:59','2012-08-29 15:58:59','',91,'http://avalab.omgnhosting.com/?p=100',0,'revision','',0),(103,1,'2012-08-29 16:00:55','2012-08-29 16:00:55','At AVA Laboratory, our courteous and professionally trained Customer Service Representatives are available 24/7. Our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide X-ray consultation, Necropsy with online results, and all necessary lab supplies. ','Services','','inherit','closed','open','','91-revision-3','','','2012-08-29 16:00:55','2012-08-29 16:00:55','',91,'http://avalab.omgnhosting.com/?p=103',0,'revision','',0),(104,1,'2012-08-29 16:09:50','2012-08-29 16:09:50','<h2>Our Costs</h2>\r\nAVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. \r\n\r\nJust <a href=\"/?page_id=37\" title=\"Contact Us\">email</a> a request for a free analysis along with 2-3 laboratory bills and we will send you a customized quote and services. We guarantee at least 25% savings.','Costs','','publish','closed','closed','','costs','','','2013-03-08 21:38:47','2013-03-08 21:38:47','',0,'http://avalab.omgnhosting.com/?page_id=104',0,'page','',0),(105,1,'2012-08-29 16:09:38','2012-08-29 16:09:38','','Cost','','inherit','closed','open','','104-revision','','','2012-08-29 16:09:38','2012-08-29 16:09:38','',104,'http://avalab.omgnhosting.com/?p=105',0,'revision','',0),(106,1,'2012-08-29 16:09:50','2012-08-29 16:09:50','AVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. ','Costs','','inherit','closed','open','','104-revision-2','','','2012-08-29 16:09:50','2012-08-29 16:09:50','',104,'http://avalab.omgnhosting.com/?p=106',0,'revision','',0),(107,1,'2012-08-29 16:11:22','2012-08-29 16:11:22','<h2>Our Costs</h2>\r\nAVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. ','Costs','','inherit','closed','open','','104-revision-3','','','2012-08-29 16:11:22','2012-08-29 16:11:22','',104,'http://avalab.omgnhosting.com/?p=107',0,'revision','',0),(108,1,'2012-08-29 16:11:25','2012-08-29 16:11:25','<h2>Our Costs</h2>\r\nAVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. ','Costs','','inherit','closed','open','','104-revision-4','','','2012-08-29 16:11:25','2012-08-29 16:11:25','',104,'http://avalab.omgnhosting.com/?p=108',0,'revision','',0),(109,1,'2012-08-29 16:11:43','2012-08-29 16:11:43','<h2>Our Costs</h2>\r\nAVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. ','Costs','','inherit','closed','open','','104-revision-5','','','2012-08-29 16:11:43','2012-08-29 16:11:43','',104,'http://avalab.omgnhosting.com/?p=109',0,'revision','',0),(110,1,'2012-08-29 16:53:58','2012-08-29 16:53:58','<h2>Our Services</h2>\r\nAt AVA Laboratory, our courteous and professionally trained Customer Service Representatives are available 24/7. Our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide X-ray consultation, Necropsy with online results, and all necessary lab supplies. ','Costs','','inherit','closed','open','','104-revision-6','','','2012-08-29 16:53:58','2012-08-29 16:53:58','',104,'http://avalab.omgnhosting.com/?p=110',0,'revision','',0),(111,1,'2012-08-29 17:06:30','2012-08-29 17:06:30','<h2>Our Services</h2>\r\nAt AVA Laboratory, our courteous and professionally trained Customer Service Representatives are available 24/7. Our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide X-ray consultation, Necropsy with online results, and all necessary lab supplies. ','Costs','','inherit','closed','open','','104-revision-7','','','2012-08-29 17:06:30','2012-08-29 17:06:30','',104,'http://avalab.omgnhosting.com/?p=111',0,'revision','',0),(112,1,'2012-08-29 17:08:49','2012-08-29 17:08:49','<h2>Our Quality</h2>\r\nAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','publish','closed','closed','','quality','','','2013-04-02 13:18:09','2013-04-02 13:18:09','',0,'http://avalab.omgnhosting.com/?page_id=112',0,'page','',0),(113,1,'2012-08-29 17:08:20','2012-08-29 17:08:20','','Quality','','inherit','closed','open','','112-revision','','','2012-08-29 17:08:20','2012-08-29 17:08:20','',112,'http://avalab.omgnhosting.com/?p=113',0,'revision','',0),(114,1,'2012-08-29 17:08:46','2012-08-29 17:08:46','<h2>Our Quality</h2>\r\nAVA Laboratory is accredited through the Veterinary Laboratory Association and has been in business for over 14 years. We provide innovative and easy to read laboratory results and simple test requisitions with both pre-prints and custom panels available. We are committed to cutting-edge technology and constantly improve our performance to meet the needs of our clients. ','Quality','','inherit','closed','open','','112-revision-2','','','2012-08-29 17:08:46','2012-08-29 17:08:46','',112,'http://avalab.omgnhosting.com/?p=114',0,'revision','',0),(115,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPCLASSIFIEDSUI]','AWPCP','','publish','closed','closed','','awpcp','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPCLASSIFIEDSUI]',0,'http://avalab.omgnhosting.com/?page_id=115',0,'page','',0),(116,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPSHOWAD]','Show Ad','','publish','closed','closed','','show-ad','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPSHOWAD]',115,'http://avalab.omgnhosting.com/?page_id=116',0,'page','',0),(117,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPREPLYTOAD]','Reply To Ad','','publish','closed','closed','','reply-to-ad','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPREPLYTOAD]',115,'http://avalab.omgnhosting.com/?page_id=117',0,'page','',0),(118,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPEDITAD]','Edit Ad','','publish','closed','closed','','edit-ad','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPEDITAD]',115,'http://avalab.omgnhosting.com/?page_id=118',0,'page','',0),(119,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPPLACEAD]','Place Ad','','publish','closed','closed','','place-ad','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPPLACEAD]',115,'http://avalab.omgnhosting.com/?page_id=119',0,'page','',0),(120,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCP-RENEW-AD]','Renew Ad','','publish','closed','closed','','renew-ad','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCP-RENEW-AD]',115,'http://avalab.omgnhosting.com/?page_id=120',0,'page','',0),(121,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPBROWSEADS]','Browse Ads','','publish','closed','closed','','browse-ads','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPBROWSEADS]',115,'http://avalab.omgnhosting.com/?page_id=121',0,'page','',0),(122,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPBROWSECATS]','Browse Categories','','publish','closed','closed','','browse-categories','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPBROWSECATS]',115,'http://avalab.omgnhosting.com/?page_id=122',0,'page','',0),(123,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPSEARCHADS]','Search Ads','','publish','closed','closed','','search-ads','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPSEARCHADS]',115,'http://avalab.omgnhosting.com/?page_id=123',0,'page','',0),(124,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPPAYMENTTHANKYOU]','Payment Thank You','','publish','closed','closed','','payment-thank-you','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPPAYMENTTHANKYOU]',115,'http://avalab.omgnhosting.com/?page_id=124',0,'page','',0),(125,1,'2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPCANCELPAYMENT]','Cancel Payment','','publish','closed','closed','','cancel-payment','','','2012-08-29 00:00:00','2012-08-29 00:00:00','[AWPCPCANCELPAYMENT]',115,'http://avalab.omgnhosting.com/?page_id=125',0,'page','',0),(130,1,'2012-09-07 16:53:17','2012-09-07 16:53:17','[STORE-LOCATOR]\r\n','AVA Associated Veterinarian','','publish','closed','closed','','ava-associated-veterinarian','','','2014-10-09 18:15:13','2014-10-09 18:15:13','',0,'http://avalab.omgnhosting.com/?page_id=130',0,'page','',0),(131,1,'2012-09-07 16:53:07','2012-09-07 16:53:07','','AVA Associated Veterinarian','','inherit','closed','open','','130-revision','','','2012-09-07 16:53:07','2012-09-07 16:53:07','',130,'http://avalab.omgnhosting.com/?p=131',0,'revision','',0),(132,1,'2012-09-07 18:51:46','2012-09-07 18:51:46','<p>Your Name*: [text* your-name 30/] </p>\r\n\r\n<p>Your Email*: [email* your-email 30/] </p>\r\n\r\n<p>Number*:      [text* telephone 30/] </p>\r\n\r\n<p>Subject:        [text your-subject 30/] </p>\r\n\r\n<p>Your Message: [textarea your-message 50x4] </p>\r\n\r\n\r\n<p>[submit \"Send\"]</p>\n\n\n\navalab@live.com\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour entered code is incorrect.\nFailed to send your message. Please try later or contact the administrator by another method.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour answer is not correct.\nFailed to send your message. Please try later or contact the administrator by another method.','Contact form 1','','publish','closed','open','','contact-form-1','','','2014-11-12 16:52:22','2014-11-12 16:52:22','',0,'http://avalab.omgnhosting.com/?post_type=wpcf7_contact_form&p=132',0,'wpcf7_contact_form','',0),(135,1,'2012-08-27 19:08:52','2012-08-27 19:08:52','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\"></p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-08-27 19:08:52','2012-08-27 19:08:52','',37,'http://avalab.omgnhosting.com/?p=135',0,'revision','',0),(137,1,'2012-08-27 18:40:40','2012-08-27 18:40:40','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-15','','','2012-08-27 18:40:40','2012-08-27 18:40:40','',26,'http://avalab.omgnhosting.com/?p=137',0,'revision','',0),(138,1,'2013-03-18 17:40:44','2013-03-18 17:40:44','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you Monday through Friday from 7:30am to 7pm and Saturday from 8 to 4pm.</p>\n<img src=\"wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" />\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\n<p style=\"text-align: justify;\">Experience the <a href=\"?p=379\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>\n\n<script src=\"http://www.omgnvideos.com/Scripts/SSP4_3.js\" type=\"text/javascript\" language=\"javascript\" ></script>\n<script language=\"javascript\" type=\"text/javascript\">\nvar\nvideo=new siteSpokePerson();\nvideo.src=\'http://www.omgnvideos.com/Scripts/ssp_player_1.swf\';\nvideo.fla=\'http://www.omgnvideos.com/video/988060/ssp_01.flv\';\nvideo.DoNotShowDays=0;\nvideo.positionFrom=\'fromBottom\'; \nvideo.positionHorizontalFrom=\'fromRight\';\nvideo.Location.X=0;\nvideo.Location.Y=0;\nvideo.ReferenceID=\'imgReference\';\nvideo.Intialize();\n\nfunction hideWhenFinished() {\nvideo.HideWhenFinished();\n}\n\nfunction removeElement() {\ndocument.getElementById(\'fTrans\').style.display = \'none\';\ndocument.getElementById(\'myParent\').style.display = \'none\';\n}\n</script>','Home','','inherit','closed','open','','26-autosave','','','2013-03-18 17:40:44','2013-03-18 17:40:44','',26,'http://avalab.omgnhosting.com/?p=138',0,'revision','',0),(139,1,'2012-09-12 18:01:11','2012-09-12 18:01:11','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>TESTING 123\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-16','','','2012-09-12 18:01:11','2012-09-12 18:01:11','',26,'http://avalab.omgnhosting.com/?p=139',0,'revision','',0),(140,1,'2012-09-12 18:08:12','2012-09-12 18:08:12','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\">In today\'s changing environment, the demand from both pet owners and veterinarian\'s for quality results and fairly priced clinical laboratory tests has never been greater. Laboratories must reach above and beyond the normal levels of service and efficiencies to meet this demand.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\">Our research indicates that most veterinarians are not 100% satisfied with their laboratory services. It may be because they are put on hold for long periods of time when calling for results. Often it is because Veterinarians like yourself feel the time constraints of a busy practice and become frustrated when they are unable to speak to a live person on the phone. If these or other concerns have made you feel you are not receiving the level of personalized service you should be obtaining from your laboratory, you must consider Advanced Veterinary Analysis, “Veterinarian’s First Choice”. Please take a few minutes to compare AVA to your current laboratory provider.</p>','Home','','inherit','closed','open','','26-revision-17','','','2012-09-12 18:08:12','2012-09-12 18:08:12','',26,'http://avalab.omgnhosting.com/?p=140',0,'revision','',0),(141,1,'2012-09-12 18:47:51','2012-09-12 18:47:51','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nThe demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing. At Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.\r\n\r\nWe know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold. AVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.\r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\">Check us out and find out why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-18','','','2012-09-12 18:47:51','2012-09-12 18:47:51','',26,'http://avalab.omgnhosting.com/?p=141',0,'revision','',0),(142,1,'2012-09-12 18:49:16','2012-09-12 18:49:16','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nThe demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing. At Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.\r\n\r\nWe know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold. AVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.\r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and find out why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-19','','','2012-09-12 18:49:16','2012-09-12 18:49:16','',26,'http://avalab.omgnhosting.com/?p=142',0,'revision','',0),(143,1,'2012-09-12 18:50:20','2012-09-12 18:50:20','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.\r\n\r\nAt Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.\r\n\r\nWe know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold.\r\n\r\nAVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"> Check us out and find out why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-20','','','2012-09-12 18:50:20','2012-09-12 18:50:20','',26,'http://avalab.omgnhosting.com/?p=143',0,'revision','',0),(144,1,'2012-09-12 18:51:07','2012-09-12 18:51:07','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: left;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: left;\">At Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: left;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold.</p>\r\n<p style=\"text-align: left;\">AVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"> Check us out and find out why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-21','','','2012-09-12 18:51:07','2012-09-12 18:51:07','',26,'http://avalab.omgnhosting.com/?p=144',0,'revision','',0),(145,1,'2012-09-12 18:51:46','2012-09-12 18:51:46','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: left;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: left;\">At Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: left;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold.</p>\r\n<p style=\"text-align: left;\">AVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"> Check us out and find out why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-22','','','2012-09-12 18:51:46','2012-09-12 18:51:46','',26,'http://avalab.omgnhosting.com/?p=145',0,'revision','',0),(146,1,'2012-09-12 18:52:33','2012-09-12 18:52:33','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: left;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: left;\">At Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: left;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold.</p>\r\n<p style=\"text-align: left;\">AVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Check us out and you\'ll see why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-23','','','2012-09-12 18:52:33','2012-09-12 18:52:33','',26,'http://avalab.omgnhosting.com/?p=146',0,'revision','',0),(147,1,'2012-09-12 18:53:05','2012-09-12 18:53:05','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: left;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: left;\">At Advanced Veterinary Analysis, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: left;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you sit on hold.</p>\r\n<p style=\"text-align: left;\">AVA goes above and beyond what is expected of a laboratory, embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Check us out and you\'ll see why we are a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-24','','','2012-09-12 18:53:05','2012-09-12 18:53:05','',26,'http://avalab.omgnhosting.com/?p=147',0,'revision','',0),(148,1,'2012-09-12 18:57:34','2012-09-12 18:57:34','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: left;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: left;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: left;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: left;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Check us out and you\'ll see why AVA Lab is a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-25','','','2012-09-12 18:57:34','2012-09-12 18:57:34','',26,'http://avalab.omgnhosting.com/?p=148',0,'revision','',0),(149,1,'2012-09-12 18:58:53','2012-09-12 18:58:53','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: left;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: left;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: left;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: left;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-26','','','2012-09-12 18:58:53','2012-09-12 18:58:53','',26,'http://avalab.omgnhosting.com/?p=149',0,'revision','',0),(150,1,'2012-09-12 19:17:19','2012-09-12 19:17:19','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-27','','','2012-09-12 19:17:19','2012-09-12 19:17:19','',26,'http://avalab.omgnhosting.com/?p=150',0,'revision','',0),(152,1,'2012-09-12 19:21:02','2012-09-12 19:21:02','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-28','','','2012-09-12 19:21:02','2012-09-12 19:21:02','',26,'http://avalab.omgnhosting.com/?p=152',0,'revision','',0),(153,1,'2012-09-13 00:44:45','2012-09-13 00:44:45','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">HIIIII VAVVIIIIIII:)</p>','Home','','inherit','closed','open','','26-revision-29','','','2012-09-13 00:44:45','2012-09-13 00:44:45','',26,'http://avalab.omgnhosting.com/?p=153',0,'revision','',0),(154,1,'2012-09-13 00:46:15','2012-09-13 00:46:15','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\". HIIIII VAVVIIIIIII:)</p>','Home','','inherit','closed','open','','26-revision-30','','','2012-09-13 00:46:15','2012-09-13 00:46:15','',26,'http://avalab.omgnhosting.com/?p=154',0,'revision','',0),(155,1,'2012-09-13 00:47:47','2012-09-13 00:47:47','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">HIIIII VAVVIIIIIII:)</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>','Home','','inherit','closed','open','','26-revision-31','','','2012-09-13 00:47:47','2012-09-13 00:47:47','',26,'http://avalab.omgnhosting.com/?p=155',0,'revision','',0),(156,1,'2012-09-13 00:48:36','2012-09-13 00:48:36','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">HIIIII VAVVIIIIIII:)</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-32','','','2012-09-13 00:48:36','2012-09-13 00:48:36','',26,'http://avalab.omgnhosting.com/?p=156',0,'revision','',0),(157,1,'2012-08-27 19:03:30','2012-08-27 19:03:30','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\">Advanced Veterinary Analysis Laboratory was established with staff having over 14 years experience in the veterinary laboratory field. AVA offers a wide range of clinical testing procedures that have proven invaluable to Veterinarians in the diagnosis and treatment of disease in animals. The majority of our testing procedures are performed on the premises by licensed and/or certified Animal technologists under strict supervision of our Laboratory Directors and Consulting Board Certified Pathologists. Rigid quality control standards (Internal & External) have been developed by our Laboratory Directors in adherence to the strictest industry standards established for Veterinary Laboratory testing.</p>\r\n\r\n<p class=\"main-content-p\">AVA provides services in most aareas of Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties at no charge.</p>\r\n\r\n<p class=\"main-content-p\">Prepaid mailers for veterinarians outside our service areas are available upon request.</p>','About Us','','inherit','closed','open','','29-revision-5','','','2012-08-27 19:03:30','2012-08-27 19:03:30','',29,'http://avalab.omgnhosting.com/?p=157',0,'revision','',0),(166,1,'2012-09-13 01:29:18','2012-09-13 01:29:18','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians. Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.','About Us','','inherit','closed','open','','29-revision-6','','','2012-09-13 01:29:18','2012-09-13 01:29:18','',29,'http://avalab.omgnhosting.com/?p=166',0,'revision','',0),(167,1,'2012-08-27 19:08:30','2012-08-27 19:08:30','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\"></p>','Consultants','','inherit','closed','open','','31-revision-4','','','2012-08-27 19:08:30','2012-08-27 19:08:30','',31,'http://avalab.omgnhosting.com/?p=167',0,'revision','',0),(168,1,'2012-09-13 15:56:03','2012-09-13 15:56:03','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team! we look forward to working with you and your pet.</p>','Consultants','','inherit','closed','open','','31-revision-5','','','2012-09-13 15:56:03','2012-09-13 15:56:03','',31,'http://avalab.omgnhosting.com/?p=168',0,'revision','',0),(169,1,'2013-04-16 20:21:23','2013-04-16 20:21:23','<div style=\"float: left; width: 35%; text-align:center; padding-top: 2.0em;\">\n<img src=\"/wp-content/uploads/2013/04/logo2.png\" alt=\"\" title=\"PageLines- logo.jpg\" width=\"200\" height=\"128\" class=\"aligncenter size-full wp-image-78\" />\n</div>\n<div style=\"float: left; width:30%; text-align:center;\">\n<h3 style=\"font-size:48px; margin-top: 1.0em;\">&</h3>\n</div>\n<div style=\"float: left; width: 35%; text-align:center; padding-top: 2.0em;\">\n<h3 style=\"text-align:center; line-height: 0.5em;\">VETERINARY</h3>\n<h3 style=\"text-align:center; text-decoration: underline; line-height: 0.5em;\">ANSWERS</h3>\n<h3 style=\"line-height: 0.5em;\">TELEMEDICINE SPECIALISTS</h3>\n</div>\n\n<div style=\"clear: both; padding-top:2.0em;\">\n<h4>Electronic Consultation: A Tool to Increase Pets\' Standard of Care</h4>\n<p style=\"font-size:12px; font-weight: 400;\">\nBy Jessica Tremayne- Farkas, Contributing Editor\nExcerpt from <span style=\"text-decoration: underline;\">Veterinary Practice News</span>, January 2012, Page 25\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nIn addition to being economically feasible, consulting with specialists via telemedicine is smart medicine, those in the business say. Telemedicine keeps patients at the primary care office, retaining revenue, while providing real-time specialty care through a board-certified consultant.\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nClients are assured of expert care and save time by not having to make an appointment elsewhere with a specialist. In the middle are the consulting companies, which report that they work hard to accommodate practitioners\' schedules.\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\n\"Many of the cases we see cannot be referred due to cost or the need for a short turnaround on results,\" says Jennifer S. Fryer, DVM, executive director of Veterinary Answers LLC in Harrison, N.Y. \'We work with specialists in anesthesia, small animal internal medicine, large animal medicine, dermatology and nine other specialties. \"The turnaround time is based on the veterinarian\'s need, but typically it\'s within a few hours,\" Fryer continues. \"When it comes to imaging, we collaborate with PetRays, which offers stellar radiology, cardiology and dentistry consultations.\"...\n</p>\n<h4>Veterinary Answers LLC</h4>\n<p style=\"font-size:12px; font-weight: 400;\">\nConsultants working with Veterinary Answers provide undivided focus when working with a primary care veterinarian, Dr. Fryer says.\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\n\"The veterinarian must have 100 percent of your attention during the phone call,\" Fryer says. \"Some phone calls take 10 minutes, others may take much longer. We are there to discuss the case as much as is needed. If something regarding a case is outside the specialty, we\'ll find the right person to consult on that aspect of the case. Sometimes that means we have two or three consultants weighing in on a single case.\"\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nAlthough Veterinary Answers doesn\'t interpret images, the service will review them during an evaluation. Veterinarians can send as much history on a patient as they want without fear of raising the fee.\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\n\"We encourage veterinarians to take digital videos of their neurologic exams or videos of a neurologic animal\'s behavior,\" Fryer says. \"For dermatology and ophthalmology, we encourage veterinarians to send pictures of the lesions. And for every case, the veterinarian is encouraged to send case summaries and lab results by email or fax.\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\n\"Once we receive all the case information, we pass it on to the specialist on call for that particular specialty,\" she adds. \"The specialist discusses the case with the veterinarian and is available for follow up on consults, as needed. In fact, we have a number of internal medicine cases that have had long-term follow up of many months or even a year or more.\"\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nVeterinary Answers plans to increase the number of standard-of-care consultations for clinics that want to improve a particular aspect of their practice.\n</p>\n<p style=\"font-size:12px; font-weight: 400;\">\n\"Our anesthesiologist, Courtney Baetge [DVM, Dipl. ACVA], can talk with a veterinarian about their current anesthesia and pain-relief protocols and offer ideas as to how to improve the quality of pain relief as well as make anesthesia a smoother and safer process for the staff and patient,\" Fryer says. \"Our oncologists can discuss setting up chemotherapy protocols. Our dermatologist can discuss how to approach specific types of dermatology cases or discuss the pros and cons of topicals available on the market. Our avian and exotics specialists can discuss protocols for managing these unusual patients.\"\n</p>\n\n</div>\n\n<div>\n\n<h4>TELEMEDICINE SPECIALISTS</h4>\n\n<table>\n<tr>\n<td width=\"50%\">\n<p style=\"text-decoration:underline;\">Anesthesia</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nCourtney S. Baetge, DVM, DACVA\n</p>\n\n<p style=\"text-decoration:underline;\">Avian/Exotics/Zoo Med</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nJennifer E. Graham, DVM, DABVP (Avian Exotic Companion Mammal), DACZM\nEric Klaphake, DVM, DACZS, DABVP (Avian)\nKenneth Welle, DVM, DAVBP (Avian)\n</p>\n\n<p style=\"text-decoration:underline;\">Critical Care & Small Animal Internal Medicine</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nLisa Cellio, DVM, DACVIM (SA-IM)\nJennifer S. Fryer, DVM, ACVIM eligible\nKathy Graf, DVM, DACVIM (SA-IM)\nMichael S. Garvey, DVM, DACVIM (SA-IM),DACVECC\nLinda E. Luther, DVM, MVSc, DACVIM (SA-IM)\nAlisa Reniker, DVM, DACVECC\nJeffery Simmons, DVM, MS, DACVECC\nCynthia Stubbs, DVM, DACVIM (SA-IM)\nMichael D. Willard, MS, DACVIM (SA-IM)\n</p>\n\n<p style=\"text-decoration:underline;\">Dermatology</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nTerri Bonenberger, DVM, DACVD\nIan Spiegel, MHS, VIVID, DACVD\n</p>\n\n<p style=\"text-decoration:underline;\">Large Animal Internal Medicine</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nJean-Yin Tan, DVM, DACVIM (LA-I M)\nLaura Waitt, DVM, DACVIM (LA-I M)\n</p>\n\n<p style=\"text-decoration:underline; color=\"\">Microbiology</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nRichard Van der Hoof<br/> Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California.\n</p>\n\n</td>\n<td width=\"50%\">\n\n<p style=\"text-decoration:underline;\">Neurology</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nGeorgina Barone, DVM, DACVIM (Neurology)\nMichael Harrington, DVM, MS, DACVIM (Neurology)\nKaren Vernau, DVM, MS, DACVIM (Neurology)\n</p>\n\n<p style=\"text-decoration:underline;\">Oncology</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nChelsea Greenberg, DVM, DACVIM (Oncology)\nCheryl K Harris, DVM, DACVIM (Oncology & SA-IM)\nJohn Hintermeister, DVM, DACVIM (Oncology)\n</p>\n\n<p style=\"text-decoration:underline;\">Ophthalmology</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nJoan Dziezyc,_ DVM., DACVO\nNicholas Millichamp, Bsc, PhD, DACVD\n</p>\n\n<p style=\"text-decoration:underline;\">Pathology</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nD. Glen Esplin, D.V.M.,Ph.D.\nL.D. McGill, D.V.M.,Ph.D.\nAnne C. Meininger, D.V.M., M.S.\nSharon R. Wilson, D.V.M., M.S.\n</p>\n\n<p style=\"text-decoration:underline;\">Pharmacy</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nStuart Feldman, R.Ph. FACVP\n</p>\n\n<p style=\"text-decoration:underline;\">Small Animal, Avian, & Exotic Companion Mammal Soft Tissue & Orthopedic Surgery</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nStephen J. Mehler, DVM, DACVS\n</p>\n\n<p style=\"text-decoration:underline;\">Therioqenoloqy</p>\n<p style=\"font-size:12px; font-weight: 400;\">\nC. Scott Bailey, DVM, DACT\n</p>\n</td>\n</tr>\n</table>\n\n</div>\n\n<p style=\"text-align: justify;\">Consultations are available with AVA lab work on the patient & <span style=\"text-decoration: underline;\">include a case discussion with a written report for the patient\'s record</span>. Call AVA to request a consultation today!</p>\n<div>\n<img src=\"/wp-content/uploads/2013/04/logo2.png\" alt=\"\" title=\"PageLines- logo.jpg\" width=\"200\" height=\"128\" class=\"aligncenter size-full wp-image-78\" />\n<p style=\"text-align: center;\">626-357-1037</p>\n<p style=\"text-align: center;\"><a href=\"http://www.avalab.com\">avalab.com</a></p>\n</div>','Consultants','','inherit','closed','open','','31-autosave','','','2013-04-16 20:21:23','2013-04-16 20:21:23','',31,'http://avalab.omgnhosting.com/?p=169',0,'revision','',0),(170,1,'2012-09-13 00:49:14','2012-09-13 00:49:14','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-33','','','2012-09-13 00:49:14','2012-09-13 00:49:14','',26,'http://avalab.omgnhosting.com/?p=170',0,'revision','',0),(171,1,'2012-09-13 02:56:11','2012-09-13 02:56:11','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>','About Us','','inherit','closed','open','','29-revision-7','','','2012-09-13 02:56:11','2012-09-13 02:56:11','',29,'http://avalab.omgnhosting.com/?p=171',0,'revision','',0),(172,1,'2012-09-13 16:24:43','2012-09-13 16:24:43','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties at no charge.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-8','','','2012-09-13 16:24:43','2012-09-13 16:24:43','',29,'http://avalab.omgnhosting.com/?p=172',0,'revision','',0),(173,1,'2012-09-13 16:35:27','2012-09-13 16:35:27','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties at no charge.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-9','','','2012-09-13 16:35:27','2012-09-13 16:35:27','',29,'http://avalab.omgnhosting.com/?p=173',0,'revision','',0),(174,1,'2012-09-13 16:41:09','2012-09-13 16:41:09','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-10','','','2012-09-13 16:41:09','2012-09-13 16:41:09','',29,'http://avalab.omgnhosting.com/?p=174',0,'revision','',0),(175,1,'2012-09-13 16:41:55','2012-09-13 16:41:55','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-11','','','2012-09-13 16:41:55','2012-09-13 16:41:55','',29,'http://avalab.omgnhosting.com/?p=175',0,'revision','',0),(176,1,'2012-09-13 16:43:18','2012-09-13 16:43:18','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Orange, Riverside, San Bernardino, and Ventura counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-12','','','2012-09-13 16:43:18','2012-09-13 16:43:18','',29,'http://avalab.omgnhosting.com/?p=176',0,'revision','',0),(177,1,'2012-09-13 16:44:10','2012-09-13 16:44:10','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-13','','','2012-09-13 16:44:10','2012-09-13 16:44:10','',29,'http://avalab.omgnhosting.com/?p=177',0,'revision','',0),(178,1,'2012-09-13 16:44:51','2012-09-13 16:44:51','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-14','','','2012-09-13 16:44:51','2012-09-13 16:44:51','',29,'http://avalab.omgnhosting.com/?p=178',0,'revision','',0),(179,1,'2012-09-13 16:47:27','2012-09-13 16:47:27','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-15','','','2012-09-13 16:47:27','2012-09-13 16:47:27','',29,'http://avalab.omgnhosting.com/?p=179',0,'revision','',0),(180,1,'2012-09-13 16:48:07','2012-09-13 16:48:07','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out our detailed \"Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-16','','','2012-09-13 16:48:07','2012-09-13 16:48:07','',29,'http://avalab.omgnhosting.com/?p=180',0,'revision','',0),(181,1,'2012-09-13 17:33:02','2012-09-13 17:33:02','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-17','','','2012-09-13 17:33:02','2012-09-13 17:33:02','',29,'http://avalab.omgnhosting.com/?p=181',0,'revision','',0),(182,1,'2012-09-13 16:08:46','2012-09-13 16:08:46','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-34','','','2012-09-13 16:08:46','2012-09-13 16:08:46','',26,'http://avalab.omgnhosting.com/?p=182',0,'revision','',0),(183,1,'2012-09-13 19:17:25','2012-09-13 19:17:25','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-18','','','2012-09-13 19:17:25','2012-09-13 19:17:25','',29,'http://avalab.omgnhosting.com/?p=183',0,'revision','',0),(185,1,'2012-09-13 19:20:16','2012-09-13 19:20:16','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-19','','','2012-09-13 19:20:16','2012-09-13 19:20:16','',29,'http://avalab.omgnhosting.com/?p=185',0,'revision','',0),(186,1,'2012-09-14 02:11:40','2012-09-14 02:11:40','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-20','','','2012-09-14 02:11:40','2012-09-14 02:11:40','',29,'http://avalab.omgnhosting.com/?p=186',0,'revision','',0),(187,1,'2012-09-13 19:18:08','2012-09-13 19:18:08','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-35','','','2012-09-13 19:18:08','2012-09-13 19:18:08','',26,'http://avalab.omgnhosting.com/?p=187',0,'revision','',0),(188,1,'2012-09-14 02:23:14','2012-09-14 02:23:14','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-36','','','2012-09-14 02:23:14','2012-09-14 02:23:14','',26,'http://avalab.omgnhosting.com/?p=188',0,'revision','',0),(189,1,'2012-09-14 18:20:31','2012-09-14 18:20:31','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\n<p class=\"main-content-p\" style=\"text-align: center;\">We are ready to assist you, AVA Laboratory \"a veterinarians first choice\", is at your service!</p>\n<p class=\"main-content-p\" style=\"text-align: center;\">If you are looking for a pet to adopt, click on \"find a pet for adoption\".</p>\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-autosave-v1','','','2012-09-14 18:20:31','2012-09-14 18:20:31','',37,'http://avalab.omgnhosting.com/?p=189',0,'revision','',0),(190,1,'2012-09-07 19:20:06','2012-09-07 19:20:06','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-07 19:20:06','2012-09-07 19:20:06','',37,'http://avalab.omgnhosting.com/?p=190',0,'revision','',0),(191,1,'2012-09-14 02:32:40','2012-09-14 02:32:40','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>\r\n<p style=\"text-align: center;\">AVA Laboratory, a veterinarians first choice is at your service!</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:32:40','2012-09-14 02:32:40','',37,'http://avalab.omgnhosting.com/?p=191',0,'revision','',0),(192,1,'2012-09-14 02:33:52','2012-09-14 02:33:52','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"] AVA Laboratory, a veterinarians first choice is at your service!</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:33:52','2012-09-14 02:33:52','',37,'http://avalab.omgnhosting.com/?p=192',0,'revision','',0),(193,1,'2012-09-14 02:34:29','2012-09-14 02:34:29','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\">AVA Laboratory, a veterinarians first choice is at your service!</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:34:29','2012-09-14 02:34:29','',37,'http://avalab.omgnhosting.com/?p=193',0,'revision','',0),(194,1,'2012-09-14 02:45:45','2012-09-14 02:45:45','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\">AVA Laboratory, a veterinarians first choice is at your service!</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:45:45','2012-09-14 02:45:45','',37,'http://avalab.omgnhosting.com/?p=194',0,'revision','',0),(195,1,'2012-09-14 02:46:54','2012-09-14 02:46:54','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, a veterinarians first choice is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you\'re looking for a pet, clink on \"Find a pet\"</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:46:54','2012-09-14 02:46:54','',37,'http://avalab.omgnhosting.com/?p=195',0,'revision','',0),(196,1,'2012-09-14 02:47:53','2012-09-14 02:47:53','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, a veterinarians first choice is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you want to adopt a pet, click on \"find a pet to adopt\"</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:47:53','2012-09-14 02:47:53','',37,'http://avalab.omgnhosting.com/?p=196',0,'revision','',0),(197,1,'2012-09-14 02:48:25','2012-09-14 02:48:25','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, a veterinarians first choice is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you want to adopt a pet, click on \"find a pet for adoption\"</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:48:25','2012-09-14 02:48:25','',37,'http://avalab.omgnhosting.com/?p=197',0,'revision','',0),(198,1,'2013-04-01 21:01:36','2013-04-01 21:01:36','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Our Services</p>\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\n<p style=\"text-align: justify;\"><a href=\"wp-content/uploads/2012/08/req-form026-fillable.pdf\" target=\"blank\">Lab Requisition Form</a></p>\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/supply-form025.pdf\" target=\"_blank\">Supply Order Form</a></p>\n<p style=\"text-align: justify;\"><a href=\'http://avalab.com/wp-content/uploads/2012/08/PATHOLOGY-FORM-Fillable.pdf\'>PATHOLOGY-FORM-FillablePathology Form</a></p>\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\n<p style=\"text-align: justify;\">Below are helpful documents:</p>\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/?page_id=634\" target=\"_blank\">Tests</a></p>\n<p style=\"text-align: justify;\"><a title=\"Basic Panels\" href=\"/?page_id=458\">Basic Panels</a></p>\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=420\">Panels</a></p>\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\n\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-autosave','','','2013-04-01 21:01:36','2013-04-01 21:01:36','',33,'http://avalab.omgnhosting.com/?p=198',0,'revision','',0),(199,1,'2012-08-27 19:09:09','2012-08-27 19:09:09','<p style=\"text-align: center; font-weight: bold; color: #123c6f;padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\"></p>','Labs','','inherit','closed','open','','33-revision-3','','','2012-08-27 19:09:09','2012-08-27 19:09:09','',33,'http://avalab.omgnhosting.com/?p=199',0,'revision','',0),(200,1,'2012-09-14 03:06:53','2012-09-14 03:06:53','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\"></p>\r\n\r\n<table width=\"600\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\">\r\n<tbody>\r\n<tr align=\"center\" bgcolor=\"#999999\">\r\n<td><span style=\"color: #000000;\">Collection Tubes</span></td>\r\n<td><span style=\"color: #000000;\">Abbreviation</span></td>\r\n<td><span style=\"color: #000000;\">Miniimum Draw</span></td>\r\n<td><span style=\"color: #000000;\">Instructions</span></td>\r\n<td><span style=\"color: #000000;\">Contents</span></td>\r\n</tr>\r\n<tr align=\"center\">\r\n<td>Red Top Tube</td>\r\n<td>R</td>\r\n<td>1 ml</td>\r\n<td>Let stand</td>\r\n<td>N/A</td>\r\n</tr>\r\n<tr align=\"center\" bgcolor=\"#EEEEEE\">\r\n<td bgcolor=\"#EEEEEE\">Gray Top Tube</td>\r\n<td>GY</td>\r\n<td>1 ml</td>\r\n<td>Invert gently</td>\r\n<td>Potassium Oxalate</td>\r\n</tr>\r\n<tr align=\"center\">\r\n<td>Lavender Top Tube</td>\r\n<td>L</td>\r\n<td>1 ml</td>\r\n<td>Invert gently</td>\r\n<td>EDTA</td>\r\n</tr>\r\n<tr align=\"center\" bgcolor=\"#EEEEEE\">\r\n<td>Green Top Tube</td>\r\n<td>GN</td>\r\n<td>1 ml</td>\r\n<td>Invert gently</td>\r\n<td>Sodium Heparin</td>\r\n</tr>\r\n<tr align=\"center\">\r\n<td>Blue Top Tube</td>\r\n<td>B</td>\r\n<td>1 ml</td>\r\n<td>Invert gently</td>\r\n<td>Sodium Citrate</td>\r\n</tr>\r\n<tr align=\"center\" bgcolor=\"#EEEEEE\">\r\n<td>Marble Top Tube</td>\r\n<td>S</td>\r\n<td>2 ml</td>\r\n<td>Let stand 10 mins\r\nCentrifuge w/in 1 hour</td>\r\n<td>Gel barrier</td>\r\n</tr>\r\n<tr align=\"center\">\r\n<td>Slide</td>\r\n<td>Slide</td>\r\n<td>2</td>\r\n<td>Use slide holders</td>\r\n<td>N/A</td>\r\n</tr>\r\n<tr align=\"center\" bgcolor=\"#EEEEEE\">\r\n<td>Urine</td>\r\n<td>Urine</td>\r\n<td>2 ml</td>\r\n<td>Sterile Urine Cup or Red Top</td>\r\n<td>N/A</td>\r\n</tr>\r\n<tr align=\"center\">\r\n<td>Feces</td>\r\n<td>Feces</td>\r\n<td>2 oz.</td>\r\n<td>Sterile Urine Cup or Red Top</td>\r\n<td>N/A</td>\r\n</tr>\r\n</tbody>\r\n</table>','Labs','','inherit','closed','open','','33-revision-4','','','2012-09-14 03:06:53','2012-09-14 03:06:53','',33,'http://avalab.omgnhosting.com/?p=200',0,'revision','',0),(201,1,'2012-09-14 02:27:04','2012-09-14 02:27:04','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: center;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: center;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: center;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: center;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-37','','','2012-09-14 02:27:04','2012-09-14 02:27:04','',26,'http://avalab.omgnhosting.com/?p=201',0,'revision','',0),(202,1,'2012-09-14 13:00:33','2012-09-14 13:00:33','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-38','','','2012-09-14 13:00:33','2012-09-14 13:00:33','',26,'http://avalab.omgnhosting.com/?p=202',0,'revision','',0),(203,1,'2012-09-14 02:12:46','2012-09-14 02:12:46','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-21','','','2012-09-14 02:12:46','2012-09-14 02:12:46','',29,'http://avalab.omgnhosting.com/?p=203',0,'revision','',0),(204,1,'2012-09-14 13:03:15','2012-09-14 13:03:15','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p style=\"text-align: center;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:</p>\r\n<p style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p style=\"text-align: center;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>\r\n ','About Us','','inherit','closed','open','','29-revision-22','','','2012-09-14 13:03:15','2012-09-14 13:03:15','',29,'http://avalab.omgnhosting.com/?p=204',0,'revision','',0),(205,1,'2012-09-14 13:04:12','2012-09-14 13:04:12','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\nLos Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-23','','','2012-09-14 13:04:12','2012-09-14 13:04:12','',29,'http://avalab.omgnhosting.com/?p=205',0,'revision','',0),(206,1,'2012-09-14 13:07:26','2012-09-14 13:07:26','','bone_2','','inherit','closed','closed','','bone_2','','','2012-09-14 13:07:26','2012-09-14 13:07:26','',0,'http://avalab.com/wp-content/uploads/2012/09/bone_2.png',0,'attachment','image/png',0),(207,1,'2012-09-14 13:05:17','2012-09-14 13:05:17','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\nLos Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-24','','','2012-09-14 13:05:17','2012-09-14 13:05:17','',29,'http://avalab.omgnhosting.com/?p=207',0,'revision','',0),(208,1,'2012-09-14 13:07:42','2012-09-14 13:07:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\nLos Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-25','','','2012-09-14 13:07:42','2012-09-14 13:07:42','',29,'http://avalab.omgnhosting.com/?p=208',0,'revision','',0),(209,1,'2012-09-14 13:08:25','2012-09-14 13:08:25','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\n<span style=\"text-align: center;\">Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-26','','','2012-09-14 13:08:25','2012-09-14 13:08:25','',29,'http://avalab.omgnhosting.com/?p=209',0,'revision','',0),(210,1,'2012-09-14 13:09:43','2012-09-14 13:09:43','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\n <ul>\r\n <li>Los Angeles</li>\r\n <li>Riverside</li>\r\n <li>San Bernardino</li>\r\n <li>Ventura</li>\r\n <li>Orange counties</li>\r\n </ul>\r\n</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-27','','','2012-09-14 13:09:43','2012-09-14 13:09:43','',29,'http://avalab.omgnhosting.com/?p=210',0,'revision','',0),(211,1,'2012-09-14 13:10:09','2012-09-14 13:10:09','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\n <ul style=\"text-indent: 50px;\">\r\n <li>Los Angeles</li>\r\n <li>Riverside</li>\r\n <li>San Bernardino</li>\r\n <li>Ventura</li>\r\n <li>Orange counties</li>\r\n </ul>\r\n</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-28','','','2012-09-14 13:10:09','2012-09-14 13:10:09','',29,'http://avalab.omgnhosting.com/?p=211',0,'revision','',0),(212,1,'2012-09-14 13:10:27','2012-09-14 13:10:27','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\n <ul style=\"text-indent: 50px; list-style-position: inside;\">\r\n <li>Los Angeles</li>\r\n <li>Riverside</li>\r\n <li>San Bernardino</li>\r\n <li>Ventura</li>\r\n <li>Orange counties</li>\r\n </ul>\r\n</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-29','','','2012-09-14 13:10:27','2012-09-14 13:10:27','',29,'http://avalab.omgnhosting.com/?p=212',0,'revision','',0),(213,1,'2012-09-13 15:56:46','2012-09-13 15:56:46','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team!</p>','Consultants','','inherit','closed','open','','31-revision-6','','','2012-09-13 15:56:46','2012-09-13 15:56:46','',31,'http://avalab.omgnhosting.com/?p=213',0,'revision','',0),(214,1,'2012-09-14 03:16:58','2012-09-14 03:16:58','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"></p>','Labs','','inherit','closed','open','','33-revision-5','','','2012-09-14 03:16:58','2012-09-14 03:16:58','',33,'http://avalab.omgnhosting.com/?p=214',0,'revision','',0),(215,1,'2012-09-14 13:12:34','2012-09-14 13:12:34','<p style=\"text-align: center; class=\"main-content-p\">Labs!</p>\r\n<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"></p>','Labs','','inherit','closed','open','','33-revision-6','','','2012-09-14 13:12:34','2012-09-14 13:12:34','',33,'http://avalab.omgnhosting.com/?p=215',0,'revision','',0),(224,1,'2012-09-14 14:12:47','2012-09-14 14:12:47','[PageFlipBook_Lite]','VetScope News Flash Jan 2007','','publish','closed','closed','','vetscope-news-flash-jan-2007','','','2012-09-14 14:23:01','2012-09-14 14:23:01','',0,'http://avalab.omgnhosting.com/?page_id=224',0,'page','',0),(225,1,'2012-09-14 14:12:26','2012-09-14 14:12:26','','Auto Draft','','inherit','closed','open','','224-revision','','','2012-09-14 14:12:26','2012-09-14 14:12:26','',224,'http://avalab.omgnhosting.com/?p=225',0,'revision','',0),(227,1,'2012-09-14 14:12:47','2012-09-14 14:12:47','[PageFlipBook_Lite]','VetScope News Flash Jan 2007','','inherit','closed','open','','224-revision-2','','','2012-09-14 14:12:47','2012-09-14 14:12:47','',224,'http://avalab.omgnhosting.com/?p=227',0,'revision','',0),(230,1,'2012-09-14 14:21:09','2012-09-14 14:21:09','[PageFlipBook_Lite]','VetScope News Flash Jan 2007','','inherit','closed','open','','224-revision-3','','','2012-09-14 14:21:09','2012-09-14 14:21:09','',224,'http://avalab.omgnhosting.com/?p=230',0,'revision','',0),(231,1,'2012-09-14 13:01:29','2012-09-14 13:01:29','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p style=\"text-align: justify;\" class=\"main-content-p\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-39','','','2012-09-14 13:01:29','2012-09-14 13:01:29','',26,'http://avalab.omgnhosting.com/?p=231',0,'revision','',0),(232,1,'2012-09-14 14:49:03','2012-09-14 14:49:03','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-40','','','2012-09-14 14:49:03','2012-09-14 14:49:03','',26,'http://avalab.omgnhosting.com/?p=232',0,'revision','',0),(233,1,'2012-09-14 14:50:33','2012-09-14 14:50:33','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-41','','','2012-09-14 14:50:33','2012-09-14 14:50:33','',26,'http://avalab.omgnhosting.com/?p=233',0,'revision','',0),(234,1,'2012-09-14 13:11:57','2012-09-14 13:11:57','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team!</p>','Consultants','','inherit','closed','open','','31-revision-7','','','2012-09-14 13:11:57','2012-09-14 13:11:57','',31,'http://avalab.omgnhosting.com/?p=234',0,'revision','',0),(235,1,'2012-09-14 15:29:56','2012-09-14 15:29:56','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team! May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-8','','','2012-09-14 15:29:56','2012-09-14 15:29:56','',31,'http://avalab.omgnhosting.com/?p=235',0,'revision','',0),(236,1,'2012-09-14 13:10:49','2012-09-14 13:10:49','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA offers a wide range of clinical testing procedures that are invaluable to Veterinarians in most areas of:\r\n <ul style=\"text-indent: 50px; list-style-position: inside; font-size: 14px;\">\r\n <li>Los Angeles</li>\r\n <li>Riverside</li>\r\n <li>San Bernardino</li>\r\n <li>Ventura</li>\r\n <li>Orange counties</li>\r\n </ul>\r\n</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-30','','','2012-09-14 13:10:49','2012-09-14 13:10:49','',29,'http://avalab.omgnhosting.com/?p=236',0,'revision','',0),(237,1,'2012-09-14 15:52:05','2012-09-14 15:52:05','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarian such as: Hematology Testing, Clinical Chemistry, Serology, Immunology, RIA, Pathology, Specialty Consultation, Radiology Interpretation and Consultation, Urinalysis, Fecal Testing, Vaccines Titers, Necropsy, etc.\r\nLos Angeles\r\nRiverside\r\nSan Bernardino\r\nVentura\r\nOrange counties</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-31','','','2012-09-14 15:52:05','2012-09-14 15:52:05','',29,'http://avalab.omgnhosting.com/?p=237',0,'revision','',0),(238,1,'2013-04-01 15:29:26','2013-04-01 15:29:26','<h2>Our Services</h2>\nAt AVA Laboratory, our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide Hematology Testing, Clinical Chemistry, Serology, Immunology, RIA, Pathology, Specialty Consultation, Radiology Interpretation and Consultation, Urinalysis, Fecal Testing, Vaccines Titers, Necropsy with online results, and all necessary Laboratory supplies.\n\n<strong>COURIER SERVICE:</strong>\n\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\n\n<strong>STAT PICK UP:</strong>\n\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a fee (call lab for more information).\n\n<strong>ADDITIONAL TESTING:</strong>\n\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\n\n<strong>LABORATORY SUPPLIES:</strong>\n\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\n\n<strong>SPECIMEN SUBMISSION:</strong>\n\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for 20 minutes and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\n\n<strong>BILLING:</strong>\n\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\n\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\n\nA 1.8 % finance charge will be applied to outstanding balances.\n\n<strong>CREDIT:</strong>\n\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however these accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.','Services','','inherit','closed','open','','91-autosave','','','2013-04-01 15:29:26','2013-04-01 15:29:26','',91,'http://avalab.omgnhosting.com/?p=238',0,'revision','',0),(239,1,'2012-08-29 16:09:17','2012-08-29 16:09:17','<h2>Our Services</h2>\r\nAt AVA Laboratory, our courteous and professionally trained Customer Service Representatives are available 24/7. Our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide X-ray consultation, Necropsy with online results, and all necessary lab supplies. ','Services','','inherit','closed','open','','91-revision-4','','','2012-08-29 16:09:17','2012-08-29 16:09:17','',91,'http://avalab.omgnhosting.com/?p=239',0,'revision','',0),(240,1,'2012-09-14 15:54:16','2012-09-14 15:54:16','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarian such as: Hematology Testing, Clinical Chemistry, Serology, Immunology, RIA, Pathology, Specialty Consultation, Radiology Interpretation and Consultation, Urinalysis, Fecal Testing, Vaccines Titers, Necropsy, etc.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">\r\nLos Angeles\r\nRiverside\r\nSan Bernardino\r\nVentura\r\nOrange counties</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Providing better quality, better service, and better prices than our competitors.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-32','','','2012-09-14 15:54:16','2012-09-14 15:54:16','',29,'http://avalab.omgnhosting.com/?p=240',0,'revision','',0),(241,1,'2012-09-14 16:07:32','2012-09-14 16:07:32','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarian and our courteous and professionally trained Customer Service Representatives are available 24/7. Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals in the areas of: Los Angeles, Riverside, San Bernardino, Ventura, and\r\nOrange counties</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a>Providing better quality, better service, and better prices than our competitors.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-33','','','2012-09-14 16:07:32','2012-09-14 16:07:32','',29,'http://avalab.omgnhosting.com/?p=241',0,'revision','',0),(242,1,'2012-09-14 16:11:53','2012-09-14 16:11:53','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our courteous and professionally trained customer service representatives are available 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals in the areas of: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a>AVA, providing better quality, better service, and better prices than our competitors.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-34','','','2012-09-14 16:11:53','2012-09-14 16:11:53','',29,'http://avalab.omgnhosting.com/?p=242',0,'revision','',0),(243,1,'2012-09-14 16:12:29','2012-09-14 16:12:29','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our professionally trained customer service representatives are available 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals in the areas of: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a>AVA, providing better quality, better service, and better prices than our competitors.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-35','','','2012-09-14 16:12:29','2012-09-14 16:12:29','',29,'http://avalab.omgnhosting.com/?p=243',0,'revision','',0),(244,1,'2012-09-14 16:15:04','2012-09-14 16:15:04','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our professionally trained customer service representatives are available 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a>AVA provides better quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-36','','','2012-09-14 16:15:04','2012-09-14 16:15:04','',29,'http://avalab.omgnhosting.com/?p=244',0,'revision','',0),(245,1,'2012-09-14 16:15:32','2012-09-14 16:15:32','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our professionally trained customer service representatives to assist you are available 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a>AVA provides better quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-37','','','2012-09-14 16:15:32','2012-09-14 16:15:32','',29,'http://avalab.omgnhosting.com/?p=245',0,'revision','',0),(246,1,'2012-09-14 16:17:21','2012-09-14 16:17:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our professionally trained customer service representatives to assist you are available 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA provides better quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-38','','','2012-09-14 16:17:21','2012-09-14 16:17:21','',29,'http://avalab.omgnhosting.com/?p=246',0,'revision','',0),(247,1,'2012-09-14 16:18:05','2012-09-14 16:18:05','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our professionally trained customer service representatives are available to assist you 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA provides better quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-39','','','2012-09-14 16:18:05','2012-09-14 16:18:05','',29,'http://avalab.omgnhosting.com/?p=247',0,'revision','',0),(248,1,'2012-09-14 15:33:09','2012-09-14 15:33:09','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team! May we be of service?</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"></p>','Consultants','','inherit','closed','open','','31-revision-9','','','2012-09-14 15:33:09','2012-09-14 15:33:09','',31,'http://avalab.omgnhosting.com/?p=248',0,'revision','',0),(249,1,'2012-09-14 16:21:39','2012-09-14 16:21:39','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; we are committed to delivering cutting edge technology in laboratory science! May we be of service?</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"></p>','Consultants','','inherit','closed','open','','31-revision-10','','','2012-09-14 16:21:39','2012-09-14 16:21:39','',31,'http://avalab.omgnhosting.com/?p=249',0,'revision','',0),(250,1,'2012-09-14 16:28:34','2012-09-14 16:28:34','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet our team; we are committed to delivering cutting edge technology in laboratory science! May we be of service?</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"></p>','Consultants','','inherit','closed','open','','31-revision-11','','','2012-09-14 16:28:34','2012-09-14 16:28:34','',31,'http://avalab.omgnhosting.com/?p=250',0,'revision','',0),(251,1,'2012-09-14 16:29:14','2012-09-14 16:29:14','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; we are committed to delivering cutting edge technology in laboratory science! May we be of service?</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"></p>','Consultants','','inherit','closed','open','','31-revision-12','','','2012-09-14 16:29:14','2012-09-14 16:29:14','',31,'http://avalab.omgnhosting.com/?p=251',0,'revision','',0),(252,1,'2012-09-14 16:29:31','2012-09-14 16:29:31','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory science! May we be of service?</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"></p>','Consultants','','inherit','closed','open','','31-revision-13','','','2012-09-14 16:29:31','2012-09-14 16:29:31','',31,'http://avalab.omgnhosting.com/?p=252',0,'revision','',0),(253,1,'2012-09-14 16:31:31','2012-09-14 16:31:31','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Internal Medicine</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Microbiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Radiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Pathology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"></p>','Consultants','','inherit','closed','open','','31-revision-14','','','2012-09-14 16:31:31','2012-09-14 16:31:31','',31,'http://avalab.omgnhosting.com/?p=253',0,'revision','',0),(254,1,'2012-09-14 16:38:07','2012-09-14 16:38:07','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Internal Medicine</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Microbiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Radiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Pathology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-15','','','2012-09-14 16:38:07','2012-09-14 16:38:07','',31,'http://avalab.omgnhosting.com/?p=254',0,'revision','',0),(255,1,'2012-09-14 16:44:34','2012-09-14 16:44:34','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory animal science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Internal Medicine</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Microbiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Radiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Pathology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-16','','','2012-09-14 16:44:34','2012-09-14 16:44:34','',31,'http://avalab.omgnhosting.com/?p=255',0,'revision','',0),(256,1,'2012-09-14 16:45:18','2012-09-14 16:45:18','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory animal science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Internal Medicine</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Microbiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Radiology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Pathology</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-17','','','2012-09-14 16:45:18','2012-09-14 16:45:18','',31,'http://avalab.omgnhosting.com/?p=256',0,'revision','',0),(257,1,'2012-09-14 16:48:53','2012-09-14 16:48:53','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory animal science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Microbiology Specialist: Dr. Van der Hoof</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Radiology Specialist: Dr. John F. Amann</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-18','','','2012-09-14 16:48:53','2012-09-14 16:48:53','',31,'http://avalab.omgnhosting.com/?p=257',0,'revision','',0),(258,1,'2012-09-14 13:13:03','2012-09-14 13:13:03','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"></p>','Labs','','inherit','closed','open','','33-revision-7','','','2012-09-14 13:13:03','2012-09-14 13:13:03','',33,'http://avalab.omgnhosting.com/?p=258',0,'revision','',0),(259,1,'2012-09-14 17:18:42','2012-09-14 17:18:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Whether you need labs or supplies, AVA makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">At AVA we also offer easy access to your lab results online.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"><span style=\"text-decoration: underline;\">lab results online</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">AVA Laboratory, \"a veterinarians first choice\"</p>','Labs','','inherit','closed','open','','33-revision-8','','','2012-09-14 17:18:42','2012-09-14 17:18:42','',33,'http://avalab.omgnhosting.com/?p=259',0,'revision','',0),(260,1,'2012-09-14 17:19:18','2012-09-14 17:19:18','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Whether you need labs or supplies, AVA makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">At AVA we also offer easy access to your lab results online.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\"><span style=\"text-decoration: underline;\">lab results online</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">AVA Laboratory, \"a veterinarians first choice\".</p>','Labs','','inherit','closed','open','','33-revision-9','','','2012-09-14 17:19:18','2012-09-14 17:19:18','',33,'http://avalab.omgnhosting.com/?p=260',0,'revision','',0),(261,1,'2012-09-14 17:22:31','2012-09-14 17:22:31','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, AVA makes it easy.\r\n<span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span>\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\nAVA Laboratory, \"a veterinarians first choice\".','Labs','','inherit','closed','open','','33-revision-10','','','2012-09-14 17:22:31','2012-09-14 17:22:31','',33,'http://avalab.omgnhosting.com/?p=261',0,'revision','',0),(262,1,'2012-09-14 17:22:57','2012-09-14 17:22:57','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, AVA makes it easy.\r\n<span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span>\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>.\r\nAVA Laboratory, \"a veterinarians first choice\".','Labs','','inherit','closed','open','','33-revision-11','','','2012-09-14 17:22:57','2012-09-14 17:22:57','',33,'http://avalab.omgnhosting.com/?p=262',0,'revision','',0),(263,1,'2012-09-14 17:31:49','2012-09-14 17:31:49','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.\r\n<span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span>\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\nAVA Laboratory, \"a veterinarians first choice\".','Labs','','inherit','closed','open','','33-revision-12','','','2012-09-14 17:31:49','2012-09-14 17:31:49','',33,'http://avalab.omgnhosting.com/?p=263',0,'revision','',0),(264,1,'2012-09-14 02:50:44','2012-09-14 02:50:44','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, a veterinarians first choice is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you want to adopt a pet, click on \"find a pet for adoption\"</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 02:50:44','2012-09-14 02:50:44','',37,'http://avalab.omgnhosting.com/?p=264',0,'revision','',0),(265,1,'2012-09-14 17:39:10','2012-09-14 17:39:10','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Our staff is waiting to assist you, call or send us an email, AVA Laboratory \"a veterinarians first choice\", is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you are looking for a pet to adopt, click on \"find a pet for adoption\"</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 17:39:10','2012-09-14 17:39:10','',37,'http://avalab.omgnhosting.com/?p=265',0,'revision','',0),(266,1,'2012-09-14 17:40:08','2012-09-14 17:40:08','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">We are ready to assist you, AVA Laboratory \"a veterinarians first choice\", is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you are looking for a pet to adopt, click on \"find a pet for adoption\"</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 17:40:08','2012-09-14 17:40:08','',37,'http://avalab.omgnhosting.com/?p=266',0,'revision','',0),(267,1,'2012-09-14 17:43:19','2012-09-14 17:43:19','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">We are ready to assist you, AVA Laboratory \"a veterinarians first choice\", is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you are looking for a pet to adopt, click on \"find a pet for adoption\".</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 17:43:19','2012-09-14 17:43:19','',37,'http://avalab.omgnhosting.com/?p=267',0,'revision','',0),(268,1,'2012-09-14 15:12:02','2012-09-14 15:12:02','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At Advanced Veterinary Analysis Laboratory, we have been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-42','','','2012-09-14 15:12:02','2012-09-14 15:12:02','',26,'http://avalab.omgnhosting.com/?p=268',0,'revision','',0),(270,1,'2012-09-14 18:52:59','2012-09-14 18:52:59','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\nFor over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing cutting edge technology in laboratory science.\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-43','','','2012-09-14 18:52:59','2012-09-14 18:52:59','',26,'http://avalab.omgnhosting.com/?p=270',0,'revision','',0),(271,1,'2012-09-18 19:31:44','2012-09-18 19:31:44','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing cutting edge technology in laboratory science.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-44','','','2012-09-18 19:31:44','2012-09-18 19:31:44','',26,'http://avalab.omgnhosting.com/?p=271',0,'revision','',0),(272,1,'2012-09-18 19:32:17','2012-09-18 19:32:17','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing cutting edge technology in laboratory science.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-45','','','2012-09-18 19:32:17','2012-09-18 19:32:17','',26,'http://avalab.omgnhosting.com/?p=272',0,'revision','',0),(273,1,'2012-09-18 19:32:36','2012-09-18 19:32:36','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">The demand from both pet owners and their vets for expeditious delivery of accurate results at a fair price is continuously growing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing cutting edge technology in laboratory science.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We know time is valuable; at AVA we provide live assistance twenty-four hours a day, seven days a week; we won\'t make you wait on hold.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-46','','','2012-09-18 19:32:36','2012-09-18 19:32:36','',26,'http://avalab.omgnhosting.com/?p=273',0,'revision','',0),(274,1,'2012-09-19 16:02:57','2012-09-19 16:02:57','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nFor over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing cutting edge technology in laboratory science. We are a \"Veterinarian\'s First Choice\".\r\n\r\nAVA is credited by the Veterinary Laboratory Association, and we yield expeditious delivery of accurate lab results at a fair price. Our courteous and professionally trained Customer Service Representatives are available to assist you 24 hours a day 7 days a week.\r\n\r\n \r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-47','','','2012-09-19 16:02:57','2012-09-19 16:02:57','',26,'http://avalab.omgnhosting.com/?p=274',0,'revision','',0),(275,1,'2012-09-14 16:18:34','2012-09-14 16:18:34','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is the largest privately owned Veterinary Laboratory in Southern California. We offer a wide range of clinical testing procedures that are invaluable to Veterinarians and our professionally trained customer service representatives are available to assist you 24/7.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA provides better quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out \"Our Services\" on the right.</p>','About Us','','inherit','closed','open','','29-revision-40','','','2012-09-14 16:18:34','2012-09-14 16:18:34','',29,'http://avalab.omgnhosting.com/?p=275',0,'revision','',0),(276,1,'2012-09-19 16:31:27','2012-09-19 16:31:27','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAVA Laboratory is the largest privately owned Veterinary Laboratory in Southern California and we are a veterinarian\'s first choice. Most of our testing procedures are performed on the premises by licensed and/or certified Animal technologists under strict supervision of our Laboratory Directors and Consulting Board Certified Pathologists. We assure quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\n \r\n\r\n \r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\nOur mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.\r\n\r\nPlease check out “Our Services” on the right.','About Us','','inherit','closed','open','','29-revision-41','','','2012-09-19 16:31:27','2012-09-19 16:31:27','',29,'http://avalab.omgnhosting.com/?p=276',0,'revision','',0),(280,1,'2012-09-19 16:08:20','2012-09-19 16:08:20','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nFor over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing cutting edge technology in laboratory science. We are a \"Veterinarian\'s First Choice\".\r\n\r\nAVA is credited by the Veterinary Laboratory Association, and we yield expeditious delivery of accurate lab results at a fair price. Our courteous and professionally trained Customer Service Representatives are available to assist you 24 hours a day 7 days a week.\r\n\r\n \r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-48','','','2012-09-19 16:08:20','2012-09-19 16:08:20','',26,'http://avalab.omgnhosting.com/?p=280',0,'revision','',0),(281,1,'2012-09-19 17:16:09','2012-09-19 17:16:09','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nAdvanced Veterinary Analysis Laboratory the \"Veterinarian\'s First Choice\", has been committed to providing cutting edge technology in laboratory science for over 14 years.\r\n\r\nAVA is credited by the Veterinary Laboratory Association, and we yield expeditious delivery of accurate lab results at a fair price. Our courteous and professionally trained Customer Service Representatives are available to assist you 24 hours a day 7 days a week.\r\n\r\n \r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-49','','','2012-09-19 17:16:09','2012-09-19 17:16:09','',26,'http://avalab.omgnhosting.com/?p=281',0,'revision','',0),(282,1,'2012-09-19 16:41:36','2012-09-19 16:41:36','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAVA Laboratory is the largest privately owned Veterinary Laboratory in Southern California and we are a veterinarian\'s first choice. Most of our testing procedures are performed on our premises by licensed and/or certified Animal technologists under strict supervision of our Laboratory Directors and Consulting Board Certified Pathologists. We assure quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\n \r\n\r\n \r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\nOur mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.\r\n\r\nPlease check out “Our Services” on the right.','About Us','','inherit','closed','open','','29-revision-42','','','2012-09-19 16:41:36','2012-09-19 16:41:36','',29,'http://avalab.omgnhosting.com/?p=282',0,'revision','',0),(284,1,'2012-09-24 12:50:23','2012-09-24 12:50:23','','background','','inherit','closed','closed','','background','','','2012-09-24 12:50:23','2012-09-24 12:50:23','',0,'http://avalab.com/wp-content/uploads/2012/09/background.png',0,'attachment','image/png',0),(287,1,'2012-09-24 13:15:04','2012-09-24 13:15:04','','vetscope jan07','','inherit','closed','closed','','vetscope-jan07','','','2012-09-24 13:15:04','2012-09-24 13:15:04','',0,'http://avalab.com/wp-content/uploads/2012/09/vetscope-jan07.pdf',0,'attachment','application/pdf',0),(294,1,'2012-09-14 16:52:42','2012-09-14 16:52:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory animal science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\">Microbiology Specialist: Dr. Van der Hoof specializes in bacterial identification and antibiotic testing. Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Radiology Specialist: Dr. John F. Amann specializes in providing radiography interpretations and abdominal ultrasounds</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-19','','','2012-09-14 16:52:42','2012-09-14 16:52:42','',31,'http://avalab.omgnhosting.com/?p=294',0,'revision','',0),(295,1,'2012-09-14 17:34:18','2012-09-14 17:34:18','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.\r\n<span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span>\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\nAVA Laboratory, \"a veterinarians first choice\".','Labs','','inherit','closed','open','','33-revision-13','','','2012-09-14 17:34:18','2012-09-14 17:34:18','',33,'http://avalab.omgnhosting.com/?p=295',0,'revision','',0),(296,1,'2012-09-24 13:47:06','2012-09-24 13:47:06','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your lab results online.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">lab results online</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, \"a veterinarians first choice\".</p>','Labs','','inherit','closed','open','','33-revision-14','','','2012-09-24 13:47:06','2012-09-24 13:47:06','',33,'http://avalab.omgnhosting.com/?p=296',0,'revision','',0),(297,1,'2012-09-24 13:47:50','2012-09-24 13:47:50','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your <span style=\"text-decoration: underline\">lab results online.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, \"a veterinarians first choice\".</p>','Labs','','inherit','closed','open','','33-revision-15','','','2012-09-24 13:47:50','2012-09-24 13:47:50','',33,'http://avalab.omgnhosting.com/?p=297',0,'revision','',0),(298,1,'2012-09-24 13:48:16','2012-09-24 13:48:16','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your <span style=\"text-decoration: underline\">lab results online.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, a \"Veterinarians First Choice\".</p>','Labs','','inherit','closed','open','','33-revision-16','','','2012-09-24 13:48:16','2012-09-24 13:48:16','',33,'http://avalab.omgnhosting.com/?p=298',0,'revision','',0),(299,1,'2012-09-24 12:33:42','2012-09-24 12:33:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Advanced Veterinary Analysis Laboratory the \"Veterinarian\'s First Choice\", has been committed to providing cutting edge technology in laboratory science for over 14 years.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA is credited by the Veterinary Laboratory Association, and we yield expeditious delivery of accurate lab results at a fair price. Our courteous and professionally trained Customer Service Representatives are available to assist you 24 hours a day 7 days a week.</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" width=\"106\" height=\"36\" /></a>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA goes above and beyond what is expected of a laboratory; embracing the needs of our veterinarians and enhancing the quality of pet\'s lives.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you\'ll see why AVA Laboratory is a \"Veterinarian\'s First Choice\".</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\"></p>','Home','','inherit','closed','open','','26-revision-50','','','2012-09-24 12:33:42','2012-09-24 12:33:42','',26,'http://avalab.omgnhosting.com/?p=299',0,'revision','',0),(300,1,'2012-09-25 13:55:17','2012-09-25 13:55:17','','home-bone','','inherit','closed','closed','','home-bone','','','2012-09-25 13:55:17','2012-09-25 13:55:17','',26,'http://avalab.com/wp-content/uploads/2012/08/home-bone.png',0,'attachment','image/png',0),(301,1,'2012-09-25 13:31:07','2012-09-25 13:31:07','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p> \r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week. </p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" /></a>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>','Home','','inherit','closed','open','','26-revision-51','','','2012-09-25 13:31:07','2012-09-25 13:31:07','',26,'http://avalab.omgnhosting.com/?p=301',0,'revision','',0),(302,1,'2012-09-25 13:55:26','2012-09-25 13:55:26','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone.png\"><img class=\"aligncenter size-full wp-image-300\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone.png\" alt=\"\" width=\"149\" height=\"75\" /></a></p>\r\n \r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>','Home','','inherit','closed','open','','26-revision-52','','','2012-09-25 13:55:26','2012-09-25 13:55:26','',26,'http://avalab.omgnhosting.com/?p=302',0,'revision','',0),(303,1,'2012-09-25 13:57:39','2012-09-25 13:57:39','','home-bone','','inherit','closed','closed','','home-bone-2','','','2012-09-25 13:57:39','2012-09-25 13:57:39','',26,'http://avalab.com/wp-content/uploads/2012/08/home-bone1.png',0,'attachment','image/png',0),(304,1,'2012-09-25 13:56:14','2012-09-25 13:56:14','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone.png\">\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<img class=\"aligncenter size-full wp-image-300\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone.png\" alt=\"\" width=\"149\" height=\"75\" /></a></p>\r\n','Home','','inherit','closed','open','','26-revision-53','','','2012-09-25 13:56:14','2012-09-25 13:56:14','',26,'http://avalab.omgnhosting.com/?p=304',0,'revision','',0),(305,1,'2012-09-25 13:57:44','2012-09-25 13:57:44','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone.png\">\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone1.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone1.png\" alt=\"\" title=\"home-bone\" width=\"149\" height=\"75\" class=\"aligncenter size-full wp-image-303\" /></a>\r\n','Home','','inherit','closed','open','','26-revision-54','','','2012-09-25 13:57:44','2012-09-25 13:57:44','',26,'http://avalab.omgnhosting.com/?p=305',0,'revision','',0),(306,1,'2012-09-25 13:58:47','2012-09-25 13:58:47','','home-bone','','inherit','closed','closed','','home-bone-3','','','2012-09-25 13:58:47','2012-09-25 13:58:47','',26,'http://avalab.com/wp-content/uploads/2012/08/home-bone2.png',0,'attachment','image/png',0),(307,1,'2012-09-25 13:58:04','2012-09-25 13:58:04','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone1.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone1.png\" alt=\"\" title=\"home-bone\" width=\"149\" height=\"75\" class=\"aligncenter size-full wp-image-303\" /></a>\r\n','Home','','inherit','closed','open','','26-revision-55','','','2012-09-25 13:58:04','2012-09-25 13:58:04','',26,'http://avalab.omgnhosting.com/?p=307',0,'revision','',0),(308,1,'2012-09-25 13:58:52','2012-09-25 13:58:52','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" title=\"home-bone\" width=\"149\" height=\"75\" class=\"aligncenter size-full wp-image-306\" /></a>\r\n','Home','','inherit','closed','open','','26-revision-56','','','2012-09-25 13:58:52','2012-09-25 13:58:52','',26,'http://avalab.omgnhosting.com/?p=308',0,'revision','',0),(309,1,'2012-09-25 14:00:18','2012-09-25 14:00:18','<h2>The AVA Difference</h2>\r\n\r\nDear Doctor/Hospital Manager:\r\n\r\nI hope this note finds you well. As you know, the economy is going through difficult times and pet owners are trying to save money, as a consequence the veterinary clinics are having fewer patients and some doctors are being pushed to sell their practice. In an effort to help the veterinary business and stop the monopoly AVA Laboratory is offering a better choice. We are working with Veterinarians to bring more patients to their clinics\r\nconsiderably reducing the laboratory costs.\r\n\r\nAs a privately owned company we are able to offer you 20 to 30% savings in you monthly laboratory bill. That could represent $900.00 in savings if your monthly expenses are $3,000.\r\n\r\nIn addition to these savings, as an exclusive AVA customer you will receive:\r\n<ul>\r\n <li>Permanent 25% off for all our laboratory procedures (except send outs, which are offered at a reduced cost)</li>\r\n <li>A new all in one fax machine. (Printer, Fax, Copier and Scanner)</li>\r\n <li>Customized Lab requisition forms for your most frequently run laboratory procedures.</li>\r\n <li>Two pick ups per day.</li>\r\n <li>Results available online and via fax 24/7</li>\r\n <li>All cultures receive Sensitivities at no extra charge</li>\r\n <li>Complementary Internal Medicine and Pathology consultation</li>\r\n <li>Reflex reticulocyte counts on all feline samples when HCT is <24, and Canine samples with HTC <35 at no extra charge</li>\r\n</ul>\r\nWe understand that your laboratory services are vital for your diagnosis and play a critical role in the day to day operations of your practice. At AVA we take your concerns seriously and it may be most effective if we scheduled a brief time to touch bases about our services and your goals/needs.\r\n\r\nSincerely,\r\n\r\nDr Armando Mendoza\r\nVice-President','The AVA Difference','','publish','closed','closed','','ava-difference','','','2013-04-02 13:27:28','2013-04-02 13:27:28','',0,'http://avalab.omgnhosting.com/?page_id=309',0,'page','',0),(310,1,'2012-09-25 14:00:06','2012-09-25 14:00:06','','AVA Difference','','inherit','closed','open','','309-revision','','','2012-09-25 14:00:06','2012-09-25 14:00:06','',309,'http://avalab.omgnhosting.com/?p=310',0,'revision','',0),(311,1,'2012-09-25 13:59:55','2012-09-25 13:59:55','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a>','Home','','inherit','closed','open','','26-revision-57','','','2012-09-25 13:59:55','2012-09-25 13:59:55','',26,'http://avalab.omgnhosting.com/?p=311',0,'revision','',0),(312,1,'2012-09-25 14:01:42','2012-09-25 14:01:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: center;\"><a href=\"http://avalab.com/?page_id=309\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a></p>','Home','','inherit','closed','open','','26-revision-58','','','2012-09-25 14:01:42','2012-09-25 14:01:42','',26,'http://avalab.omgnhosting.com/?p=312',0,'revision','',0),(313,1,'2012-09-25 14:00:18','2012-09-25 14:00:18','Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve. Experience the <em>difference</em> with<strong> <strong>Advanced Veterinary Analysis!</strong></strong><strong></strong>','AVA Difference','','inherit','closed','open','','309-revision-2','','','2012-09-25 14:00:18','2012-09-25 14:00:18','',309,'http://avalab.omgnhosting.com/?p=313',0,'revision','',0),(314,1,'2012-09-25 15:37:18','2012-09-25 15:37:18','','bone_2','','inherit','closed','closed','','bone_2-2','','','2012-09-25 15:37:18','2012-09-25 15:37:18','',29,'http://avalab.com/wp-content/uploads/2012/08/bone_2.png',0,'attachment','image/png',0),(315,1,'2012-09-24 12:35:26','2012-09-24 12:35:26','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">AVA Laboratory is the largest privately owned Veterinary Laboratory in Southern California and we are a veterinarian\'s first choice. Most of our testing procedures are performed on our premises by licensed and/or certified Animal technologists under strict supervision of our Laboratory Directors and Consulting Board Certified Pathologists. We assure quality, better service, and better prices than our competitors in: Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n<p class=\"main-content-p\" style=\"text-align: left;\"><a href=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\"><img class=\"aligncenter size-full wp-image-42\" title=\"dog-bone\" src=\"http://avalab.com/wp-content/uploads/2012/09/bone_2.png\" alt=\"\" width=\"106\" height=\"36\" /></a></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Our mission is to provide the highest standard of veterinary laboratory services to veterinarians and veterinary hospitals.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Please check out “Our Services” on the right.</p>','About Us','','inherit','closed','open','','29-revision-43','','','2012-09-24 12:35:26','2012-09-24 12:35:26','',29,'http://avalab.omgnhosting.com/?p=315',0,'revision','',0),(316,1,'2012-09-25 15:37:23','2012-09-25 15:37:23','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Advanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties. \r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\nPrepaid mailers for veterinarians outside our service areas are available upon request.</p>\r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/bone_2.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/bone_2.png\" alt=\"\" title=\"bone_2\" width=\"101\" height=\"35\" class=\"aligncenter size-full wp-image-314\" /></a>','About Us','','inherit','closed','open','','29-revision-44','','','2012-09-25 15:37:23','2012-09-25 15:37:23','',29,'http://avalab.omgnhosting.com/?p=316',0,'revision','',0),(317,1,'2012-09-25 15:37:53','2012-09-25 15:37:53','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Advanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Most of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Prepaid mailers for veterinarians outside our service areas are available upon request.</p>\r\n\r\n<a href=\"http://avalab.com/wp-content/uploads/2012/08/bone_2.png\"><img src=\"http://avalab.com/wp-content/uploads/2012/08/bone_2.png\" alt=\"\" title=\"bone_2\" width=\"101\" height=\"35\" class=\"aligncenter size-full wp-image-314\" /></a>','About Us','','inherit','closed','open','','29-revision-45','','','2012-09-25 15:37:53','2012-09-25 15:37:53','',29,'http://avalab.omgnhosting.com/?p=317',0,'revision','',0),(318,1,'2012-09-24 13:45:31','2012-09-24 13:45:31','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Meet the AVA team; committed to delivering cutting edge technology in laboratory animal science!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Microbiology Specialist: Dr. Van der Hoof specializes in bacterial identification and antibiotic testing. Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Radiology Specialist: Dr. John F. Amann specializes in providing radiography interpretations and abdominal ultrasounds</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">May we be of service?</p>','Consultants','','inherit','closed','open','','31-revision-20','','','2012-09-24 13:45:31','2012-09-24 13:45:31','',31,'http://avalab.omgnhosting.com/?p=318',0,'revision','',0),(319,1,'2012-09-25 15:42:15','2012-09-25 15:42:15','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. Read more.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Originally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. Read more. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">radiology@avalab.com</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>','Consultants','','inherit','closed','open','','31-revision-21','','','2012-09-25 15:42:15','2012-09-25 15:42:15','',31,'http://avalab.omgnhosting.com/?p=319',0,'revision','',0),(320,1,'2012-09-25 15:44:21','2012-09-25 15:44:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world. Read more.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Originally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. Read more. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">radiology@avalab.com</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>','Consultants','','inherit','closed','open','','31-revision-22','','','2012-09-25 15:44:21','2012-09-25 15:44:21','',31,'http://avalab.omgnhosting.com/?p=320',0,'revision','',0),(321,1,'2012-09-25 15:46:19','2012-09-25 15:46:19','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world. Read more.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Originally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. Read more. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>','Consultants','','inherit','closed','open','','31-revision-23','','','2012-09-25 15:46:19','2012-09-25 15:46:19','',31,'http://avalab.omgnhosting.com/?p=321',0,'revision','',0),(322,1,'2012-09-25 16:43:37','2012-09-25 16:43:37','','avareq','','inherit','closed','closed','','avareq','','','2012-09-25 16:43:37','2012-09-25 16:43:37','',33,'http://avalab.com/wp-content/uploads/2012/08/avareq.pdf',0,'attachment','application/pdf',0),(323,1,'2012-09-24 13:48:21','2012-09-24 13:48:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your <span style=\"text-decoration: underline\">lab results online.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, \"Veterinarians First Choice\".</p>','Labs','','inherit','closed','open','','33-revision-17','','','2012-09-24 13:48:21','2012-09-24 13:48:21','',33,'http://avalab.omgnhosting.com/?p=323',0,'revision','',0),(324,1,'2012-09-25 16:57:05','2012-09-25 16:57:05','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><a href=\'http://avalab.com/wp-content/uploads/2012/08/avareq.pdf\'>avareq</a></span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your <span style=\"text-decoration: underline\">lab results online.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, \"Veterinarians First Choice\".</p>','Labs','','inherit','closed','open','','33-revision-18','','','2012-09-25 16:57:05','2012-09-25 16:57:05','',33,'http://avalab.omgnhosting.com/?p=324',0,'revision','',0),(325,1,'2012-09-25 16:58:09','2012-09-25 16:58:09','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><a href=\'http://avalab.com/wp-content/uploads/2012/08/avareq.pdf\'>Lab Requisition Form </a></span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your <span style=\"text-decoration: underline\">lab results online.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, \"Veterinarians First Choice\".</p>','Labs','','inherit','closed','open','','33-revision-19','','','2012-09-25 16:58:09','2012-09-25 16:58:09','',33,'http://avalab.omgnhosting.com/?p=325',0,'revision','',0),(329,1,'2012-09-25 15:38:06','2012-09-25 15:38:06','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Advanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Most of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Prepaid mailers for veterinarians outside our service areas are available upon request.</p>\r\n','About Us','','inherit','closed','open','','29-revision-46','','','2012-09-25 15:38:06','2012-09-25 15:38:06','',29,'http://avalab.omgnhosting.com/?p=329',0,'revision','',0),(330,1,'2012-09-25 14:02:10','2012-09-25 14:02:10','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: center;\"><a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a></p>','Home','','inherit','closed','open','','26-revision-59','','','2012-09-25 14:02:10','2012-09-25 14:02:10','',26,'http://avalab.omgnhosting.com/?p=330',0,'revision','',0),(331,1,'2012-10-10 01:46:04','2012-10-10 01:46:04','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nIn today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.\r\n\r\nWe are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.\r\n\r\nCheck us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”\r\n\r\n<strong>The AVA Difference: Make a button that opens up new content</strong>\r\n\r\nMost veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.\r\n\r\nExperience the <em>difference</em> with<strong> <strong>Advanced Veterinary Analysis!</strong></strong><strong></strong>\r\n\r\n<a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a>','Home','','inherit','closed','open','','26-revision-60','','','2012-10-10 01:46:04','2012-10-10 01:46:04','',26,'http://avalab.omgnhosting.com/?p=331',0,'revision','',0),(332,1,'2012-10-10 01:46:16','2012-10-10 01:46:16','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nIn today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.\r\n\r\nWe are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.\r\n\r\nCheck us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”\r\n\r\n<strong>The AVA Difference: Make a button that opens up new content</strong>\r\n\r\nMost veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.\r\n\r\nExperience the <em>difference</em> with<strong> <strong>Advanced Veterinary Analysis!</strong></strong><strong></strong>\r\n\r\n<a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a>','Home','','inherit','closed','open','','26-revision-61','','','2012-10-10 01:46:16','2012-10-10 01:46:16','',26,'http://avalab.omgnhosting.com/?p=332',0,'revision','',0),(333,1,'2012-10-10 01:46:48','2012-10-10 01:46:48','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nIn today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.\r\n\r\nWe are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.\r\n\r\nCheck us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”\r\n\r\n<strong>The AVA Difference: Make a button that opens up new content</strong>\r\n\r\nMost veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.\r\n\r\nExperience the <em>difference</em> with<strong> <strong>Advanced Veterinary Analysis!</strong></strong><strong></strong>\r\n\r\n<a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a>','Home','','inherit','closed','open','','26-revision-62','','','2012-10-10 01:46:48','2012-10-10 01:46:48','',26,'http://avalab.omgnhosting.com/?p=333',0,'revision','',0),(334,1,'2012-10-10 01:33:05','2012-10-10 01:33:05','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory the \"Veterinarian\'s First Choice\", has been committed to providing cutting edge technology in laboratory science for over 14 years.\r\n\r\nAVA is credited by the Veterinary Laboratory Association, and we yield expeditious delivery of accurate lab results at a fair price. Our courteous and professionally trained Customer Service Representatives are available to assist you 24 hours a day 7 days a week.\r\n\r\nAVA Laboratory, proudly goes above and beyond what is expected of a laboratory.\r\n\r\nCheck us out and you’ll see why AVA Laboratory is a “Veterinarian’s First Choice”.\r\n\r\n ','About Us','','inherit','closed','open','','29-revision-47','','','2012-10-10 01:33:05','2012-10-10 01:33:05','',29,'http://avalab.omgnhosting.com/?p=334',0,'revision','',0),(335,1,'2012-09-25 16:42:42','2012-09-25 16:42:42','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world. Read more.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Originally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. Read more. </p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Pathology Specialist: COMING SOON</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>','Consultants','','inherit','closed','open','','31-revision-24','','','2012-09-25 16:42:42','2012-09-25 16:42:42','',31,'http://avalab.omgnhosting.com/?p=335',0,'revision','',0),(336,1,'2012-09-25 16:58:54','2012-09-25 16:58:54','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><a title=\"Lab Requisition Form\" href=\'http://avalab.com/wp-content/uploads/2012/08/avareq.pdf\'>Lab Requisition Form </a></span> or <span style=\"text-decoration: underline;\">Supply Order Form</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: justify;\">At AVA we also offer easy access to your <span style=\"text-decoration: underline\">lab results online.</span></p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">AVA Laboratory, \"Veterinarians First Choice\".</p>','Labs','','inherit','closed','open','','33-revision-20','','','2012-09-25 16:58:54','2012-09-25 16:58:54','',33,'http://avalab.omgnhosting.com/?p=336',0,'revision','',0),(337,1,'2012-09-14 17:47:05','2012-09-14 17:47:05','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">We are ready to assist you, AVA Laboratory \"a veterinarians first choice\", is at your service!</p>\r\n<p class=\"main-content-p\" style=\"text-align: center;\">If you are looking for a pet to adopt, click on \"find a pet for adoption\".</p>\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-09-14 17:47:05','2012-09-14 17:47:05','',37,'http://avalab.omgnhosting.com/?p=337',0,'revision','',0),(338,1,'2012-10-10 01:54:22','2012-10-10 01:54:22','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\nAVA Laboratory is at your service. Fill out the form below or give us a call today!\r\n\r\n \r\n\r\nIf you are looking for a pet to adopt, click on \"find a pet for adoption\".\r\n\r\n \r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-10-10 01:54:22','2012-10-10 01:54:22','',37,'http://avalab.omgnhosting.com/?p=338',0,'revision','',0),(339,1,'2012-10-10 01:48:14','2012-10-10 01:48:14','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\nIn today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.\r\n\r\nWe are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.\r\n\r\nCheck us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”\r\n\r\nMost veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.\r\n\r\nExperience the <em>difference</em> with<strong> <strong>Advanced Veterinary Analysis!</strong></strong><strong></strong>\r\n\r\n<a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><img class=\"aligncenter size-full wp-image-306\" title=\"home-bone\" src=\"http://avalab.com/wp-content/uploads/2012/08/home-bone2.png\" alt=\"\" width=\"149\" height=\"75\" /></a>','Home','','inherit','closed','open','','26-revision-63','','','2012-10-10 01:48:14','2012-10-10 01:48:14','',26,'http://avalab.omgnhosting.com/?p=339',0,'revision','',0),(340,1,'2012-10-17 12:48:32','2012-10-17 12:48:32','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\r\n<p style=\"text-align: justify;\">Experience the <a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>','Home','','inherit','closed','open','','26-revision-64','','','2012-10-17 12:48:32','2012-10-17 12:48:32','',26,'http://avalab.omgnhosting.com/?p=340',0,'revision','',0),(341,1,'2012-10-10 01:49:23','2012-10-10 01:49:23','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Our Mission:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n \r\n\r\n ','About Us','','inherit','closed','open','','29-revision-48','','','2012-10-10 01:49:23','2012-10-10 01:49:23','',29,'http://avalab.omgnhosting.com/?p=341',0,'revision','',0),(342,1,'2012-10-17 12:49:39','2012-10-17 12:49:39','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<strong>Our Mission:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n \r\n\r\n ','About Us','','inherit','closed','open','','29-revision-49','','','2012-10-17 12:49:39','2012-10-17 12:49:39','',29,'http://avalab.omgnhosting.com/?p=342',0,'revision','',0),(346,1,'2012-10-10 01:51:13','2012-10-10 01:51:13','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p align=\"center\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\nInternal Medicine Specialist: COMING SOON\r\n\r\nConsulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. <a href=\"http://avalab.com/consultantsrv.html\">Read more</a> include text from website-\r\n\r\nDr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world.\r\n\r\nOriginally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. <a href=\"http://avalab.com/consultantsja.html\">Read more </a>\r\n\r\n<a href=\"mailto:radiology@avalab.com\">radiology@avalab.com</a>\r\n\r\nPathology Specialist: COMING SOON\r\n\r\nWe are eager to help. Give us a call to let us know what we can do for you!\r\n\r\n ','Consultants','','inherit','closed','open','','31-revision-25','','','2012-10-10 01:51:13','2012-10-10 01:51:13','',31,'http://avalab.omgnhosting.com/?p=346',0,'revision','',0),(361,1,'2012-10-17 13:02:20','2012-10-17 13:02:20','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p align=\"center\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\nInternal Medicine Specialist: COMING SOON\r\n\r\nConsulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. <a href=\"http://avalab.com/consultantsrv.html\">Read more</a> include text from website-\r\n\r\nDr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world.\r\n\r\nOriginally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. <a href=\"/?p=343\">Read more </a>\r\n\r\n<a href=\"mailto:radiology@avalab.com\">radiology@avalab.com</a>\r\n\r\nPathology Specialist: COMING SOON\r\n\r\nWe are eager to help. Give us a call to let us know what we can do for you!\r\n\r\n ','Consultants','','inherit','closed','open','','31-revision-26','','','2012-10-17 13:02:20','2012-10-17 13:02:20','',31,'http://avalab.omgnhosting.com/?p=361',0,'revision','',0),(362,1,'2012-10-17 13:51:22','2012-10-17 13:51:22','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p align=\"center\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\nInternal Medicine Specialist: COMING SOON\r\n\r\nConsulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. <a href=\"?p=349\">Read more</a>\r\n\r\nDr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world.\r\n\r\nOriginally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. <a href=\"/?p=343\">Read more </a>\r\n\r\n<a href=\"mailto:radiology@avalab.com\">radiology@avalab.com</a>\r\n\r\nPathology Specialist: COMING SOON\r\n\r\nWe are eager to help. Give us a call to let us know what we can do for you!\r\n\r\n ','Consultants','','inherit','closed','open','','31-revision-27','','','2012-10-17 13:51:22','2012-10-17 13:51:22','',31,'http://avalab.omgnhosting.com/?p=362',0,'revision','',0),(367,1,'2012-10-10 01:52:30','2012-10-10 01:52:30','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.\r\n<span style=\"text-decoration: underline;\">Lab Requisition Form</span> or <span style=\"text-decoration: underline;\">Supply Order Form</span>\r\n\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\n<p align=\"center\">\r\nAVA Laboratory - \"The Veterinarians’ First Choice.”</p>\r\n ','Labs','','inherit','closed','open','','33-revision-21','','','2012-10-10 01:52:30','2012-10-10 01:52:30','',33,'http://avalab.omgnhosting.com/?p=367',0,'revision','',0),(368,1,'2012-10-17 14:09:34','2012-10-17 14:09:34','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.\r\n<a href=\"avareq.PDF\" target=\"_blank\"><span style=\"text-decoration: underline;\">Lab Requisition Form</span></a> or <span style=\"text-decoration: underline;\">Supply Order Form</span>\r\n\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\n<p align=\"center\">\r\nAVA Laboratory - \"The Veterinarians’ First Choice.”</p>\r\n ','Labs','','inherit','closed','open','','33-revision-22','','','2012-10-17 14:09:34','2012-10-17 14:09:34','',33,'http://avalab.omgnhosting.com/?p=368',0,'revision','',0),(369,1,'2012-10-17 14:09:59','2012-10-17 14:09:59','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.\r\n<a href=\"avareq.PDF\" target=\"_blank\">Lab Requisition Form</a> or <a href=\"avareq.PDF\" target=\"_blank\">Supply Order Form</a>\r\n\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\n<p align=\"center\">\r\nAVA Laboratory - \"The Veterinarians’ First Choice.”</p>\r\n ','Labs','','inherit','closed','open','','33-revision-23','','','2012-10-17 14:09:59','2012-10-17 14:09:59','',33,'http://avalab.omgnhosting.com/?p=369',0,'revision','',0),(370,1,'2012-10-17 14:11:23','2012-10-17 14:11:23','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.\r\n<a href=\"avareq.PDF\" target=\"_blank\">Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a>\r\n\r\nAt AVA we also offer easy access to your lab results online.\r\n<span style=\"text-decoration: underline;\">lab results online</span>\r\n<p align=\"center\">\r\nAVA Laboratory - \"The Veterinarians’ First Choice.”</p>\r\n ','Labs','','inherit','closed','open','','33-revision-24','','','2012-10-17 14:11:23','2012-10-17 14:11:23','',33,'http://avalab.omgnhosting.com/?p=370',0,'revision','',0),(371,1,'2012-10-17 14:13:03','2012-10-17 14:13:03','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\nWhether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy. \r\nEsteemed client, please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\">Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a>\r\n\r\nAt AVA we also offer easy access to your lab results online. <a href=\"\">lab results online</a><p align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-25','','','2012-10-17 14:13:03','2012-10-17 14:13:03','',33,'http://avalab.omgnhosting.com/?p=371',0,'revision','',0),(372,1,'2012-10-17 14:14:07','2012-10-17 14:14:07','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\">Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your lab results online. <a>lab results online</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-26','','','2012-10-17 14:14:07','2012-10-17 14:14:07','',33,'http://avalab.omgnhosting.com/?p=372',0,'revision','',0),(373,1,'2012-10-17 14:14:15','2012-10-17 14:14:15','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your lab results online. <a>lab results online</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-27','','','2012-10-17 14:14:15','2012-10-17 14:14:15','',33,'http://avalab.omgnhosting.com/?p=373',0,'revision','',0),(374,1,'2012-10-10 01:55:01','2012-10-10 01:55:01','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\nAVA Laboratory is at your service. Fill out the form below or give us a call today!\r\n\r\n \r\n\r\nIf you are looking for a pet to adopt, click on \"find a pet for adoption\".\r\n\r\n \r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-10-10 01:55:01','2012-10-10 01:55:01','',37,'http://avalab.omgnhosting.com/?p=374',0,'revision','',0),(375,1,'2012-10-17 14:16:09','2012-10-17 14:16:09','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\nAVA Laboratory is at your service. Fill out the form below or give us a call today!\r\n\r\nIf you are looking for a pet to adopt, click on \"find a pet for adoption\".\r\n\r\n \r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-10-17 14:16:09','2012-10-17 14:16:09','',37,'http://avalab.omgnhosting.com/?p=375',0,'revision','',0),(376,1,'2012-10-17 14:16:15','2012-10-17 14:16:15','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\nAVA Laboratory is at your service. Fill out the form below or give us a call today!\r\n\r\nIf you are looking for a pet to adopt, click on \"find a pet for adoption\".\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-10-17 14:16:15','2012-10-17 14:16:15','',37,'http://avalab.omgnhosting.com/?p=376',0,'revision','',0),(377,1,'2012-10-17 14:16:31','2012-10-17 14:16:31','<p style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Contact Us!</p>\r\nAVA Laboratory is at your service. Fill out the form below or give us a call today!\r\n\r\n<p class=\"main-content-p\">[contact-form-7 id=\"132\" title=\"Contact form 1\"]</p>','Contact Us','','inherit','closed','open','','37-revision-v1','','','2012-10-17 14:16:31','2012-10-17 14:16:31','',37,'http://avalab.omgnhosting.com/?p=377',0,'revision','',0),(378,1,'2012-10-17 12:49:10','2012-10-17 12:49:10','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" />\r\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\r\n<p style=\"text-align: justify;\">Experience the <a href=\"http://avalab.com/?page_id=309\" rel=\"lightbox\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>','Home','','inherit','closed','open','','26-revision-65','','','2012-10-17 12:49:10','2012-10-17 12:49:10','',26,'http://avalab.omgnhosting.com/?p=378',0,'revision','',0),(381,1,'2012-10-17 14:18:04','2012-10-17 14:18:04','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<img src=\"http://avalab.com/wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" />\r\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\r\n<p style=\"text-align: justify;\">Experience the <a href=\"http://avalab.com/?page_id=309\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>','Home','','inherit','closed','open','','26-revision-66','','','2012-10-17 14:18:04','2012-10-17 14:18:04','',26,'http://avalab.omgnhosting.com/?p=381',0,'revision','',0),(382,1,'2012-10-17 14:19:04','2012-10-17 14:19:04','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<img src=\"wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" />\r\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\r\n<p style=\"text-align: justify;\">Experience the <a href=\"http://avalab.com/?page_id=309\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>','Home','','inherit','closed','open','','26-revision-67','','','2012-10-17 14:19:04','2012-10-17 14:19:04','',26,'http://avalab.omgnhosting.com/?p=382',0,'revision','',0),(383,1,'2012-10-17 12:50:08','2012-10-17 12:50:08','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"http://avalab.com/wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>Our Mission:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n \r\n\r\n ','About Us','','inherit','closed','open','','29-revision-50','','','2012-10-17 12:50:08','2012-10-17 12:50:08','',29,'http://avalab.omgnhosting.com/?p=383',0,'revision','',0),(387,1,'2012-11-08 14:28:05','2012-11-08 14:28:05','','lab_results','','inherit','closed','closed','','lab_results','','','2012-11-08 14:28:05','2012-11-08 14:28:05','',0,'http://avalab.com/wp-content/uploads/2012/11/lab_results.png',0,'attachment','image/png',0),(388,1,'2012-11-15 13:41:28','2012-11-15 13:41:28','<p><a href=\"http://results.avalab.com/schuynet/login.html\">Login</a> - Log into SchuyNet</p>\r\n<p><a href=\"http://results.avalab.com/schuynet/newuser.html\">New User</a> - Create a SchuyNet user online</p>\r\n<p><a href=\"/?page_id=396\">Help</a></p>','Results Online','','publish','closed','closed','','results-online','','','2013-07-17 05:28:51','2013-07-17 05:28:51','',0,'http://avalab.omgnhosting.com/?page_id=388',0,'page','',0),(389,1,'2012-11-15 13:40:58','2012-11-15 13:40:58','','Results Online','','inherit','closed','open','','388-revision','','','2012-11-15 13:40:58','2012-11-15 13:40:58','',388,'http://avalab.omgnhosting.com/?p=389',0,'revision','',0),(390,1,'2012-11-15 13:41:28','2012-11-15 13:41:28','<a href=\"schuynet/index.html\">Login to SchuyNet</a>','Results Online','','inherit','closed','open','','388-revision-2','','','2012-11-15 13:41:28','2012-11-15 13:41:28','',388,'http://avalab.omgnhosting.com/?p=390',0,'revision','',0),(391,1,'2012-11-15 13:43:32','2012-11-15 13:43:32','<a href=\"results.avalab.com/schuynet/index.html\">Login to SchuyNet</a>','Results Online','','inherit','closed','open','','388-revision-3','','','2012-11-15 13:43:32','2012-11-15 13:43:32','',388,'http://avalab.omgnhosting.com/?p=391',0,'revision','',0),(392,1,'2012-11-15 13:44:09','2012-11-15 13:44:09','<a href=\"http://results.avalab.com/schuynet/index.html\">Login to SchuyNet</a>','Results Online','','inherit','closed','open','','388-revision-4','','','2012-11-15 13:44:09','2012-11-15 13:44:09','',388,'http://avalab.omgnhosting.com/?p=392',0,'revision','',0),(394,1,'2012-11-15 13:56:07','2012-11-15 13:56:07','<a href=\"http://results.avalab.com/users\">Login to SchuyNet</a>','Results Online','','inherit','closed','open','','388-revision-5','','','2012-11-15 13:56:07','2012-11-15 13:56:07','',388,'http://avalab.omgnhosting.com/?p=394',0,'revision','',0),(395,1,'2012-11-15 13:57:05','2012-11-15 13:57:05','<p><a href=\"version.html\">Login</a> - Log into SchuyNet</p>\r\n<p><a href=\"newuser.html\">New User</a> - Create a SchuyNet user online</p>\r\n<p><a href=\"help.html\">Help</a> - How to use this software.</p>','Results Online','','inherit','closed','open','','388-revision-6','','','2012-11-15 13:57:05','2012-11-15 13:57:05','',388,'http://avalab.omgnhosting.com/?p=395',0,'revision','',0),(396,1,'2012-11-15 13:58:48','2012-11-15 13:58:48','<p>Download the <a href=\"http://173.254.28.14/~schuyle6/wp-content/uploads/2012/docs/SchuyLab%20User%20Manual%203.0.pdf\">SchuyNet User Manual</a>.</p>\r\nIf issues persist, <a href=\"http://avalab.com/contact-us/\" title=\"Contact Us\">contact us</a>.','Schuynet Help','','publish','closed','closed','','schuynet-help','','','2013-07-17 05:31:05','2013-07-17 05:31:05','',0,'http://avalab.omgnhosting.com/?page_id=396',0,'page','',0),(397,1,'2012-11-15 13:58:34','2012-11-15 13:58:34','','Schuynet Help','','inherit','closed','open','','396-revision','','','2012-11-15 13:58:34','2012-11-15 13:58:34','',396,'http://avalab.omgnhosting.com/?p=397',0,'revision','',0),(399,1,'2012-11-15 13:57:51','2012-11-15 13:57:51','<p><a href=\"http://results.avalab.com/schuynet/version.html\">Login</a> - Log into SchuyNet</p>\r\n<p><a href=\"http://results.avalab.com/schuynet/newuser.html\">New User</a> - Create a SchuyNet user online</p>\r\n<p><a href=\"http://results.avalab.com/schuynet/help.html\">Help</a> - How to use this software.</p>','Results Online','','inherit','closed','open','','388-revision-7','','','2012-11-15 13:57:51','2012-11-15 13:57:51','',388,'http://avalab.omgnhosting.com/?p=399',0,'revision','',0),(400,1,'2012-11-15 13:58:48','2012-11-15 13:58:48','<p>Download the <a href=\"http://schuylerhouse.com/support/manuals.html\">SchuyNet\r\nUser Manual</a>.</p>','Schuynet Help','','inherit','closed','open','','396-revision-2','','','2012-11-15 13:58:48','2012-11-15 13:58:48','',396,'http://avalab.omgnhosting.com/?p=400',0,'revision','',0),(401,1,'2012-11-15 14:00:05','2012-11-15 14:00:05','<p>Download the <a href=\"http://schuylerhouse.com/support/manuals.html\">SchuyNet User Manual</a>.</p>','Schuynet Help','','inherit','closed','open','','396-revision-3','','','2012-11-15 14:00:05','2012-11-15 14:00:05','',396,'http://avalab.omgnhosting.com/?p=401',0,'revision','',0),(402,1,'2012-10-17 14:15:40','2012-10-17 14:15:40','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"\">lab results online.</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-28','','','2012-10-17 14:15:40','2012-10-17 14:15:40','',33,'http://avalab.omgnhosting.com/?p=402',0,'revision','',0),(403,1,'2012-10-17 13:55:07','2012-10-17 13:55:07','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p align=\"justify\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p style=\"text-align: justify;\">Internal Medicine Specialist: COMING SOON</p>\r\n<p style=\"text-align: justify;\">Consulting Microbiologist, Richard Van der Hoof, has always had dogs, cats and horses. He specializes in bacterial identification and antibiotic testing. He manages the microbiology laboratory at Advanced Veterinary Analysis Laboratory, located in Monrovia, California. <a href=\"?p=349\">Read more</a></p>\r\n<p style=\"text-align: justify;\">Dr. Van der Hoof is also the host of Vet Preps, a podcast which addresses issues in the microbiology world.</p>\r\n<p style=\"text-align: justify;\">Originally from Rochester, NY, D. John F. Amann received both his PhD and DVM degrees from Cornell University. He was in private practice for five years in upstate New York and Pennsylvania. He was recruited to the University of Missouri to teach anatomy and neuroanatomy to veterinary students. As assistant and associate professor, he did research in neuromuscular disease and the effects of exercise on heart and skeletal muscle. <a href=\"/?p=343\">Read more </a></p>\r\n<p style=\"text-align: justify;\">Pathology Specialist: COMING SOON</p>\r\n<p style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>\r\n<p style=\"text-align: justify;\"></p>','Consultants','','inherit','closed','open','','31-revision-28','','','2012-10-17 13:55:07','2012-10-17 13:55:07','',31,'http://avalab.omgnhosting.com/?p=403',0,'revision','',0),(407,1,'2012-11-19 19:29:07','2012-11-19 19:29:07','Advanced Veterinary Analysis now accepts payments online! Please enter your invoice number and amount you would like to pay. All payments are processed using Paypal Secure Payment. You will be directed to Paypal\'s website once you click \'Pay Now\" below. Please follow the online directions and once you payment has been processed, you will be redirected back to our website.\r\n\r\n<strong>[wp_paypal_payment]</strong>','Online Payment','','publish','closed','closed','','online-payment','','','2012-11-21 15:11:27','2012-11-21 15:11:27','',0,'http://avalab.omgnhosting.com/?page_id=407',0,'page','',0),(408,1,'2012-11-19 19:29:06','2012-11-19 19:29:06','','Online Payment','','inherit','closed','open','','407-revision','','','2012-11-19 19:29:06','2012-11-19 19:29:06','',407,'http://avalab.omgnhosting.com/?p=408',0,'revision','',0),(410,1,'2012-11-19 19:37:04','2012-11-19 19:37:04','','Online_Payment','','inherit','closed','closed','','online_payment','','','2012-11-19 19:37:04','2012-11-19 19:37:04','',0,'http://avalab.com/wp-content/uploads/2012/11/Online_Payment.png',0,'attachment','image/png',0),(413,1,'2012-11-19 19:29:07','2012-11-19 19:29:07','[dgx-donate]','Online Payment','','inherit','closed','open','','407-revision-2','','','2012-11-19 19:29:07','2012-11-19 19:29:07','',407,'http://avalab.omgnhosting.com/?p=413',0,'revision','',0),(414,1,'2012-11-21 15:12:30','2012-11-21 15:12:30','Advanced Veterinary Analysis now accepts payments online! Please enter your invoice number and amount you would like to pay. All payments are processed using Paypal Secure Payment. You will be directed to Paypal\'s website once you click \'Pay Now\" below. Please follow the online directions and once you payment has been processed, you will be redirected back to our website.\n\n<strong>[wp_paypal_payment]</strong>','Online Payment','','inherit','closed','open','','407-autosave','','','2012-11-21 15:12:30','2012-11-21 15:12:30','',407,'http://avalab.omgnhosting.com/?p=414',0,'revision','',0),(415,1,'2012-11-21 15:01:47','2012-11-21 15:01:47','<strong>[wp_paypal_payment]</strong>','Online Payment','','inherit','closed','open','','407-revision-3','','','2012-11-21 15:01:47','2012-11-21 15:01:47','',407,'http://avalab.omgnhosting.com/?p=415',0,'revision','',0),(417,1,'2012-11-15 14:07:03','2012-11-15 14:07:03','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-29','','','2012-11-15 14:07:03','2012-11-15 14:07:03','',33,'http://avalab.omgnhosting.com/?p=417',0,'revision','',0),(418,1,'2012-11-21 16:15:44','2012-11-21 16:15:44','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabs type=\"accordion\" style=\"eggplant\" effect=\"slide\" mode=\"horizontal\"] [/wptabs]Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-30','','','2012-11-21 16:15:44','2012-11-21 16:15:44','',33,'http://avalab.omgnhosting.com/?p=418',0,'revision','',0),(419,1,'2012-11-21 16:16:58','2012-11-21 16:16:58','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-31','','','2012-11-21 16:16:58','2012-11-21 16:16:58','',33,'http://avalab.omgnhosting.com/?p=419',0,'revision','',0),(420,1,'2012-11-21 16:32:52','2012-11-21 16:32:52','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Abdominal Screen Analysis</strong>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: ACTH Response</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Adult Annual Profile</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1321</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry 21</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Adult Chemistry</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT (SGPT)</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: AERO/ANA/FUNGAL</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">740</p>\r\n<p style=\"line-height: .05;\">741</p>\r\n<p style=\"line-height: .05;\">709</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Aerobic Culture & Sensitivity</p>\r\n<p style=\"line-height: .05;\">Anaerobic Culture & Sensitivity </p>\r\n<p style=\"line-height: .05;\">Fungal Culture</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 3 culturettes or specimens</p>\r\n<p style=\"line-height: .05;\">Must specify source</p>\r\n<p style=\"line-height: .05;\">TAT: 48-72 hours Fungal: 30-45 days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Allergy Comprehensive Plus</strong>\r\n\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 5-7 working days</p>\r\n<p style=\"line-height: .05;\">Call lab for more information</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1088 / Anaerobic/Aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Anaerobic/Aerobic Culture</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">740</p>\r\n<p style=\"line-height: .05;\">741</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Aerobic Culture & Sensitivity</p>\r\n<p style=\"line-height: .05;\">Anaerobic Culture</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 culturettes or specimens</p>\r\n<p style=\"line-height: .05;\">Must specify source</p>\r\n<p style=\"line-height: .05;\">TAT: 48-72 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Australia Export</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">991</p>\r\n<p style=\"line-height: .05;\">913</p>\r\n<p style=\"line-height: .05;\">330</p>\r\n<p style=\"line-height: .05;\">607</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Ehrlichia Canis</p>\r\n<p style=\"line-height: .05;\">Leptospira Canicola</p>\r\n<p style=\"line-height: .05;\">Brucella Canis</p>\r\n<p style=\"line-height: .05;\">Leishmania Infantum</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 5-7 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Auto Immune A</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">270</p>\r\n<p style=\"line-height: .05;\">360</p>\r\n<p style=\"line-height: .05;\">411</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Antinuclear Antibody Screen</p>\r\n<p style=\"line-height: .05;\">Coombs Direct</p>\r\n<p style=\"line-height: .05;\">Rheumatoid Arthritis</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong>\r\n\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">WBC Estimate / Count</p>\r\n<p style=\"line-height: .05;\">Heterophils</p>\r\n<p style=\"line-height: .05;\">Bands</p>\r\n<p style=\"line-height: .05;\">Lymphocytes</p>\r\n<p style=\"line-height: .05;\">Monocytes</p>\r\n<p style=\"line-height: .05;\">Eosinophils</p>\r\n<p style=\"line-height: .05;\">Basophils</p>\r\n<p style=\"line-height: .05;\">RBC Morphology</p>\r\n<p style=\"line-height: .05;\">Hct</p>\r\n<p style=\"line-height: .05;\">Platelets Estimate</p>\r\n<p style=\"line-height: .05;\">Blood parasite screen</p>\r\n<p style=\"line-height: .05;\">Remarks</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 blood smears </p>\r\n<p style=\"line-height: .05;\"> 1 full HCT tube</p>\r\n<p style=\"line-height: .05;\"> 1 LT/GTT 0.3 ml</p>\r\n<p style=\"line-height: .05;\">TAT: 1-2 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Avian/Exotic Chemistry Basic</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">168</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">AST (SGOT)</p>\r\n<p style=\"line-height: .05;\">Uric Acid</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CK</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 1 GTT (0.3 ml) prefered</p>\r\n<p style=\"line-height: .05; text-indent: 40px;\">(serum could be used)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemistry Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Avian/Reptile Chemistry Comprehensive</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">121</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">168</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Chloride</p>\r\n<p style=\"line-height: .05;\">CPK</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Na</p>\r\n<p style=\"line-height: .05;\">Total Protein</p>\r\n<p style=\"line-height: .05;\">Uric Acid</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 0.5 ml heparinized plasma</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Avian/Reptile Screen Analysis</strong>\r\n\r\n<div style=\"float: left; width: 55px;\">\r\n<p style=\"line-height: .05;\">303</p>\r\n<p style=\"line-height: .05;\">302</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Avian chem</p>\r\n<p style=\"line-height: .05;\">Avian CBC/Plasma Protein</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 blood smears</p>\r\n<p style=\"line-height: .05; text-indent:50px\">1 full HCT tube</p>\r\n<p style=\"line-height: .05; text-indent:50px;\">1 LT/GTT 0.3 ml</p>\r\n<p style=\"line-height: .05; text-indent:50px;\">1 GTT (0.3 ml) preferred</p>\r\n<p style=\"line-height: .05;\">TAT: 1-2 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Avian/Reptile Comprehensive</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">305</p>\r\n<p style=\"line-height: .05;\">302</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Avian Chemistry Comprehensive</p>\r\n<p style=\"line-height: .05;\">Avian CBC/Plasma Protein</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 1 GTT (0.3 ml) preferred</p>\r\n<p style=\"line-height: .05; text-indent:50px;\">0.3 ml LTT</p>\r\n<p style=\"line-height: .05; text-indent:50px;\">2 full Hct tubes</p>\r\n<p style=\"line-height: .05; text-indent:50px;\">2 Blood smears</p>\r\n<p style=\"line-height: .05;\">TAT: 1-2 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Basic Body Function</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">Sodium</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Biochemistry Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">AST(SGOT),ALT(SGPT),</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\r\n<p style=\"line-height: .05;\">Cholesterol, Glucose</p>\r\n<p style=\"line-height: .05;\">Alk Phosphatase, GGT</p>\r\n<p style=\"line-height: .05;\">Phosphorus, Calcium</p>\r\n<p style=\"line-height: .05;\">Protein Total, Albumin</p>\r\n<p style=\"line-height: .05;\">Na, K, Cl, CO2</p>\r\n<p style=\"line-height: .05;\">Amylase, Lipase</p>\r\n<p style=\"line-height: .05;\">CK</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: BCP, CBC, T4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A101</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BCP</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Bile Acid Pre/Post</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">9961</p>\r\n<p style=\"line-height: .05;\">9962</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\r\n<p style=\"line-height: .05;\">Bile Acids Post-meal</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 SS 2ml each</p>\r\n<p style=\"line-height: .05;\">TAT: 1-3 days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Budget Profile</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Sapmle index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1365 / BUN/CRE + T4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: BUN/CRE + T4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: BUN/Creatinine/Phosphorus</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: BUN/Creatinine Ratio</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Calculi Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Calculi mass</p>\r\n<p style=\"line-height: .05;\">Calculi number</p>\r\n<p style=\"line-height: .05;\">Calculi size</p>\r\n<p style=\"line-height: .05;\">Calculi description</p>\r\n<p style=\"line-height: .05;\">Composition</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Calculus</p>\r\n<p style=\"line-height: .05;\">TAT: 5-7 days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Canine Combo</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Canine Comprehensive</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Canine Comprehensive 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">725</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">O&P+Giardia ELISA</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">Urine 3ml</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">Feces (in fecal container provided)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Cat Profile</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A110</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n<p style=\"line-height: .05;\">122</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BCP, CBC, T4</p>\r\n<p style=\"line-height: .05;\">Coronavirus</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n<p style=\"line-height: .05;\">FIA</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: CBC Basic</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">WBC Automatted</p>\r\n<p style=\"line-height: .05;\">Neutrophils</p>\r\n<p style=\"line-height: .05;\">Lymphocytes</p>\r\n<p style=\"line-height: .05;\">Monocytes</p>\r\n<p style=\"line-height: .05;\">Eosinophils</p>\r\n<p style=\"line-height: .05;\">Basophils</p>\r\n<p style=\"line-height: .05;\">RBC Automatted</p>\r\n<p style=\"line-height: .05;\">Hemoglobin</p>\r\n<p style=\"line-height: .05;\">Hematocrit</p>\r\n<p style=\"line-height: .05;\">MCV,MCH,MCHC</p>\r\n<p style=\"line-height: .05;\">Platelets Automatted count</p>\r\n<p style=\"line-height: .05;\">*slide not reviewed</p>\r\n<p style=\"line-height: .05;\">microscopically</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: CBC Complete</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">White Blood Cell Count</p>\r\n<p style=\"line-height: .05;\">Neutrophils</p>\r\n<p style=\"line-height: .05;\">Bands</p>\r\n<p style=\"line-height: .05;\">Lymphocytes</p>\r\n<p style=\"line-height: .05;\">Monocytes</p>\r\n<p style=\"line-height: .05;\">Eosinophils</p>\r\n<p style=\"line-height: .05;\">Basophils</p>\r\n<p style=\"line-height: .05;\">Red Blood Cell Count</p>\r\n<p style=\"line-height: .05;\">Hemoglobin</p>\r\n<p style=\"line-height: .05;\">Hematocrit</p>\r\n<p style=\"line-height: .05;\">MCV</p>\r\n<p style=\"line-height: .05;\">MCH</p>\r\n<p style=\"line-height: .05;\">MCHC</p>\r\n<p style=\"line-height: .05;\">NUCLEATED RED BLOOD CELLS</p>\r\n<p style=\"line-height: .05;\">Platelets count</p>\r\n<p style=\"line-height: .05;\">Platelets Count Estimate</p>\r\n<p style=\"line-height: .05;\">Remarks (morphology)</p>\r\n<p style=\"line-height: .05;\">*microscopic smear evaluation</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: CBC Comprehensive (Path Review)</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">White Blood Cell Count</p>\r\n<p style=\"line-height: .05;\">Neutrophils</p>\r\n<p style=\"line-height: .05;\">Bands</p>\r\n<p style=\"line-height: .05;\">Lymphocytes</p>\r\n<p style=\"line-height: .05;\">Monocytes</p>\r\n<p style=\"line-height: .05;\">Eosinophils</p>\r\n<p style=\"line-height: .05;\">Basophils</p>\r\n<p style=\"line-height: .05;\">Red Blood Cell Count</p>\r\n<p style=\"line-height: .05;\">Hemoglobin</p>\r\n<p style=\"line-height: .05;\">Hematocrit</p>\r\n<p style=\"line-height: .05;\">MCV</p>\r\n<p style=\"line-height: .05;\">MCH</p>\r\n<p style=\"line-height: .05;\">MCHC</p>\r\n<p style=\"line-height: .05;\">NUCLEATED RED BLOOD CELLS</p>\r\n<p style=\"line-height: .05;\">Platelets count</p>\r\n<p style=\"line-height: .05;\">Platelets Count Estimate</p>\r\n<p style=\"line-height: .05;\">Remarks (morphology)</p>\r\n<p style=\"line-height: .05;\">Microscopic smear evaluation</p>\r\n<p style=\"line-height: .05;\">*Pathologist Review</p>\r\n<p style=\"line-height: .05;\">when indicated</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A103 / CBC, BCP, UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: CBC, BCP, UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A101</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BCP</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, Urine</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: CBC/Chem expanded</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: CBC/CHEM/T4/UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">300</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Basic</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, urine</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chem 6/CBC</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chem 9</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX, CBC, UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chen EX, CBC, UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, Urine 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chem Expanded + T4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expand</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry 6</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry 11</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">286</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">102</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">BUN/ CREATININE RATIO</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] Chemistry 11/ CBC[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry 11/ CBC</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1311</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry 11</p>\r\n<p style=\"line-height: .05;\">CBC Basic</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry 21</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">142</p>\r\n<p style=\"color: #fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">AST,ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin, Direct Bilirubin</p>\r\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\r\n<p style=\"line-height: .05;\">Cholesterol, Glucose</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Na, K, Cl, CO2</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">LDH</p>\r\n<p style=\"line-height: .05;\">Amylase, Lipase</p>\r\n<p style=\"line-height: .05;\">CK</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry Basic</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry Complete</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">121</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">142</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">115</p>\r\n<p style=\"line-height: .05;\">182</p>\r\n<p style=\"line-height: .05;\">168</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Sodium</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Chloride</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">LDH</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\r\n<p style=\"line-height: .05;\">Bilirubin Indirect</p>\r\n<p style=\"line-height: .05;\">Uric Acid</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry Diabetic</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry Expanded</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">142</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">AST,ALT,Alk ph</p>\r\n<p style=\"line-height: .05;\">T Bilirubin, D Bilirubin, I Bilirubin</p>\r\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Protein Total, Albumin, Globulin</p>\r\n<p style=\"line-height: .05;\">Na,K,Cl,CO2,Ca</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">LDH</p>\r\n<p style=\"line-height: .05;\">Amylase,Lipase</p>\r\n<p style=\"line-height: .05;\">CK</p>\r\n<p style=\"line-height: .05;\">BUN/Creatinine ratio</p>\r\n<p style=\"line-height: .05;\">NA/ K ratio</p>\r\n<p style=\"line-height: .05;\">Albumin/Globulin ratio</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry Mini</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Chemistry NSAID</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Analysis 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">312</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">PT</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: BT 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Analysis 1 add-on</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">312</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">PT</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: BT 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Analysis 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">312</p>\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">130</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">PT</p>\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">Fibrinogen</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: BT 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Analysis 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">312</p>\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">131</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">PT</p>\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">131</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Analysis + TBF</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">312</p>\r\n<p style=\"line-height: .05;\">2020</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">PT</p>\r\n<p style=\"line-height: .05;\">Total Body Function</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, BT 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Profile 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">312</p>\r\n<p style=\"line-height: .05;\">130</p>\r\n<p style=\"line-height: .05;\">131</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">PT</p>\r\n<p style=\"line-height: .05;\">Fibrinogen</p>\r\n<p style=\"line-height: .05;\">Platelets Manual Count</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: LT 1ml, BT 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Profile 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">310</p>\r\n<p style=\"line-height: .05;\">312</p>\r\n<p style=\"line-height: .05;\">130</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">PTT</p>\r\n<p style=\"line-height: .05;\">PT</p>\r\n<p style=\"line-height: .05;\">Fibrinogen</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:BT 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coagulation Profile Complete</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">1093</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">Coagualtion profile basic</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: BT 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidioides IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Coccidioides IgG/IgM</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">790</p>\r\n<p style=\"line-height: .05;\">791</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Coccidioides IgG</p>\r\n<p style=\"line-height: .05;\">Coccidioides IgM</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: COMBO</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A101</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BCP</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Complete Body Function</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A101</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BCP</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Companion Custom</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial daily</p>\r\n<p style=\"line-height: .05;\">Full 24-48\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Cortisol 3 Sample</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">626</p>\r\n<p style=\"line-height: .05;\">631</p>\r\n<p style=\"line-height: .05;\">632</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Restine</p>\r\n<p style=\"line-height: .05;\">Cortisol Post 4 hrs.</p>\r\n<p style=\"line-height: .05;\">Coritsol Post 8 hrs</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml (3 samples)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Diabetic Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1306</p>\r\n<p style=\"line-height: .05;\">139</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Diabetic Chemistry</p>\r\n<p style=\"line-height: .05;\">Frutosamine</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">LT 1ml</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">Urine 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Drug Screen (Urine)</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Barbiturates</p>\r\n<p style=\"line-height: .05;\">Amphetamines</p>\r\n<p style=\"line-height: .05;\">Benzodiazepines</p>\r\n<p style=\"line-height: .05;\">Cocaine Metabolites</p>\r\n<p style=\"line-height: .05;\">Opiates</p>\r\n<p style=\"line-height: .05;\">Phencyclidine</p>\r\n<p style=\"line-height: .05;\">Cannabinoids</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Urine 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: 5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Electrolyte Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">121</p>\r\n<p style=\"line-height: .05;\">119</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Sodium</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Chloride</p>\r\n<p style=\"line-height: .05;\">CARBON DIOXIDE</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Equine Neurologic Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">610</p>\r\n<p style=\"line-height: .05;\">611</p>\r\n<p style=\"line-height: .05;\">612</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Eq Protozoal Myeloencephalitis</p>\r\n<p style=\"line-height: .05;\">West Nile V IgM Ab by ELISA</p>\r\n<p style=\"line-height: .05;\">Equine Herpes Type 1 PCR</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml (RTT)</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: 5-7 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Equine Standard Profile</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">115</p>\r\n<p style=\"line-height: .05;\">182</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n<p style=\"line-height: .05;\">130</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\r\n<p style=\"line-height: .05;\">Bilirubin Indirect</p>\r\n<p style=\"line-height: .05;\">CK</p>\r\n<p style=\"line-height: .05;\">Fibrinogen</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Equine Inflammatory Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">130</p>\r\n<p style=\"line-height: .05;\">248</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Fibrinogen</p>\r\n<p style=\"line-height: .05;\">Plasma protein</p>\r\n<p style=\"line-height: .05;\"CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Equine Screen</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">125</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\"Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">CK</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1515 / Feline Combo 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Combo 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1318 / Feline Combo 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Combo 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FeLV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A160 / Feline Combo 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Combo 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A101</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n<p style=\"line-height: .05;\">122</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Biochemistry Panel</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T3</p>\r\n<p style=\"line-height: .05;\">T4</p>\r\n<p style=\"line-height: .05;\">FT4</p>\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n<p style=\"line-height: .05;\">FIA</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A170 / Feline Combo 4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Combo 4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A101</p>\r\n<p style=\"line-height: .05;\">306</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n<p style=\"line-height: .05;\">122</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Biochemistry Panel</p>\r\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n<p style=\"line-height: .05;\">Mycoplasma Haemofelis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1502 / Feline Combo+Virals[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Combo+Virals</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\"166></p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">1530</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">Fe Viral A.</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1319 / Feline Combo+ fPLI[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Combo+ fPLI[</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">101</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">FePLI</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1510 / Feline complete 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline complete 1 </strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">306</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1104 / Feline complete 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline complete 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">306</p>\r\n<p style=\"line-height: .05;\">306</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1505 / Feline Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Comprehensive</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">306</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\r\n<p style=\"line-height: .05;\">T3, T4, FT4</p>\r\n<p style=\"line-height: .05;\">FCV, FIV, FeLV, FIA</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2002 / Feline Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Comprehensive 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">306</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">725</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\r\n<p style=\"line-height: .05;\">T3</p>\r\n<p style=\"line-height: .05;\">T4</p>\r\n<p style=\"line-height: .05;\">FT4</p>\r\n<p style=\"line-height: .05;\">FCV, FIV, FeLV, FIA</p>\r\n<p style=\"line-height: .05;\">O&P + Giardia Elisa</p>\r\n<p style=\"line-height: .05;\">UA\r\n</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml ,</p>\r\n<p style=\"line-height: .05;\"> feces 5 grs, urine 3 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1511 / Feline Comprehensive 3 [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Comprehensive 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n<p style=\"line-height: .05;\">122</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FeLV</p>\r\n<p style=\"line-height: .05;\">Mycoplasma Felis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1083 / Feline Comprehensive W FT4 ED[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Comprehensive W FT4 ED</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FeLV,</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: : Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily Partial</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">Full 24-48 Hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4505 / Feline Comprehensive Body Function[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Comprehensive Body Function</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">FCV, FIV, FeLV, FIA</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1m</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 3026 / Feline Custom 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Custom 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1530</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Fe Viral A</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1194 / Feline Diarrhea PCR Complete[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Diarrhea PCR Complete</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">137</p>\r\n<p style=\"line-height: .05;\">138</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">141</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cryptosporidium PCR</p>\r\n<p style=\"line-height: .05;\">Giardia PCR</p>\r\n<p style=\"line-height: .05;\">Tritrichomonas Foetus by PCR</p>\r\n<p style=\"line-height: .05;\">Clostridium Perfringens PCR</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:5 g fresh feces </p>\r\n<p style=\"line-height: .05;\">in a sterile container</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1193 / Feline Diarrhea PCR 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Diarrhea PCR 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">137</p>\r\n<p style=\"line-height: .05;\">138</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cryptosporidium PCR</p>\r\n<p style=\"line-height: .05;\">Giardia PCR</p>\r\n<p style=\"line-height: .05;\">Tritrichomonas Foetus by PCR</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:5 g fresh feces</p>\r\n<p style=\"line-height: .05;\">in a sterile container</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1075 / Feline herpes/Calici virus[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline herpes/Calici virus</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">954</p>\r\n<p style=\"line-height: .05;\">956</p>\r\n<p style=\"line-height: .05;\">910</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Fe Herpes IFA</p>\r\n<p style=\"line-height: .05;\">Fe Calicivirus IFA</p>\r\n<p style=\"line-height: .05;\">Fe Panleukopenia IFA</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1061 / Feline HW Ag/Ab[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline HW Ag/Ab</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">960</p>\r\n<p style=\"line-height: .05;\">961</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n<p style=\"line-height: .05;\">Heartworm Ab</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 1-3 working Days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1503 / Feline Maldigestion [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Maldigestion</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">419</p>\r\n<p style=\"line-height: .05;\">422</p>\r\n<p style=\"line-height: .05;\">421</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 350px;\">\r\n<p style=\"line-height: .05;\">Fe Trypsin-Like Immunoreactivity</p>\r\n<p style=\"line-height: .05;\">Folate</p>\r\n<p style=\"line-height: .05;\">Cobalamin</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 Working Days </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1503 / Feline Maldigestion 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Maldigestion 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">419</p>\r\n<p style=\"line-height: .05;\">422</p>\r\n<p style=\"line-height: .05;\">421</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">fPLI</p>\r\n<p style=\"line-height: .05;\">Folate</p>\r\n<p style=\"line-height: .05;\">Cobalamin</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 Working Days </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1500 / Feline Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Screen Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 8870 / Feline Special Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Special Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1530</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Basic</p>\r\n<p style=\"line-height: .05;\">Fe Viral A.</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1099 / Feline TBF[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline TBF</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">1530</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Basic</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Fe Viral A.</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml,LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1073 / Feline URD PCR[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline URD PCR</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">118</p>\r\n<p style=\"line-height: .05;\">120</p>\r\n<p style=\"line-height: .05;\">134</p>\r\n<p style=\"line-height: .05;\">634</p>\r\n<p style=\"line-height: .05;\">637</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Fe Herpes 1 PCR</p>\r\n<p style=\"line-height: .05;\">Calicivirus PCR</p>\r\n<p style=\"line-height: .05;\">Chlamydophila Fe</p>\r\n<p style=\"line-height: .05;\">Mycoplasma PCR</p>\r\n<p style=\"line-height: .05;\">Bordetella PCR</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Pharyngeal and conjunctival swab</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1530 / Feline Viral A. III[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Viral A. III</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FeLV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1530AD / Feline Viral A. III Add-on[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Viral A. III Add-on</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">965</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">FCV, FIV, FeLV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1103 / Fecal Digestive[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Fecal Digestive</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">727</p>\r\n<p style=\"line-height: .05;\">750</p>\r\n<p style=\"line-height: .05;\">750</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Trypsin</p>\r\n<p style=\"line-height: .05;\">Fecal Starch</p>\r\n<p style=\"line-height: .05;\">Fecal Fat</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 3-5 g fresh feces</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1062 / Feline Scan[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Scan</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">965</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">FCV</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FeLV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2520AD / Feline Viral II[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Viral II</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">970</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">FIV, FeLV</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2520 / Feline Viral II[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Feline Viral II</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FELV</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1100 / Fluid Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Fluid Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">806</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Fluid Color</p>\r\n<p style=\"line-height: .05;\">Fluid Appearance</p>\r\n<p style=\"line-height: .05;\">Fluid Total Protein</p>\r\n<p style=\"line-height: .05;\">Fluid Specific Gravity</p>\r\n<p style=\"line-height: .05;\">Red Blood Cell Count</p>\r\n<p style=\"line-height: .05;\">White Blood Cell Count</p>\r\n<p style=\"line-height: .05;\">Automated differential count</p>\r\n<p style=\"line-height: .05;\">Cytology</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: RF 3ml /LF 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: 2-3 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2090 / fPL+UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: fPL+UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">101</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">FePLI</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, Urine 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Fungal Serology</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">178</p>\r\n<p style=\"line-height: .05;\">287</p>\r\n<p style=\"line-height: .05;\">296</p>\r\n<p style=\"line-height: .05;\">179</p>\r\n<p style=\"line-height: .05;\">180</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Histoplasma</p>\r\n<p style=\"line-height: .05;\">Aspergillus</p>\r\n<p style=\"line-height: .05;\">Cryptococcus Ag</p>\r\n<p style=\"line-height: .05;\">Blastomyces</p>\r\n<p style=\"line-height: .05;\">Blastomyces</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml </p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1087 / Geriatric Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Geriatric Analysis 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">167</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Triglycerides</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Geriatric Analysis 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\r\n<p style=\"line-height: .05;\">Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Geriatric Analysis 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Geriatric Analysis 4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">167</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n<p style=\"line-height: .05;\">171AD</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">Triglycerides</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n<p style=\"line-height: .05;\">Urinalysis Add-on</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: : Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">, Urine 3 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name :Geriatric Analysis 5</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">Osmolality</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Geriatric Analysis 6</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7 [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: 2100 / Geriatric Analysis 7</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\r\n<p style=\"line-height: .05;\">TAT: Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Geriatric Analysis 8</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Glucose Curve 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">2 hour Glucose</p>\r\n<p style=\"line-height: .05;\">4 Hour Glucose</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:3 Serum samples 3ml ea</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Glucose Pre/Post</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">2 hour Glucose</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 Serum samples 3ml ea.</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Health Check</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry 21, CK, GGT, CO2</p>\r\n<p style=\"line-height: .05;\">Anion gap</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml,LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Health Screen 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">300</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Basic</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Health Screen 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Health Screen 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">167</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">Triglycerides</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: HW Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n<p style=\"line-height: .05;\">985</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n<p style=\"line-height: .05;\">Microfilaria</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Hyperthyroid Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Immunoglobulins</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">265</p>\r\n<p style=\"line-height: .05;\">266</p>\r\n<p style=\"line-height: .05;\">267</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">IgA</p>\r\n<p style=\"line-height: .05;\">IgG</p>\r\n<p style=\"line-height: .05;\">IgM</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working Days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Jr Wellness</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Jr Wellness K9</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness/Fecal[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Jr Wellness/Fecal</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">724</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Ova & Parasites</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">3-5 g fresh feces</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Jr Fe Wellness/Viral II</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1301</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n<p style=\"line-height: .05;\">2520</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Basic</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n<p style=\"line-height: .05;\">Feline Viral II</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml </p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2502 / K9 Combo + cPL[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Combo + cPL</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">104</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">cPL</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/special cPL[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Combo/special cPL</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">104</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">cPL</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Comp + Vaccines</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">2000</p>\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Canine Comp</p>\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: k9 Comp W FT4ED</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\r\n<p style=\"line-height: .05;\">Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Diarrhea PCR</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">137</p>\r\n<p style=\"line-height: .05;\">138</p>\r\n<p style=\"line-height: .05;\">141</p>\r\n<p style=\"line-height: .05;\">145</p>\r\n<p style=\"line-height: .05;\">147</p>\r\n<p style=\"line-height: .05;\">144</p>\r\n<p style=\"line-height: .05;\">953</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cryptosporidium PCR</p>\r\n<p style=\"line-height: .05;\">Giardia PCR</p>\r\n<p style=\"line-height: .05;\">Clotridium Perfringens PCR</p>\r\n<p style=\"line-height: .05;\">Parvovirus 2 PCR</p>\r\n<p style=\"line-height: .05;\">Salmonella PCR</p>\r\n<p style=\"line-height: .05;\">Coronavirus Enteric PCR</p>\r\n<p style=\"line-height: .05;\">Distemper PCR</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 5 g fresh feces in sterile container;</p>\r\n<p style=\"line-height: .05;\">keep refrigerated</p>\r\n<p style=\"line-height: .05;\">TAT: 3- 5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Maldigestion</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">422</p>\r\n<p style=\"line-height: .05;\">420</p>\r\n<p style=\"line-height: .05;\">421</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Folate</p>\r\n<p style=\"line-height: .05;\">cTLI</p>\r\n<p style=\"line-height: .05;\">Cobalamin</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Mini</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">286</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">BUN / CREATININE RATIO</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 URD PANEL PCR</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">637</p>\r\n<p style=\"line-height: .05;\">953</p>\r\n<p style=\"line-height: .05;\">183</p>\r\n<p style=\"line-height: .05;\">184</p>\r\n<p style=\"line-height: .05;\">185</p>\r\n<p style=\"line-height: .05;\">186</p>\r\n<p style=\"line-height: .05;\">187</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Bordetella PCR</p>\r\n<p style=\"line-height: .05;\">Distemper PCR</p>\r\n<p style=\"line-height: .05;\">K9 Adenovirus Type 2 by PCR</p>\r\n<p style=\"line-height: .05;\">K9 Herpes virus 1 by PCR</p>\r\n<p style=\"line-height: .05;\">K9 Para influenza Type 3 PCR</p>\r\n<p style=\"line-height: .05;\">K9 Influenza PCR</p>\r\n<p style=\"line-height: .05;\">K9 Respiratory Coronavirus PCR</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Deep pharyngeal swab (with visible organic material</p>\r\n<p style=\"line-height: .05;\">on swab; please rub firmly) and a conjuctival swab</p>\r\n<p style=\"line-height: .05;\">(wipe eye clean; swab inside of eyelid)</p>\r\n<p style=\"line-height: .05;\">in the same tube. Please submit dry,</p>\r\n<p style=\"line-height: .05;\">plastic-stemmed swabs without Transport media,</p>\r\n<p style=\"line-height: .05;\">in a serum tube or an empty,</p>\r\n<p style=\"line-height: .05;\">sterile tube; keep refrigerated</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 ick PCR Com</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">812</p>\r\n<p style=\"line-height: .05;\">813</p>\r\n<p style=\"line-height: .05;\">814</p>\r\n<p style=\"line-height: .05;\">815</p>\r\n<p style=\"line-height: .05;\">816</p>\r\n<p style=\"line-height: .05;\">817</p>\r\n<p style=\"line-height: .05;\">818</p>\r\n<p style=\"line-height: .05;\">819</p>\r\n<p style=\"line-height: .05;\">820</p>\r\n<p style=\"line-height: .05;\">821</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Lyme C6 Ab ELISIA</p>\r\n<p style=\"line-height: .05;\">Babesia SPP PCR</p>\r\n<p style=\"line-height: .05;\">Anaplasma SPP PCR</p>\r\n<p style=\"line-height: .05;\">Ehrlichia SPP PCR</p>\r\n<p style=\"line-height: .05;\">Rocky Mtn. Spotted Fever PCR</p>\r\n<p style=\"line-height: .05;\">Hepatozoon SPP PCR</p>\r\n<p style=\"line-height: .05;\">Leishmania SPP PCR</p>\r\n<p style=\"line-height: .05;\">Neorickettsia Risticii PCR</p>\r\n<p style=\"line-height: .05;\">K9 Bartonella PCR</p>\r\n<p style=\"line-height: .05;\">Mycoplasma Hamocanis PCR</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 2ml</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">keep refrigerated</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Viral II</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">935</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus Ag (Fecal)</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, 3-5 g fresh feces</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: K9 Viral III</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml or LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Kidney-lyte panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">121</p>\r\n<p style=\"line-height: .05;\">119</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Sodium</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Chloride</p>\r\n<p style=\"line-height: .05;\">CO2</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Phosphous</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 1ml, LT 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: LA Fe COMBO</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">119</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">970</p>\r\n<p style=\"line-height: .05;\">975</p>\r\n<p style=\"line-height: .05;\">122</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">CO2</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">FIV</p>\r\n<p style=\"line-height: .05;\">FeLV</p>\r\n<p style=\"line-height: .05;\">Mycoplasma Haemofelis</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 1ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Leptospirosis Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">917</p>\r\n<p style=\"line-height: .05;\">919</p>\r\n<p style=\"line-height: .05;\">916</p>\r\n<p style=\"line-height: .05;\">914</p>\r\n<p style=\"line-height: .05;\">913</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Leptospira Pomona</p>\r\n<p style=\"line-height: .05;\">Leptospira Hardjo</p>\r\n<p style=\"line-height: .05;\">Leptospira Ictrehaemmorragiae</p>\r\n<p style=\"line-height: .05;\">Leptospira Gryppotyphosa</p>\r\n<p style=\"line-height: .05;\">Leptospira Canicole</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Liver Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">AST (SGOT)</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Liver Profile 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Indec</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Liver Profile 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">115</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">9961</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin, Globulin</p>\r\n<p style=\"line-height: .05;\">A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Alkaline Phsphatase</p>\r\n<p style=\"line-height: .05;\">AST, ALT, GGT</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver profile 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Liver Profile 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">102</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">9961</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Liver Profile 4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">102</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">115</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">182</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">126</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">9961</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Bilirubin Indirect BILIRUBIN</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\"><Cholsterol/p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Low Dose Dexmethasone</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">628</p>\r\n<p style=\"line-height: .05;\">631</p>\r\n<p style=\"line-height: .05;\">632</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Pre-Dex Cortisol</p>\r\n<p style=\"line-height: .05;\">4 HR DEX</p>\r\n<p style=\"line-height: .05;\">8 HR DEX</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 3 Serum 2ml (pre, 4, 8 hrs)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 725 / O & P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: O&P+Giardia ELISA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">724</p>\r\n<p style=\"line-height: .05;\">407</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Ova & Parastites</p>\r\n<p style=\"line-height: .05;\">Giardia ELISA</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 3-5 fresh feces</p>\r\n<p style=\"line-height: .05;\">Use fecal container (DO NOT USE BAGS)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 3670 / Parathyroid Hormone[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Parathyroid Hormone</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">136</p>\r\n<p style=\"line-height: .05;\">367</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Ionized CA</p>\r\n<p style=\"line-height: .05;\">Parathyroid H</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 1ml in Red top after overnight fast</p>\r\n<p style=\"line-height: .05;\">separated into plastic tube and frozen</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Parvovirus Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Sodium</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Pavovirus IgG</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Pet mini screen</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Pet Screen</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">158</p>\r\n<p style=\"line-height: .05;\">150</p>\r\n<p style=\"line-height: .05;\">151</p>\r\n<p style=\"line-height: .05;\">121</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">286</p>\r\n<p style=\"line-height: .05;\">117</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">102</p>\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">142</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">156</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">115</p>\r\n<p style=\"line-height: .05;\">182</p>\r\n<p style=\"line-height: .05;\">168</p>\r\n<p style=\"line-height: .05;\">107</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Sodium</p>\r\n<p style=\"line-height: .05;\">Potassium</p>\r\n<p style=\"line-height: .05;\">NA/K RAT Na/K Ratio</p>\r\n<p style=\"line-height: .05;\">Chloride</p>\r\n<p style=\"line-height: .05;\">Glcose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">BUN/CREATININE RATIO</p>\r\n<p style=\"line-height: .05;\">Calcium</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">LDH</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">AST</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\r\n<p style=\"line-height: .05;\">Indirect Bilirubin</p>\r\n<p style=\"line-height: .05;\">Uric Acid</p>\r\n<p style=\"line-height: .05;\">CA/PO$ Ratio</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Phenobarbital Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">9961</p>\r\n<p style=\"line-height: .05;\">501</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\r\n<p style=\"line-height: .05;\">Phenobarbital</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, RT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Phenobarbital Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">996</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">102</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">132</p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">501</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Bile Acids Pre & Post</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Albumin, Globulin</p>\r\n<p style=\"line-height: .05;\">A?G Ratio</p>\r\n<p style=\"line-height: .05;\">ALP, AST, ALT</p>\r\n<p style=\"line-height: .05;\">GGT</p>\r\n<p style=\"line-height: .05;\">T Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Phenobarbital</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, RT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Pre-op Panel 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">106</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase </p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Pre-op Panel 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 350px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete + Amylase, Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Pre-op Panel 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\r\n<p style=\"line-height: .05;\">Albumin, Globulin</p>\r\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">PT, PTT</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, BT 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1160 / Pre-Op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Pre-Op Panel 4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">103</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, GY 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Protein Electrophoresis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Total Protein</p>\r\n<p style=\"line-height: .05;\">Albumin</p>\r\n<p style=\"line-height: .05;\">Alpha 1 Globulin</p>\r\n<p style=\"line-height: .05;\">Alpha 2 Globulin</p>\r\n<p style=\"line-height: .05;\">Total Alpha Globulin</p>\r\n<p style=\"line-height: .05;\">A/G Ratio</p>\r\n<p style=\"line-height: .05;\">GAMA1</p>\r\n<p style=\"line-height: .05;\">GAMA 2</p>\r\n<p style=\"line-height: .05;\">Beta 1 Globulin</p>\r\n<p style=\"line-height: .05;\">Beta 2 Globulin</p>\r\n<p style=\"line-height: .05;\">Total Beta Glob</p>\r\n<p style=\"line-height: .05;\">Gamma Globulin</p>\r\n<p style=\"line-height: .05;\">Globulin</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\r\n<p style=\"line-height: .05;\">TAT:4-5 Working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Renal Analysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 350px;\">\r\n<p style=\"line-height: .05;\">Na, K, Na/K Ratio</p>\r\n<p style=\"line-height: .05;\">BUN, Creatinine, BUN/Creat Ratio</p>\r\n<p style=\"line-height: .05;\">Calcium, Phosphorus, Glucose</p>\r\n<p style=\"line-height: .05;\">CA/PO4 Ratio</p>\r\n<p style=\"line-height: .05;\">Albumin, Globulin,A/G Ratio, Protein Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Renal Screen</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">148</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Phosphorus</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Reptile Screen A</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Albumin, Total protein, Globulin</p>\r\n<p style=\"line-height: .05;\">Albumin/globulin ratio</p>\r\n<p style=\"line-height: .05;\">ALP, ALT, AST, BUN</p>\r\n<p style=\"line-height: .05;\">Na, K, Ca</p>\r\n<p style=\"line-height: .05;\">Cholesterol, Glucose, CK</p>\r\n<p style=\"line-height: .05;\">LDH, Phosphorus, Uric Acid</p>\r\n<p style=\"line-height: .05;\">Plasma Protein</p>\r\n<p style=\"line-height: .05;\">Avian/exotic CBC</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:0.3 ml Heparinized plasma/serum, 2 blood smears</p>\r\n<p style=\"line-height: .05;\">TAT: 1-2 Working days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior Fe + UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior Health 1</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior panel profile</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">A110</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">BCP, CBC, T4</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">T3</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior Prof + fPLI</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1054</p>\r\n<p style=\"line-height: .05;\">101</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Vet chem+CBC</p>\r\n<p style=\"line-height: .05;\">FePLI (2-3 days)</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3m</p>\r\n<p style=\"line-height: .05;\">TAT: (Partial) Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior Prof Comp</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">724</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Ova & Parasites</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml,</p>\r\n<p style=\"line-height: .05;\">RU 3ml, 3-5 g fresh feces</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior VIP</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial: Daily </p>\r\n<p style=\"line-height: .05;\"> Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior Well/Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">910</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Fe Panleukopenia</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Senior Well/vaccines</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">3033</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">Vaccines Titer</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Spec Prof 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">167</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">Triglycerides</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Partial Daily</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\"> Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF PLUS + FT4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">167</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">Triglycerides</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1m</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF Special</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1530</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Fe Viral A.</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF+Fe Viral III</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1530</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Fe Viral A.</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF+T4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF+T4+FT4ED</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\r\n<p style=\"line-height: .05; text-indent: 50;\"> Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF+T4+UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1305</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Vet Chem</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TBF/T4/FT4ED/UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TH Profile + UA</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, urine</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Thyroid Panel</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">668</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">T-3</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2 [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Thyroid Panel 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Thyroid Screen</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">366</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Partial Daily</p>\r\n<p style=\"line-height: .05; text-indent: 50px;\">Full 24-48 hours</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Thyroid screen 3</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Thyroid screen 4</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">124</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n<p style=\"line-height: .05;\">342</p>\r\n<p style=\"line-height: .05;\">668</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cholesterol</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n<p style=\"line-height: .05;\">Free T4</p>\r\n<p style=\"line-height: .05;\">T-3</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Tick Serology</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">991</p>\r\n<p style=\"line-height: .05;\">925</p>\r\n<p style=\"line-height: .05;\">338</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Ehrlichia Canis</p>\r\n<p style=\"line-height: .05;\">Lyme (Borreliosis )</p>\r\n<p style=\"line-height: .05;\">Rocky Mountain</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Tick Serology 2</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">991</p>\r\n<p style=\"line-height: .05;\">338</p>\r\n<p style=\"line-height: .05;\">112</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Ehrlichia Canis</p>\r\n<p style=\"line-height: .05;\">Rocky Mountain</p>\r\n<p style=\"line-height: .05;\">Lyme C6 Quant.</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT: 3-5 Days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Total Body Function Plus</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1303</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">166</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">T4 Total</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: </strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">1302</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">143</p>\r\n<p style=\"line-height: .05;\">301</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Chemistry Complete</p>\r\n<p style=\"line-height: .05;\">Amylase</p>\r\n<p style=\"line-height: .05;\">Lipase</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Toxoplasma IgG/IgM</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">944</p>\r\n<p style=\"line-height: .05;\">945</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Toxoplasma IgM</p>\r\n<p style=\"line-height: .05;\">Toxoplasma IgG</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: TSH/FT4ED</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">366</p>\r\n<p style=\"line-height: .05;\">663</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Free T4 ED</p>\r\n<p style=\"line-height: .05;\">TSH</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\r\n<p style=\"line-height: .05;\">TAT:(Partial) Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: U Cortisol/Creatinine Ratio</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">133</p>\r\n<p style=\"line-height: .05;\">113</p>\r\n<p style=\"line-height: .05;\">123</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urine Cortisol</p>\r\n<p style=\"line-height: .05;\">Urine Creatinine</p>\r\n<p style=\"line-height: .05;\">Urine Cortisol/Creatinine ratio</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Urine sample should be brought from home</p>\r\n<p style=\"line-height: .05;\">Stress causes Cortisol ratio to elevate:</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: U protein/creatinine ratio</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urine Protein</p>\r\n<p style=\"line-height: .05;\">Urine Creatinine</p>\r\n<p style=\"line-height: .05;\">U Pro/Creatinine ratio</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:RU 2ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Urinalysis</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urine Volume</p>\r\n<p style=\"line-height: .05;\">Color</p>\r\n<p style=\"line-height: .05;\">Appearance</p>\r\n<p style=\"line-height: .05;\">Specific gravity</p>\r\n<p style=\"line-height: .05;\">Protein</p>\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">Bilirubin</p>\r\n<p style=\"line-height: .05;\">Ketones</p>\r\n<p style=\"line-height: .05;\">Blood</p>\r\n<p style=\"line-height: .05;\">pH</p>\r\n<p style=\"line-height: .05;\">WBC</p>\r\n<p style=\"line-height: .05;\">RBC</p>\r\n<p style=\"line-height: .05;\">Epithelial Cells</p>\r\n<p style=\"line-height: .05;\">Casts</p>\r\n<p style=\"line-height: .05;\">Crystals</p>\r\n<p style=\"line-height: .05;\">Bacteria</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Urinalysis Add-on</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">171</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:RU 3ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: UA+Microalbumin</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\">175</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">Urine Microalbumin</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:RU 3ml </p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/ MIC[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: UA/ MIC</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">171</p>\r\n<p style=\"line-height: .05;\"715 MIC</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urinalysis</p>\r\n<p style=\"line-height: .05;\">Urine Culture</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:Partial-Daily; Final-48 hrs</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: U Bile Acids/Creatinine Ratio</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">113</p>\r\n<p style=\"line-height: .05;\">601</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Urine Creatinine</p>\r\n<p style=\"line-height: .05;\">Urine Bile Acids </p>\r\n<p style=\"line-height: .05;\">UBA/CREAT RATIO</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:RU 3ml</p>\r\n<p style=\"line-height: .05;\">TAT:3-5 Days</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Vaccines Titer</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Vet Chem</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\"></p>\r\n<p style=\"line-height: .05;\">114</p>\r\n<p style=\"line-height: .05;\"></p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 350px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl,Ca, Na/K Ratio</p>\r\n<p style=\"line-height: .05;\">Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP,ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 3ml </p>\r\n<p style=\"line-height: .05;\">TAT:Daily</p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Vet chem+CBC</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 3ml, LT 1 ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Test Name: Young K9 Follow Up</strong>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen:Serum 3ml, LT 1 ml</p>\r\n<p style=\"line-height: .05;\">TAT:Daily </p>\r\n\r\n</div>\r\n[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','publish','closed','closed','','lab-codes','','','2013-03-08 21:35:23','2013-03-08 21:35:23','',0,'http://avalab.omgnhosting.com/?page_id=420',0,'page','',0),(421,1,'2012-11-21 16:32:05','2012-11-21 16:32:05','','Lab Codes','','inherit','closed','open','','420-revision','','','2012-11-21 16:32:05','2012-11-21 16:32:05','',420,'http://avalab.omgnhosting.com/?p=421',0,'revision','',0),(422,1,'2013-03-08 21:31:03','2013-03-08 21:31:03','[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Abdominal Screen Analysis</strong>\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 450px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"float: left; width: 500px;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: ACTH Response</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">627</p>\n<p style=\"line-height: .05;\">626</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\n<p style=\"line-height: .05;\">Cortisol Resting</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Adult Annual Profile</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1321</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry 21</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Adult Chemistry</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT (SGPT)</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: AERO/ANA/FUNGAL</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">740</p>\n<p style=\"line-height: .05;\">741</p>\n<p style=\"line-height: .05;\">709</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Aerobic Culture & Sensitivity</p>\n<p style=\"line-height: .05;\">Anaerobic Culture & Sensitivity </p>\n<p style=\"line-height: .05;\">Fungal Culture</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 3 culturettes or specimens</p>\n<p style=\"line-height: .05;\">Must specify source</p>\n<p style=\"line-height: .05;\">TAT: 48-72 hours Fungal: 30-45 days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Allergy Comprehensive Plus</strong>\n\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 5-7 working days</p>\n<p style=\"line-height: .05;\">Call lab for more information</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1088 / Anaerobic/Aerobic Culture[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Anaerobic/Aerobic Culture</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">740</p>\n<p style=\"line-height: .05;\">741</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Aerobic Culture & Sensitivity</p>\n<p style=\"line-height: .05;\">Anaerobic Culture</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2 culturettes or specimens</p>\n<p style=\"line-height: .05;\">Must specify source</p>\n<p style=\"line-height: .05;\">TAT: 48-72 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Australia Export</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">991</p>\n<p style=\"line-height: .05;\">913</p>\n<p style=\"line-height: .05;\">330</p>\n<p style=\"line-height: .05;\">607</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Ehrlichia Canis</p>\n<p style=\"line-height: .05;\">Leptospira Canicola</p>\n<p style=\"line-height: .05;\">Brucella Canis</p>\n<p style=\"line-height: .05;\">Leishmania Infantum</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 5-7 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Auto Immune A</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">270</p>\n<p style=\"line-height: .05;\">360</p>\n<p style=\"line-height: .05;\">411</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Antinuclear Antibody Screen</p>\n<p style=\"line-height: .05;\">Coombs Direct</p>\n<p style=\"line-height: .05;\">Rheumatoid Arthritis</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong>\n\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">WBC Estimate / Count</p>\n<p style=\"line-height: .05;\">Heterophils</p>\n<p style=\"line-height: .05;\">Bands</p>\n<p style=\"line-height: .05;\">Lymphocytes</p>\n<p style=\"line-height: .05;\">Monocytes</p>\n<p style=\"line-height: .05;\">Eosinophils</p>\n<p style=\"line-height: .05;\">Basophils</p>\n<p style=\"line-height: .05;\">RBC Morphology</p>\n<p style=\"line-height: .05;\">Hct</p>\n<p style=\"line-height: .05;\">Platelets Estimate</p>\n<p style=\"line-height: .05;\">Blood parasite screen</p>\n<p style=\"line-height: .05;\">Remarks</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2 blood smears </p>\n<p style=\"line-height: .05;\"> 1 full HCT tube</p>\n<p style=\"line-height: .05;\"> 1 LT/GTT 0.3 ml</p>\n<p style=\"line-height: .05;\">TAT: 1-2 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Avian/Exotic Chemistry Basic</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">168</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">125</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">AST (SGOT)</p>\n<p style=\"line-height: .05;\">Uric Acid</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CK</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 1 GTT (0.3 ml) prefered</p>\n<p style=\"line-height: .05; text-indent: 40px;\">(serum could be used)</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 305 / Avian/Reptile Chemistry Comprehensive[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Avian/Reptile Chemistry Comprehensive</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">121</p>\n<p style=\"line-height: .05;\">125</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">168</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Chloride</p>\n<p style=\"line-height: .05;\">CPK</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Na</p>\n<p style=\"line-height: .05;\">Total Protein</p>\n<p style=\"line-height: .05;\">Uric Acid</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 0.5 ml heparinized plasma</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Avian/Reptile Screen Analysis</strong>\n\n<div style=\"float: left; width: 55px;\">\n<p style=\"line-height: .05;\">303</p>\n<p style=\"line-height: .05;\">302</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Avian chem</p>\n<p style=\"line-height: .05;\">Avian CBC/Plasma Protein</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2 blood smears</p>\n<p style=\"line-height: .05; text-indent:50px\">1 full HCT tube</p>\n<p style=\"line-height: .05; text-indent:50px;\">1 LT/GTT 0.3 ml</p>\n<p style=\"line-height: .05; text-indent:50px;\">1 GTT (0.3 ml) preferred</p>\n<p style=\"line-height: .05;\">TAT: 1-2 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1207 Avian/Reptile Comprehensive[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Avian/Reptile Comprehensive</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">305</p>\n<p style=\"line-height: .05;\">302</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Avian Chemistry Comprehensive</p>\n<p style=\"line-height: .05;\">Avian CBC/Plasma Protein</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 1 GTT (0.3 ml) preferred</p>\n<p style=\"line-height: .05; text-indent:50px;\">0.3 ml LTT</p>\n<p style=\"line-height: .05; text-indent:50px;\">2 full Hct tubes</p>\n<p style=\"line-height: .05; text-indent:50px;\">2 Blood smears</p>\n<p style=\"line-height: .05;\">TAT: 1-2 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Basic Body Function</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">Sodium</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Biochemistry Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"line-height: .05;\">125</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">AST(SGOT),ALT(SGPT),</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\n<p style=\"line-height: .05;\">Cholesterol, Glucose</p>\n<p style=\"line-height: .05;\">Alk Phosphatase, GGT</p>\n<p style=\"line-height: .05;\">Phosphorus, Calcium</p>\n<p style=\"line-height: .05;\">Protein Total, Albumin</p>\n<p style=\"line-height: .05;\">Na, K, Cl, CO2</p>\n<p style=\"line-height: .05;\">Amylase, Lipase</p>\n<p style=\"line-height: .05;\">CK</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: BCP, CBC, T4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A101</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BCP</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Bile Acid Pre/Post</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">9961</p>\n<p style=\"line-height: .05;\">9962</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\n<p style=\"line-height: .05;\">Bile Acids Post-meal</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2 SS 2ml each</p>\n<p style=\"line-height: .05;\">TAT: 1-3 days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Budget Profile</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Sapmle index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1365 / BUN/CRE + T4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: BUN/CRE + T4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">166</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: BUN/Creatinine/Phosphorus</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">148</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: BUN/Creatinine Ratio</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Calculi Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Calculi mass</p>\n<p style=\"line-height: .05;\">Calculi number</p>\n<p style=\"line-height: .05;\">Calculi size</p>\n<p style=\"line-height: .05;\">Calculi description</p>\n<p style=\"line-height: .05;\">Composition</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Calculus</p>\n<p style=\"line-height: .05;\">TAT: 5-7 days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Canine Combo</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Canine Comprehensive</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Canine Comprehensive 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">725</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">O&P+Giardia ELISA</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05; text-indent: 50px;\">Urine 3ml</p>\n<p style=\"line-height: .05; text-indent: 50px;\">Feces (in fecal container provided)</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Cat Profile</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A110</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n<p style=\"line-height: .05;\">122</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BCP, CBC, T4</p>\n<p style=\"line-height: .05;\">Coronavirus</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FELV</p>\n<p style=\"line-height: .05;\">FIA</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: CBC Basic</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">WBC Automatted</p>\n<p style=\"line-height: .05;\">Neutrophils</p>\n<p style=\"line-height: .05;\">Lymphocytes</p>\n<p style=\"line-height: .05;\">Monocytes</p>\n<p style=\"line-height: .05;\">Eosinophils</p>\n<p style=\"line-height: .05;\">Basophils</p>\n<p style=\"line-height: .05;\">RBC Automatted</p>\n<p style=\"line-height: .05;\">Hemoglobin</p>\n<p style=\"line-height: .05;\">Hematocrit</p>\n<p style=\"line-height: .05;\">MCV,MCH,MCHC</p>\n<p style=\"line-height: .05;\">Platelets Automatted count</p>\n<p style=\"line-height: .05;\">*slide not reviewed</p>\n<p style=\"line-height: .05;\">microscopically</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: CBC Complete</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">White Blood Cell Count</p>\n<p style=\"line-height: .05;\">Neutrophils</p>\n<p style=\"line-height: .05;\">Bands</p>\n<p style=\"line-height: .05;\">Lymphocytes</p>\n<p style=\"line-height: .05;\">Monocytes</p>\n<p style=\"line-height: .05;\">Eosinophils</p>\n<p style=\"line-height: .05;\">Basophils</p>\n<p style=\"line-height: .05;\">Red Blood Cell Count</p>\n<p style=\"line-height: .05;\">Hemoglobin</p>\n<p style=\"line-height: .05;\">Hematocrit</p>\n<p style=\"line-height: .05;\">MCV</p>\n<p style=\"line-height: .05;\">MCH</p>\n<p style=\"line-height: .05;\">MCHC</p>\n<p style=\"line-height: .05;\">NUCLEATED RED BLOOD CELLS</p>\n<p style=\"line-height: .05;\">Platelets count</p>\n<p style=\"line-height: .05;\">Platelets Count Estimate</p>\n<p style=\"line-height: .05;\">Remarks (morphology)</p>\n<p style=\"line-height: .05;\">*microscopic smear evaluation</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: CBC Comprehensive (Path Review)</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">White Blood Cell Count</p>\n<p style=\"line-height: .05;\">Neutrophils</p>\n<p style=\"line-height: .05;\">Bands</p>\n<p style=\"line-height: .05;\">Lymphocytes</p>\n<p style=\"line-height: .05;\">Monocytes</p>\n<p style=\"line-height: .05;\">Eosinophils</p>\n<p style=\"line-height: .05;\">Basophils</p>\n<p style=\"line-height: .05;\">Red Blood Cell Count</p>\n<p style=\"line-height: .05;\">Hemoglobin</p>\n<p style=\"line-height: .05;\">Hematocrit</p>\n<p style=\"line-height: .05;\">MCV</p>\n<p style=\"line-height: .05;\">MCH</p>\n<p style=\"line-height: .05;\">MCHC</p>\n<p style=\"line-height: .05;\">NUCLEATED RED BLOOD CELLS</p>\n<p style=\"line-height: .05;\">Platelets count</p>\n<p style=\"line-height: .05;\">Platelets Count Estimate</p>\n<p style=\"line-height: .05;\">Remarks (morphology)</p>\n<p style=\"line-height: .05;\">Microscopic smear evaluation</p>\n<p style=\"line-height: .05;\">*Pathologist Review</p>\n<p style=\"line-height: .05;\">when indicated</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] A103 / CBC, BCP, UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: CBC, BCP, UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A101</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BCP</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, Urine</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: CBC/Chem expanded</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1303</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: CBC/CHEM/T4/UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">300</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Basic</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, urine</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chem 6/CBC</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chem 9</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1367 / Chem EX, CBC, UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chen EX, CBC, UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, Urine 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chem Expanded + T4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expand</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry 6</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry 11</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">286</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">102</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">BUN/ CREATININE RATIO</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">A/G Ratio</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] Chemistry 11/ CBC[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry 11/ CBC</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1311</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry 11</p>\n<p style=\"line-height: .05;\">CBC Basic</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry 21</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">142</p>\n<p style=\"color: #fff; line-height: .05;\">000</p>\n<p style=\"line-height: .05;\">125</p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">AST,ALT</p>\n<p style=\"line-height: .05;\">Total Bilirubin, Direct Bilirubin</p>\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\n<p style=\"line-height: .05;\">Cholesterol, Glucose</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Na, K, Cl, CO2</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">LDH</p>\n<p style=\"line-height: .05;\">Amylase, Lipase</p>\n<p style=\"line-height: .05;\">CK</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry Basic</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">173</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Amylase</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry Complete</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">121</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">142</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">115</p>\n<p style=\"line-height: .05;\">182</p>\n<p style=\"line-height: .05;\">168</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Sodium</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Chloride</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">LDH</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">Total Bilirubin</p>\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\n<p style=\"line-height: .05;\">Bilirubin Indirect</p>\n<p style=\"line-height: .05;\">Uric Acid</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry Diabetic</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">143</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Total Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry Expanded</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">142</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">125</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">AST,ALT,Alk ph</p>\n<p style=\"line-height: .05;\">T Bilirubin, D Bilirubin, I Bilirubin</p>\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Protein Total, Albumin, Globulin</p>\n<p style=\"line-height: .05;\">Na,K,Cl,CO2,Ca</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">LDH</p>\n<p style=\"line-height: .05;\">Amylase,Lipase</p>\n<p style=\"line-height: .05;\">CK</p>\n<p style=\"line-height: .05;\">BUN/Creatinine ratio</p>\n<p style=\"line-height: .05;\">NA/ K ratio</p>\n<p style=\"line-height: .05;\">Albumin/Globulin ratio</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry Mini</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Chemistry NSAID</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Total Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Analysis 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">312</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">PT</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: BT 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Analysis 1 add-on</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">312</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">PT</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: BT 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Analysis 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">312</p>\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">130</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">PT</p>\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">Fibrinogen</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: BT 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Analysis 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">312</p>\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">131</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">PT</p>\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">131</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Analysis + TBF</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">312</p>\n<p style=\"line-height: .05;\">2020</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">PT</p>\n<p style=\"line-height: .05;\">Total Body Function</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, BT 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Profile 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">312</p>\n<p style=\"line-height: .05;\">130</p>\n<p style=\"line-height: .05;\">131</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">PT</p>\n<p style=\"line-height: .05;\">Fibrinogen</p>\n<p style=\"line-height: .05;\">Platelets Manual Count</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: LT 1ml, BT 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Profile 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">310</p>\n<p style=\"line-height: .05;\">312</p>\n<p style=\"line-height: .05;\">130</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">PTT</p>\n<p style=\"line-height: .05;\">PT</p>\n<p style=\"line-height: .05;\">Fibrinogen</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:BT 3ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coagulation Profile Complete</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">1093</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">Coagualtion profile basic</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: BT 3ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 7900 / Coccidioides IgG/IgM[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Coccidioides IgG/IgM</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">790</p>\n<p style=\"line-height: .05;\">791</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Coccidioides IgG</p>\n<p style=\"line-height: .05;\">Coccidioides IgM</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A140 / COMBO[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: COMBO</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A101</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BCP</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Complete Body Function</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A101</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BCP</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Companion Custom</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Partial daily</p>\n<p style=\"line-height: .05;\">Full 24-48\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Cortisol 3 Sample</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">626</p>\n<p style=\"line-height: .05;\">631</p>\n<p style=\"line-height: .05;\">632</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Cortisol Restine</p>\n<p style=\"line-height: .05;\">Cortisol Post 4 hrs.</p>\n<p style=\"line-height: .05;\">Coritsol Post 8 hrs</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml (3 samples)</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Diabetic Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1306</p>\n<p style=\"line-height: .05;\">139</p>\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Diabetic Chemistry</p>\n<p style=\"line-height: .05;\">Frutosamine</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05; text-indent: 50px;\">LT 1ml</p>\n<p style=\"line-height: .05; text-indent: 50px;\">Urine 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Drug Screen (Urine)</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Barbiturates</p>\n<p style=\"line-height: .05;\">Amphetamines</p>\n<p style=\"line-height: .05;\">Benzodiazepines</p>\n<p style=\"line-height: .05;\">Cocaine Metabolites</p>\n<p style=\"line-height: .05;\">Opiates</p>\n<p style=\"line-height: .05;\">Phencyclidine</p>\n<p style=\"line-height: .05;\">Cannabinoids</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Urine 3ml</p>\n<p style=\"line-height: .05;\">TAT: 5 working days</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Electrolyte Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">121</p>\n<p style=\"line-height: .05;\">119</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Sodium</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Chloride</p>\n<p style=\"line-height: .05;\">CARBON DIOXIDE</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Equine Neurologic Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">610</p>\n<p style=\"line-height: .05;\">611</p>\n<p style=\"line-height: .05;\">612</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Eq Protozoal Myeloencephalitis</p>\n<p style=\"line-height: .05;\">West Nile V IgM Ab by ELISA</p>\n<p style=\"line-height: .05;\">Equine Herpes Type 1 PCR</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml (RTT)</p>\n<p style=\"line-height: .05; text-indent: 50px;\">LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: 5-7 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Equine Standard Profile</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">115</p>\n<p style=\"line-height: .05;\">182</p>\n<p style=\"line-height: .05;\">125</p>\n<p style=\"line-height: .05;\">130</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\n<p style=\"line-height: .05;\">Bilirubin Indirect</p>\n<p style=\"line-height: .05;\">CK</p>\n<p style=\"line-height: .05;\">Fibrinogen</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Equine Inflammatory Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">130</p>\n<p style=\"line-height: .05;\">248</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Fibrinogen</p>\n<p style=\"line-height: .05;\">Plasma protein</p>\n<p style=\"line-height: .05;\"CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Equine Screen</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">125</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\"Chemistry Basic</p>\n<p style=\"line-height: .05;\">CK</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1515 / Feline Combo 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Combo 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1318 / Feline Combo 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Combo 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FeLV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] A160 / Feline Combo 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Combo 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A101</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n<p style=\"line-height: .05;\">122</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Biochemistry Panel</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T3</p>\n<p style=\"line-height: .05;\">T4</p>\n<p style=\"line-height: .05;\">FT4</p>\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FELV</p>\n<p style=\"line-height: .05;\">FIA</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A170 / Feline Combo 4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Combo 4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A101</p>\n<p style=\"line-height: .05;\">306</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n<p style=\"line-height: .05;\">122</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Biochemistry Panel</p>\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FELV</p>\n<p style=\"line-height: .05;\">Mycoplasma Haemofelis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1502 / Feline Combo+Virals[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Combo+Virals</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\"166></p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">1530</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">Fe Viral A.</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1319 / Feline Combo+ fPLI[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Combo+ fPLI[</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">101</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">FePLI</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1510 / Feline complete 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline complete 1 </strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">306</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FELV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1104 / Feline complete 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline complete 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">306</p>\n<p style=\"line-height: .05;\">306</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FELV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1505 / Feline Comprehensive[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Comprehensive</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">306</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\n<p style=\"line-height: .05;\">T3, T4, FT4</p>\n<p style=\"line-height: .05;\">FCV, FIV, FeLV, FIA</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2002 / Feline Comprehensive 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Comprehensive 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">306</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">725</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC with diff + Path Rev</p>\n<p style=\"line-height: .05;\">T3</p>\n<p style=\"line-height: .05;\">T4</p>\n<p style=\"line-height: .05;\">FT4</p>\n<p style=\"line-height: .05;\">FCV, FIV, FeLV, FIA</p>\n<p style=\"line-height: .05;\">O&P + Giardia Elisa</p>\n<p style=\"line-height: .05;\">UA\n</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml ,</p>\n<p style=\"line-height: .05;\"> feces 5 grs, urine 3 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1511 / Feline Comprehensive 3 [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Comprehensive 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n<p style=\"line-height: .05;\">122</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FeLV</p>\n<p style=\"line-height: .05;\">Mycoplasma Felis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1083 / Feline Comprehensive W FT4 ED[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Comprehensive W FT4 ED</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FeLV,</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: : Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily Partial</p>\n<p style=\"line-height: .05; text-indent: 50px;\">Full 24-48 Hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4505 / Feline Comprehensive Body Function[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Comprehensive Body Function</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">965</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">FCV, FIV, FeLV, FIA</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1m</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 3026 / Feline Custom 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Custom 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1530</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Fe Viral A</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1194 / Feline Diarrhea PCR Complete[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Diarrhea PCR Complete</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">137</p>\n<p style=\"line-height: .05;\">138</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">141</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Cryptosporidium PCR</p>\n<p style=\"line-height: .05;\">Giardia PCR</p>\n<p style=\"line-height: .05;\">Tritrichomonas Foetus by PCR</p>\n<p style=\"line-height: .05;\">Clostridium Perfringens PCR</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:5 g fresh feces </p>\n<p style=\"line-height: .05;\">in a sterile container</p>\n<p style=\"line-height: .05;\">TAT: 3-5 days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1193 / Feline Diarrhea PCR 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Diarrhea PCR 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">137</p>\n<p style=\"line-height: .05;\">138</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Cryptosporidium PCR</p>\n<p style=\"line-height: .05;\">Giardia PCR</p>\n<p style=\"line-height: .05;\">Tritrichomonas Foetus by PCR</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:5 g fresh feces</p>\n<p style=\"line-height: .05;\">in a sterile container</p>\n<p style=\"line-height: .05;\">TAT: 3-5 days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1075 / Feline herpes/Calici virus[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline herpes/Calici virus</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">954</p>\n<p style=\"line-height: .05;\">956</p>\n<p style=\"line-height: .05;\">910</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Fe Herpes IFA</p>\n<p style=\"line-height: .05;\">Fe Calicivirus IFA</p>\n<p style=\"line-height: .05;\">Fe Panleukopenia IFA</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1061 / Feline HW Ag/Ab[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline HW Ag/Ab</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">960</p>\n<p style=\"line-height: .05;\">961</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n<p style=\"line-height: .05;\">Heartworm Ab</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 1-3 working Days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1503 / Feline Maldigestion [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Maldigestion</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">419</p>\n<p style=\"line-height: .05;\">422</p>\n<p style=\"line-height: .05;\">421</p>\n\n</div>\n<div style=\"float: left; width: 350px;\">\n<p style=\"line-height: .05;\">Fe Trypsin-Like Immunoreactivity</p>\n<p style=\"line-height: .05;\">Folate</p>\n<p style=\"line-height: .05;\">Cobalamin</p>\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 Working Days </p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1503 / Feline Maldigestion 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Maldigestion 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">419</p>\n<p style=\"line-height: .05;\">422</p>\n<p style=\"line-height: .05;\">421</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">fPLI</p>\n<p style=\"line-height: .05;\">Folate</p>\n<p style=\"line-height: .05;\">Cobalamin</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 Working Days </p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1500 / Feline Screen Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Screen Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FELV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 8870 / Feline Special Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Special Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1530</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Basic</p>\n<p style=\"line-height: .05;\">Fe Viral A.</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1099 / Feline TBF[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline TBF</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">1530</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Basic</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Fe Viral A.</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml,LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1073 / Feline URD PCR[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline URD PCR</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">118</p>\n<p style=\"line-height: .05;\">120</p>\n<p style=\"line-height: .05;\">134</p>\n<p style=\"line-height: .05;\">634</p>\n<p style=\"line-height: .05;\">637</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Fe Herpes 1 PCR</p>\n<p style=\"line-height: .05;\">Calicivirus PCR</p>\n<p style=\"line-height: .05;\">Chlamydophila Fe</p>\n<p style=\"line-height: .05;\">Mycoplasma PCR</p>\n<p style=\"line-height: .05;\">Bordetella PCR</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Pharyngeal and conjunctival swab</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1530 / Feline Viral A. III[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Viral A. III</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FeLV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1530AD / Feline Viral A. III Add-on[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Viral A. III Add-on</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">965</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">FCV, FIV, FeLV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1103 / Fecal Digestive[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Fecal Digestive</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">727</p>\n<p style=\"line-height: .05;\">750</p>\n<p style=\"line-height: .05;\">750</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Trypsin</p>\n<p style=\"line-height: .05;\">Fecal Starch</p>\n<p style=\"line-height: .05;\">Fecal Fat</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 3-5 g fresh feces</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1062 / Feline Scan[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Scan</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">965</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">FCV</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FeLV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2520AD / Feline Viral II[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Viral II</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">970</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">FIV, FeLV</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2520 / Feline Viral II[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Feline Viral II</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FELV</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1100 / Fluid Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Fluid Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">806</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Fluid Color</p>\n<p style=\"line-height: .05;\">Fluid Appearance</p>\n<p style=\"line-height: .05;\">Fluid Total Protein</p>\n<p style=\"line-height: .05;\">Fluid Specific Gravity</p>\n<p style=\"line-height: .05;\">Red Blood Cell Count</p>\n<p style=\"line-height: .05;\">White Blood Cell Count</p>\n<p style=\"line-height: .05;\">Automated differential count</p>\n<p style=\"line-height: .05;\">Cytology</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: RF 3ml /LF 3ml</p>\n<p style=\"line-height: .05;\">TAT: 2-3 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2090 / fPL+UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: fPL+UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">101</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">FePLI</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, Urine 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Fungal Serology</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">178</p>\n<p style=\"line-height: .05;\">287</p>\n<p style=\"line-height: .05;\">296</p>\n<p style=\"line-height: .05;\">179</p>\n<p style=\"line-height: .05;\">180</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Histoplasma</p>\n<p style=\"line-height: .05;\">Aspergillus</p>\n<p style=\"line-height: .05;\">Cryptococcus Ag</p>\n<p style=\"line-height: .05;\">Blastomyces</p>\n<p style=\"line-height: .05;\">Blastomyces</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml </p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1087 / Geriatric Analysis 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Geriatric Analysis 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">167</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Triglycerides</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Geriatric Analysis 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\n<p style=\"line-height: .05;\">Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Geriatric Analysis 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Geriatric Analysis 4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">167</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">960</p>\n<p style=\"line-height: .05;\">171AD</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">Triglycerides</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n<p style=\"line-height: .05;\">Urinalysis Add-on</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: : Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">, Urine 3 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name :Geriatric Analysis 5</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">Osmolality</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Geriatric Analysis 6</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle]2100 Geriatric Analysis 7 [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: 2100 / Geriatric Analysis 7</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\n<p style=\"line-height: .05;\">TAT: Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Geriatric Analysis 8</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">960</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Glucose Curve 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">2 hour Glucose</p>\n<p style=\"line-height: .05;\">4 Hour Glucose</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:3 Serum samples 3ml ea</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Glucose Pre/Post</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">2 hour Glucose</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 2 Serum samples 3ml ea.</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1007 / Health Check[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Health Check</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry 21, CK, GGT, CO2</p>\n<p style=\"line-height: .05;\">Anion gap</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml,LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Health Screen 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">300</p>\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">960</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Basic</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Health Screen 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Health Screen 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">167</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">Triglycerides</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: HW Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">960</p>\n<p style=\"line-height: .05;\">985</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n<p style=\"line-height: .05;\">Microfilaria</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Hyperthyroid Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">166</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Immunoglobulins</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">265</p>\n<p style=\"line-height: .05;\">266</p>\n<p style=\"line-height: .05;\">267</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">IgA</p>\n<p style=\"line-height: .05;\">IgG</p>\n<p style=\"line-height: .05;\">IgM</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working Days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Jr Wellness</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Jr Wellness K9</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">960</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1078 / Jr Wellness/Fecal[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Jr Wellness/Fecal</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1039</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">724</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chem 9</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Ova & Parasites</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">3-5 g fresh feces</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Jr Fe Wellness/Viral II</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1301</p>\n<p style=\"line-height: .05;\">960</p>\n<p style=\"line-height: .05;\">2520</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Basic</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n<p style=\"line-height: .05;\">Feline Viral II</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml </p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2502 / K9 Combo + cPL[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Combo + cPL</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">104</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">cPL</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, Urine 5 ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1369 / K9 Combo/special cPL[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Combo/special cPL</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">104</p>\n<p style=\"line-height: .05;\">166</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">cPL</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Comp + Vaccines</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">2000</p>\n<p style=\"line-height: .05;\">950</p>\n<p style=\"line-height: .05;\">940</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Canine Comp</p>\n<p style=\"line-height: .05;\">Distemper IgG</p>\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: k9 Comp W FT4ED</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1 ml</p>\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\n<p style=\"line-height: .05;\">Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Diarrhea PCR</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">137</p>\n<p style=\"line-height: .05;\">138</p>\n<p style=\"line-height: .05;\">141</p>\n<p style=\"line-height: .05;\">145</p>\n<p style=\"line-height: .05;\">147</p>\n<p style=\"line-height: .05;\">144</p>\n<p style=\"line-height: .05;\">953</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Cryptosporidium PCR</p>\n<p style=\"line-height: .05;\">Giardia PCR</p>\n<p style=\"line-height: .05;\">Clotridium Perfringens PCR</p>\n<p style=\"line-height: .05;\">Parvovirus 2 PCR</p>\n<p style=\"line-height: .05;\">Salmonella PCR</p>\n<p style=\"line-height: .05;\">Coronavirus Enteric PCR</p>\n<p style=\"line-height: .05;\">Distemper PCR</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 5 g fresh feces in sterile container;</p>\n<p style=\"line-height: .05;\">keep refrigerated</p>\n<p style=\"line-height: .05;\">TAT: 3- 5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Maldigestion</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">422</p>\n<p style=\"line-height: .05;\">420</p>\n<p style=\"line-height: .05;\">421</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Folate</p>\n<p style=\"line-height: .05;\">cTLI</p>\n<p style=\"line-height: .05;\">Cobalamin</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Mini</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">286</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">BUN / CREATININE RATIO</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 URD PANEL PCR</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">637</p>\n<p style=\"line-height: .05;\">953</p>\n<p style=\"line-height: .05;\">183</p>\n<p style=\"line-height: .05;\">184</p>\n<p style=\"line-height: .05;\">185</p>\n<p style=\"line-height: .05;\">186</p>\n<p style=\"line-height: .05;\">187</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Bordetella PCR</p>\n<p style=\"line-height: .05;\">Distemper PCR</p>\n<p style=\"line-height: .05;\">K9 Adenovirus Type 2 by PCR</p>\n<p style=\"line-height: .05;\">K9 Herpes virus 1 by PCR</p>\n<p style=\"line-height: .05;\">K9 Para influenza Type 3 PCR</p>\n<p style=\"line-height: .05;\">K9 Influenza PCR</p>\n<p style=\"line-height: .05;\">K9 Respiratory Coronavirus PCR</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Deep pharyngeal swab (with visible organic material</p>\n<p style=\"line-height: .05;\">on swab; please rub firmly) and a conjuctival swab</p>\n<p style=\"line-height: .05;\">(wipe eye clean; swab inside of eyelid)</p>\n<p style=\"line-height: .05;\">in the same tube. Please submit dry,</p>\n<p style=\"line-height: .05;\">plastic-stemmed swabs without Transport media,</p>\n<p style=\"line-height: .05;\">in a serum tube or an empty,</p>\n<p style=\"line-height: .05;\">sterile tube; keep refrigerated</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 ick PCR Com</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">812</p>\n<p style=\"line-height: .05;\">813</p>\n<p style=\"line-height: .05;\">814</p>\n<p style=\"line-height: .05;\">815</p>\n<p style=\"line-height: .05;\">816</p>\n<p style=\"line-height: .05;\">817</p>\n<p style=\"line-height: .05;\">818</p>\n<p style=\"line-height: .05;\">819</p>\n<p style=\"line-height: .05;\">820</p>\n<p style=\"line-height: .05;\">821</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Lyme C6 Ab ELISIA</p>\n<p style=\"line-height: .05;\">Babesia SPP PCR</p>\n<p style=\"line-height: .05;\">Anaplasma SPP PCR</p>\n<p style=\"line-height: .05;\">Ehrlichia SPP PCR</p>\n<p style=\"line-height: .05;\">Rocky Mtn. Spotted Fever PCR</p>\n<p style=\"line-height: .05;\">Hepatozoon SPP PCR</p>\n<p style=\"line-height: .05;\">Leishmania SPP PCR</p>\n<p style=\"line-height: .05;\">Neorickettsia Risticii PCR</p>\n<p style=\"line-height: .05;\">K9 Bartonella PCR</p>\n<p style=\"line-height: .05;\">Mycoplasma Hamocanis PCR</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 2ml</p>\n<p style=\"line-height: .05; text-indent: 50px;\">keep refrigerated</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Viral II</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">950</p>\n<p style=\"line-height: .05;\">935</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Distemper IgG</p>\n<p style=\"line-height: .05;\">Parvovirus Ag (Fecal)</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, 3-5 g fresh feces</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: K9 Viral III</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">950</p>\n<p style=\"line-height: .05;\">940</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Distemper IgG</p>\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml or LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Kidney-lyte panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">121</p>\n<p style=\"line-height: .05;\">119</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Sodium</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Chloride</p>\n<p style=\"line-height: .05;\">CO2</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Phosphous</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 1ml, LT 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: LA Fe COMBO</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">119</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">970</p>\n<p style=\"line-height: .05;\">975</p>\n<p style=\"line-height: .05;\">122</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">CO2</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">FIV</p>\n<p style=\"line-height: .05;\">FeLV</p>\n<p style=\"line-height: .05;\">Mycoplasma Haemofelis</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 1ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Leptospirosis Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">917</p>\n<p style=\"line-height: .05;\">919</p>\n<p style=\"line-height: .05;\">916</p>\n<p style=\"line-height: .05;\">914</p>\n<p style=\"line-height: .05;\">913</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Leptospira Pomona</p>\n<p style=\"line-height: .05;\">Leptospira Hardjo</p>\n<p style=\"line-height: .05;\">Leptospira Ictrehaemmorragiae</p>\n<p style=\"line-height: .05;\">Leptospira Gryppotyphosa</p>\n<p style=\"line-height: .05;\">Leptospira Canicole</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Liver Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">AST (SGOT)</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A105 / Liver Profile 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Liver Profile 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">152</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Sample Indec</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Liver Profile 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">115</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">9961</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin, Globulin</p>\n<p style=\"line-height: .05;\">A/G Ratio</p>\n<p style=\"line-height: .05;\">Alkaline Phsphatase</p>\n<p style=\"line-height: .05;\">AST, ALT, GGT</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4002 / Liver profile 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Liver Profile 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">102</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">9961</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">A/G Ratio</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Liver Profile 4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">102</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">115</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">182</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">126</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">9961</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">A/G Ratio</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Bilirubin Indirect BILIRUBIN</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\"><Cholsterol/p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">Globulin</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Low Dose Dexmethasone</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">628</p>\n<p style=\"line-height: .05;\">631</p>\n<p style=\"line-height: .05;\">632</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Pre-Dex Cortisol</p>\n<p style=\"line-height: .05;\">4 HR DEX</p>\n<p style=\"line-height: .05;\">8 HR DEX</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 3 Serum 2ml (pre, 4, 8 hrs)</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 725 / O & P+Giardia ELISA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: O&P+Giardia ELISA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">724</p>\n<p style=\"line-height: .05;\">407</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Ova & Parastites</p>\n<p style=\"line-height: .05;\">Giardia ELISA</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: 3-5 fresh feces</p>\n<p style=\"line-height: .05;\">Use fecal container (DO NOT USE BAGS)</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 3670 / Parathyroid Hormone[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Parathyroid Hormone</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">136</p>\n<p style=\"line-height: .05;\">367</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Ionized CA</p>\n<p style=\"line-height: .05;\">Parathyroid H</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 1ml in Red top after overnight fast</p>\n<p style=\"line-height: .05;\">separated into plastic tube and frozen</p>\n<p style=\"line-height: .05;\">TAT: 3-5 working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Parvovirus Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">940</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Sodium</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Pavovirus IgG</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Pet mini screen</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Pet Screen</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">158</p>\n<p style=\"line-height: .05;\">150</p>\n<p style=\"line-height: .05;\">151</p>\n<p style=\"line-height: .05;\">121</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">286</p>\n<p style=\"line-height: .05;\">117</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">102</p>\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">142</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">156</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">115</p>\n<p style=\"line-height: .05;\">182</p>\n<p style=\"line-height: .05;\">168</p>\n<p style=\"line-height: .05;\">107</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Sodium</p>\n<p style=\"line-height: .05;\">Potassium</p>\n<p style=\"line-height: .05;\">NA/K RAT Na/K Ratio</p>\n<p style=\"line-height: .05;\">Chloride</p>\n<p style=\"line-height: .05;\">Glcose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">BUN/CREATININE RATIO</p>\n<p style=\"line-height: .05;\">Calcium</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">A/G Ratio</p>\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">LDH</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">AST</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Direct Bilirubin</p>\n<p style=\"line-height: .05;\">Indirect Bilirubin</p>\n<p style=\"line-height: .05;\">Uric Acid</p>\n<p style=\"line-height: .05;\">CA/PO$ Ratio</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Phenobarbital Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">9961</p>\n<p style=\"line-height: .05;\">501</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Bile Acids Pre-meal</p>\n<p style=\"line-height: .05;\">Phenobarbital</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, RT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Phenobarbital Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">996</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">102</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">132</p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">501</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Bile Acids Pre & Post</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Albumin, Globulin</p>\n<p style=\"line-height: .05;\">A?G Ratio</p>\n<p style=\"line-height: .05;\">ALP, AST, ALT</p>\n<p style=\"line-height: .05;\">GGT</p>\n<p style=\"line-height: .05;\">T Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">Phenobarbital</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml, RT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Pre-op Panel 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">106</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase </p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Sample Index</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Pre-op Panel 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete + Amylase, Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Pre-op Panel 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">152</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">BUN, Creatinine</p>\n<p style=\"line-height: .05;\">Albumin, Globulin</p>\n<p style=\"line-height: .05;\">Alkaline Phosphatase</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">PT, PTT</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, BT 3ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1160 / Pre-Op Panel 4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Pre-Op Panel 4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">103</p>\n<p style=\"line-height: .05;\">157</p>\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">127</p>\n<p style=\"line-height: .05;\">135</p>\n<p style=\"line-height: .05;\">301</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">ALT</p>\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, GY 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily </p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Protein Electrophoresis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Total Protein</p>\n<p style=\"line-height: .05;\">Albumin</p>\n<p style=\"line-height: .05;\">Alpha 1 Globulin</p>\n<p style=\"line-height: .05;\">Alpha 2 Globulin</p>\n<p style=\"line-height: .05;\">Total Alpha Globulin</p>\n<p style=\"line-height: .05;\">A/G Ratio</p>\n<p style=\"line-height: .05;\">GAMA1</p>\n<p style=\"line-height: .05;\">GAMA 2</p>\n<p style=\"line-height: .05;\">Beta 1 Globulin</p>\n<p style=\"line-height: .05;\">Beta 2 Globulin</p>\n<p style=\"line-height: .05;\">Total Beta Glob</p>\n<p style=\"line-height: .05;\">Gamma Globulin</p>\n<p style=\"line-height: .05;\">Globulin</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\n<p style=\"line-height: .05;\">TAT:4-5 Working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Renal Analysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Na, K, Na/K Ratio</p>\n<p style=\"line-height: .05;\">BUN, Creatinine, BUN/Creat Ratio</p>\n<p style=\"line-height: .05;\">Calcium, Phosphorus, Glucose</p>\n<p style=\"line-height: .05;\">CA/PO4 Ratio</p>\n<p style=\"line-height: .05;\">Albumin, Globulin,A/G Ratio, Protein Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Renal Screen</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">116</p>\n<p style=\"line-height: .05;\">148</p>\n<p style=\"line-height: .05;\">127</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BUN</p>\n<p style=\"line-height: .05;\">Phosphorus</p>\n<p style=\"line-height: .05;\">Creatinine</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Reptile Screen A</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Albumin, Total protein, Globulin</p>\n<p style=\"line-height: .05;\">Albumin/globulin ratio</p>\n<p style=\"line-height: .05;\">ALP, ALT, AST, BUN</p>\n<p style=\"line-height: .05;\">Na, K, Ca</p>\n<p style=\"line-height: .05;\">Cholesterol, Glucose, CK</p>\n<p style=\"line-height: .05;\">LDH, Phosphorus, Uric Acid</p>\n<p style=\"line-height: .05;\">Plasma Protein</p>\n<p style=\"line-height: .05;\">Avian/exotic CBC</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:0.3 ml Heparinized plasma/serum, 2 blood smears</p>\n<p style=\"line-height: .05;\">TAT: 1-2 Working days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior Fe + UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">960</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior Health 1</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior panel profile</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">A110</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">668</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">BCP, CBC, T4</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">T3</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior Prof + fPLI</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1054</p>\n<p style=\"line-height: .05;\">101</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">171</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Vet chem+CBC</p>\n<p style=\"line-height: .05;\">FePLI (2-3 days)</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3m</p>\n<p style=\"line-height: .05;\">TAT: (Partial) Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior Prof Comp</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">724</p>\n<p style=\"line-height: .05;\">960</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Ova & Parasites</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml,</p>\n<p style=\"line-height: .05;\">RU 3ml, 3-5 g fresh feces</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1034 / Senior VIP[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior VIP</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Partial: Daily </p>\n<p style=\"line-height: .05;\"> Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior Well/Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">910</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Fe Panleukopenia</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Senior Well/vaccines</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">3033</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1303</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">Vaccines Titer</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT:Daily </p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Spec Prof 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">167</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">Triglycerides</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Partial Daily</p>\n<p style=\"line-height: .05; text-indent: 50px;\"> Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF PLUS + FT4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">167</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">Triglycerides</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1m</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF Special</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1530</p>\n<p style=\"line-height: .05;\">166</p>\n\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Fe Viral A.</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF+Fe Viral III</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1530</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Fe Viral A.</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF+T4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF+T4+FT4ED</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\n<p style=\"line-height: .05; text-indent: 50;\"> Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF+T4+UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1305</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Vet Chem</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TBF/T4/FT4ED/UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, RU 3ml</p>\n<p style=\"line-height: .05;\">TAT: Partial Daily</p>\n<p style=\"line-height: .05; text-indent: 50px;\">Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TH Profile + UA</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml, urine</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Thyroid Panel</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">668</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">T-3</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1096 / Thyroid Panel 2 [/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Thyroid Panel 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Daily </p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Thyroid Screen</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">366</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4 ED</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Partial Daily</p>\n<p style=\"line-height: .05; text-indent: 50px;\">Full 24-48 hours</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Thyroid screen 3</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">668</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">T-3</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Thyroid screen 4</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">124</p>\n<p style=\"line-height: .05;\">166</p>\n<p style=\"line-height: .05;\">342</p>\n<p style=\"line-height: .05;\">668</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Cholesterol</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n<p style=\"line-height: .05;\">Free T4</p>\n<p style=\"line-height: .05;\">T-3</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Tick Serology</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">991</p>\n<p style=\"line-height: .05;\">925</p>\n<p style=\"line-height: .05;\">338</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Ehrlichia Canis</p>\n<p style=\"line-height: .05;\">Lyme (Borreliosis )</p>\n<p style=\"line-height: .05;\">Rocky Mountain</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Tick Serology 2</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">991</p>\n<p style=\"line-height: .05;\">338</p>\n<p style=\"line-height: .05;\">112</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Ehrlichia Canis</p>\n<p style=\"line-height: .05;\">Rocky Mountain</p>\n<p style=\"line-height: .05;\">Lyme C6 Quant.</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT: 3-5 Days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Total Body Function Plus</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1303</p>\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">166</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Expanded</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">T4 Total</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT: Daily </p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: </strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">1302</p>\n<p style=\"line-height: .05;\">173</p>\n<p style=\"line-height: .05;\">143</p>\n<p style=\"line-height: .05;\">301</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Chemistry Complete</p>\n<p style=\"line-height: .05;\">Amylase</p>\n<p style=\"line-height: .05;\">Lipase</p>\n<p style=\"line-height: .05;\">CBC Complete</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml, LT 1ml</p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Toxoplasma IgG/IgM</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">944</p>\n<p style=\"line-height: .05;\">945</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Toxoplasma IgM</p>\n<p style=\"line-height: .05;\">Toxoplasma IgG</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml </p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: TSH/FT4ED</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">366</p>\n<p style=\"line-height: .05;\">663</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Free T4 ED</p>\n<p style=\"line-height: .05;\">TSH</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 2ml</p>\n<p style=\"line-height: .05;\">TAT:(Partial) Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: U Cortisol/Creatinine Ratio</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">133</p>\n<p style=\"line-height: .05;\">113</p>\n<p style=\"line-height: .05;\">123</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urine Cortisol</p>\n<p style=\"line-height: .05;\">Urine Creatinine</p>\n<p style=\"line-height: .05;\">Urine Cortisol/Creatinine ratio</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Urine sample should be brought from home</p>\n<p style=\"line-height: .05;\">Stress causes Cortisol ratio to elevate:</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: U protein/creatinine ratio</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urine Protein</p>\n<p style=\"line-height: .05;\">Urine Creatinine</p>\n<p style=\"line-height: .05;\">U Pro/Creatinine ratio</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:RU 2ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Urinalysis</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urine Volume</p>\n<p style=\"line-height: .05;\">Color</p>\n<p style=\"line-height: .05;\">Appearance</p>\n<p style=\"line-height: .05;\">Specific gravity</p>\n<p style=\"line-height: .05;\">Protein</p>\n<p style=\"line-height: .05;\">Glucose</p>\n<p style=\"line-height: .05;\">Bilirubin</p>\n<p style=\"line-height: .05;\">Ketones</p>\n<p style=\"line-height: .05;\">Blood</p>\n<p style=\"line-height: .05;\">pH</p>\n<p style=\"line-height: .05;\">WBC</p>\n<p style=\"line-height: .05;\">RBC</p>\n<p style=\"line-height: .05;\">Epithelial Cells</p>\n<p style=\"line-height: .05;\">Casts</p>\n<p style=\"line-height: .05;\">Crystals</p>\n<p style=\"line-height: .05;\">Bacteria</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: RU 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Urinalysis Add-on</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">171</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urinalysis</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:RU 3ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: UA+Microalbumin</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\">175</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">Urine Microalbumin</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:RU 3ml </p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 633 / UA/ MIC[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: UA/ MIC</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">171</p>\n<p style=\"line-height: .05;\"715 MIC</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urinalysis</p>\n<p style=\"line-height: .05;\">Urine Culture</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:RU 3ml</p>\n<p style=\"line-height: .05;\">TAT:Partial-Daily; Final-48 hrs</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: U Bile Acids/Creatinine Ratio</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">113</p>\n<p style=\"line-height: .05;\">601</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Urine Creatinine</p>\n<p style=\"line-height: .05;\">Urine Bile Acids </p>\n<p style=\"line-height: .05;\">UBA/CREAT RATIO</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:RU 3ml</p>\n<p style=\"line-height: .05;\">TAT:3-5 Days</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Vaccines Titer</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">950</p>\n<p style=\"line-height: .05;\">940</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Distemper IgG</p>\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml</p>\n<p style=\"line-height: .05;\">TAT: Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Vet Chem</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\"></p>\n<p style=\"line-height: .05;\">114</p>\n<p style=\"line-height: .05;\"></p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">Na, K, Cl,Ca, Na/K Ratio</p>\n<p style=\"line-height: .05;\">Glucose, BUN, Creat, BUN/Creat Ratio</p>\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\n<p style=\"line-height: .05;\">Cholesterol, ALP,ALT</p>\n<p style=\"line-height: .05;\">Total Bilirubin</p>\n<p style=\"line-height: .05;\">Protein Total, Albumin, Globulin A/G Ratio</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 3ml </p>\n<p style=\"line-height: .05;\">TAT:Daily</p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Vet chem+CBC</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1305</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Vet Chem</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen: Serum 3ml, LT 1 ml</p>\n<p style=\"line-height: .05;\">TAT: Daily </p>\n\n</div>\n[/wptabcontent]\n\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\n\n[wptabcontent]\n\n<strong>Test Name: Young K9 Follow Up</strong>\n\n<div style=\"float: left; width: 45px;\">\n<p style=\"line-height: .05;\">301</p>\n<p style=\"line-height: .05;\">1039</p>\n<p style=\"line-height: .05;\">960</p>\n\n</div>\n<div style=\"float: left; width: 250px;\">\n<p style=\"line-height: .05;\">CBC Complete</p>\n<p style=\"line-height: .05;\">Chem 9</p>\n<p style=\"line-height: .05;\">Heartworm Ag</p>\n\n</div>\n<div style=\"width: 500px; float: left;\">\n<p style=\"line-height: .05;\">Specimen:Serum 3ml, LT 1 ml</p>\n<p style=\"line-height: .05;\">TAT:Daily </p>\n\n</div>\n[/wptabcontent]\n\n\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-autosave','','','2013-03-08 21:31:03','2013-03-08 21:31:03','',420,'http://avalab.omgnhosting.com/?p=422',0,'revision','',0),(423,1,'2012-11-21 16:32:52','2012-11-21 16:32:52','[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]','Lab Codes','','inherit','closed','open','','420-revision-2','','','2012-11-21 16:32:52','2012-11-21 16:32:52','',420,'http://avalab.omgnhosting.com/?p=423',0,'revision','',0),(424,1,'2012-11-21 16:34:18','2012-11-21 16:34:18','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-3','','','2012-11-21 16:34:18','2012-11-21 16:34:18','',420,'http://avalab.omgnhosting.com/?p=424',0,'revision','',0),(425,1,'2012-11-21 16:37:57','2012-11-21 16:37:57','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-4','','','2012-11-21 16:37:57','2012-11-21 16:37:57','',420,'http://avalab.omgnhosting.com/?p=425',0,'revision','',0),(426,1,'2012-11-21 16:40:39','2012-11-21 16:40:39','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-5','','','2012-11-21 16:40:39','2012-11-21 16:40:39','',420,'http://avalab.omgnhosting.com/?p=426',0,'revision','',0),(427,1,'2012-11-21 16:49:13','2012-11-21 16:49:13','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]][wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent][wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-6','','','2012-11-21 16:49:13','2012-11-21 16:49:13','',420,'http://avalab.omgnhosting.com/?p=427',0,'revision','',0),(428,1,'2012-11-21 16:50:39','2012-11-21 16:50:39','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]][wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent][wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-7','','','2012-11-21 16:50:39','2012-11-21 16:50:39','',420,'http://avalab.omgnhosting.com/?p=428',0,'revision','',0),(429,1,'2012-11-21 16:53:49','2012-11-21 16:53:49','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]][wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent][wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-8','','','2012-11-21 16:53:49','2012-11-21 16:53:49','',420,'http://avalab.omgnhosting.com/?p=429',0,'revision','',0),(430,1,'2012-11-21 17:07:09','2012-11-21 17:07:09','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle][wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent][wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-9','','','2012-11-21 17:07:09','2012-11-21 17:07:09','',420,'http://avalab.omgnhosting.com/?p=430',0,'revision','',0),(431,1,'2012-11-21 17:07:53','2012-11-21 17:07:53','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent][wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-10','','','2012-11-21 17:07:53','2012-11-21 17:07:53','',420,'http://avalab.omgnhosting.com/?p=431',0,'revision','',0),(432,1,'2012-11-21 17:11:24','2012-11-21 17:11:24','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs effect=\"fade\" mode=\"vertical\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-11','','','2012-11-21 17:11:24','2012-11-21 17:11:24','',420,'http://avalab.omgnhosting.com/?p=432',0,'revision','',0),(433,1,'2012-11-21 17:12:13','2012-11-21 17:12:13','[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-12','','','2012-11-21 17:12:13','2012-11-21 17:12:13','',420,'http://avalab.omgnhosting.com/?p=433',0,'revision','',0),(434,1,'2012-11-21 17:13:18','2012-11-21 17:13:18',' \r\n\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"fade\" mode=\"vertical\"]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-13','','','2012-11-21 17:13:18','2012-11-21 17:13:18','',420,'http://avalab.omgnhosting.com/?p=434',0,'revision','',0),(435,1,'2012-11-21 17:14:08','2012-11-21 17:14:08',' \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"] [wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1041 ACTH Response [/wptabtitle] [wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent][wptabtitle] 2092 Adult Annual Profile [/wptabtitle] [wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1117 Adult Chemistry [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent][wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle] [wptabcontent]Specimen: Serum 2ml [/wptabcontent][wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle] [wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent][wptabtitle] 4005 Australia Export [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent][wptabtitle] 1050 Auto Immune A [/wptabtitle] [wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle] [wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent][wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle] [wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent][wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle] [wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent][wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle] [wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent][wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle] [wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-14','','','2012-11-21 17:14:08','2012-11-21 17:14:08','',420,'http://avalab.omgnhosting.com/?p=435',0,'revision','',0),(436,1,'2012-11-21 17:18:11','2012-11-21 17:18:11','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle] [wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent][wptabtitle] A101 Biochemistry Panel [/wptabtitle] [wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent][wptabtitle] A110 BCP,CBC,T4 [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle] [wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent][wptabtitle] A107 Budget Profile [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent][wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent][wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-15','','','2012-11-21 17:18:11','2012-11-21 17:18:11','',420,'http://avalab.omgnhosting.com/?p=436',0,'revision','',0),(438,1,'2012-11-21 17:39:58','2012-11-21 17:39:58','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]','Lab Codes','','inherit','closed','open','','420-revision-16','','','2012-11-21 17:39:58','2012-11-21 17:39:58','',420,'http://avalab.omgnhosting.com/?p=438',0,'revision','',0),(439,1,'2012-11-21 17:46:26','2012-11-21 17:46:26','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-17','','','2012-11-21 17:46:26','2012-11-21 17:46:26','',420,'http://avalab.omgnhosting.com/?p=439',0,'revision','',0),(440,1,'2012-11-21 18:21:55','2012-11-21 18:21:55','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-18','','','2012-11-21 18:21:55','2012-11-21 18:21:55','',420,'http://avalab.omgnhosting.com/?p=440',0,'revision','',0),(441,1,'2012-11-21 18:23:04','2012-11-21 18:23:04','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily [/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-19','','','2012-11-21 18:23:04','2012-11-21 18:23:04','',420,'http://avalab.omgnhosting.com/?p=441',0,'revision','',0),(442,1,'2012-11-21 18:32:31','2012-11-21 18:32:31','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-20','','','2012-11-21 18:32:31','2012-11-21 18:32:31','',420,'http://avalab.omgnhosting.com/?p=442',0,'revision','',0),(443,1,'2012-11-21 16:31:55','2012-11-21 16:31:55','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Need laboratory code? Click here to view test code plus description.</p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-32','','','2012-11-21 16:31:55','2012-11-21 16:31:55','',33,'http://avalab.omgnhosting.com/?p=443',0,'revision','',0),(444,1,'2012-11-21 19:12:17','2012-11-21 19:12:17','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Need laboratory code? <a title=\"Lab Codes\" href=\"http://avalab.com/?page_id=420\">Click here</a> to view test code plus description.</p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-33','','','2012-11-21 19:12:17','2012-11-21 19:12:17','',33,'http://avalab.omgnhosting.com/?p=444',0,'revision','',0),(445,1,'2012-11-21 19:14:40','2012-11-21 19:14:40','[wptabs mode=\"vertical\" type=\"accordion\"]\r\n\r\n[wptabtitle] ACTH Stimulation Test[/wptabtitle] [wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] High Dose Dexamethasone Suppression Test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect resting (pre) sample. Inject 0.1 mg/Kg or 1 mg/kg (either dose is acceptable) azium or dexamethasone sodium phosphate IV. Collect and 8 hour post sample. A 4 hour post sample is optional.\r\n\r\nComments: Suppression (indicating PDH) is defined as cortisol concentration less than 50% of the baseline concentration or less than 1.4 mg/dl 4 or 8 hours after dexamethasone administration. Failure of cortisol suppression does not enable differentiation of adrenal tumor from PDH.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Endogenous ACTH concentration [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Plasma from an aprotinin-containing LTT\r\n\r\nFast: 8-12 Hours\r\n\r\nProtocol: Use aprotinin-containing LTT for sample collection, centrifuge Immediately and transfer plasma to a plastic vial. Transport on ice or cold packs. Do not use any plain uncoated glass tubes or pipettes.\r\n\r\nComments: Endogenous ACTH concentrations will be increased (>45 pg/ml) in approximately 55% of dogs with PDH. Endogenous ACTH concentrations will be suppressed <15 pg/ml) in approximately 60% of dogs with adrenal tumor hyperadrenocorticism. A value between 15 and 45 pg/ml is non-diagnostic.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Free T4 by ED [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Serum, SST,RTT\r\n\r\nFast: NO\r\n\r\nComments: Results in 24 hrs.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Insulin-glucose pair[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Serum, SST, heparinized plasma\r\n\r\nFast: NO\r\n\r\nProtocol: To diagnose an insulinoma, the sample for insulin determination must be collected while the dog is hypoglycemic (glucose <60 mg/dl).\r\n\r\nComments: A normal or increased insulin concentration in the presence of hypoglycemia supports a diagnosis of Insulinorna.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Low dose Dexamethasone suppression test [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nFast: 8-12 Hours\r\n\r\nProtocol: Collect resting sample (pre). Inject 0.01 mg dexamethasone (azium or dexamethasone sodium phosphate) IV. Collect 4 and 8 hour post samples. In cats the LDDS is done using dexamethasone dose of 0.1 mg/kg.\r\n\r\nComments: Marked lipemia may decrease cortisol concentrations. Failure of cortisol suppression to less than 1.4 mg/dl at 8 hours is supportive of hyperadrenocorticism. Suppression of the 4 hour cortisol to less than 1.4 mg/dl or to less than 50% of the resting cortisol concentration with escape of 8 hours is supportive of PDH. An 8 hour cortisol less than 50% of the resting cortisol concentration, but still not suppressed to less than 1.4 mg/dl is supportive of PDH.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Spun SST\r\n\r\nFast: NO\r\n\r\nProtocol: Samples that have been exposed to air cannot be used for Ionized Calcium, Spin SST and send on ice or cold packs.\r\n\r\nComments: DO NOT UNCAP OR EXPOSE TO AIR. Used to investigate hypercalcemia and or monitor renal secondary hyperparathyroidism.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Phenobarbital Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: 8-12 Hours\r\n\r\nProtocol: At steady state, peak and trough Phenobarbital concentrations will not differ appreciably and timing of sample collection is not critical.\r\n\r\nComments: Steady state concentrations are not reached for 2-3 weeks after treatment is started or dosage is changed. Marked lipemia will interfere. DO NOT USE SST.\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Tests','','publish','closed','closed','','tests','','','2012-11-21 19:40:03','2012-11-21 19:40:03','',0,'http://avalab.omgnhosting.com/?page_id=445',0,'page','',0),(446,1,'2012-11-21 19:14:12','2012-11-21 19:14:12','[wptabs mode=\"vertical\"]\n\n \n\n[/wptabs]','Tests','','inherit','closed','open','','445-revision','','','2012-11-21 19:14:12','2012-11-21 19:14:12','',445,'http://avalab.omgnhosting.com/?p=446',0,'revision','',0),(447,1,'2012-11-21 19:14:40','2012-11-21 19:14:40','[wptabs mode=\"vertical\"]\r\n\r\n[wptabtitle] Test: ACTH Stimulation Test[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-2','','','2012-11-21 19:14:40','2012-11-21 19:14:40','',445,'http://avalab.omgnhosting.com/?p=447',0,'revision','',0),(448,1,'2012-11-21 19:41:07','2012-11-21 19:41:07','[wptabs mode=\"vertical\" type=\"accordion\"]\n\n[wptabtitle] ACTH Stimulation Test[/wptabtitle] [wptabcontent]\n\nSample: Separated serum, SST\n\nFast: 8-12 hours\n\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\n\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\n\n[wptabtitle] Bile Acids[/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated serum, SST\n\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\n\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\n\n[/wptabcontent]\n\n[wptabtitle] Bromide Concentration[/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated serum. FROM RED TUBE\n\nFast: No\n\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\n\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\n\n[/wptabcontent]\n\n[wptabtitle] Digoxin [/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated serum. FROM RED TUBE\n\nFast: No\n\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\n\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\n\n[/wptabcontent]\n\n[wptabtitle] Fructosamine [/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated Serum, or plasma, RTT\n\nFast: No\n\nProtocol: Timing of sample in relation to insulin administration Is not important.\n\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\n\n[/wptabcontent]\n\n[wptabtitle] High Dose Dexamethasone Suppression Test[/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated serum, SST\n\nFast: 8-12 hours\n\nProtocol: Collect resting (pre) sample. Inject 0.1 mg/Kg or 1 mg/kg (either dose is acceptable) azium or dexamethasone sodium phosphate IV. Collect and 8 hour post sample. A 4 hour post sample is optional.\n\nComments: Suppression (indicating PDH) is defined as cortisol concentration less than 50% of the baseline concentration or less than 1.4 mg/dl 4 or 8 hours after dexamethasone administration. Failure of cortisol suppression does not enable differentiation of adrenal tumor from PDH.\n\n[/wptabcontent]\n\n[wptabtitle] Endogenous ACTH concentration [/wptabtitle]\n\n[wptabcontent]\n\nSample: Plasma from an aprotinin-containing LTT\n\nFast: 8-12 Hours\n\nProtocol: Use aprotinin-containing LTT for sample collection, centrifuge Immediately and transfer plasma to a plastic vial. Transport on ice or cold packs. Do not use any plain uncoated glass tubes or pipettes.\n\nComments: Endogenous ACTH concentrations will be increased (>45 pg/ml) in approximately 55% of dogs with PDH. Endogenous ACTH concentrations will be suppressed <15 pg/ml) in approximately 60% of dogs with adrenal tumor hyperadrenocorticism. A value between 15 and 45 pg/ml is non-diagnostic.\n\n[/wptabcontent]\n\n[wptabtitle] Free T4 by ED [/wptabtitle]\n\n[wptabcontent]\n\nSample: Serum, SST,RTT\n\nFast: NO\n\nComments: Results in 24 hrs.\n\n[/wptabcontent]\n\n[wptabtitle] Insulin-glucose pair[/wptabtitle]\n\n[wptabcontent]\n\nSample: Serum, SST, heparinized plasma\n\nFast: NO\n\nProtocol: To diagnose an insulinoma, the sample for insulin determination must be collected while the dog is hypoglycemic (glucose <60 mg/dl).\n\nComments: A normal or increased insulin concentration in the presence of hypoglycemia supports a diagnosis of Insulinorna.\n\n[/wptabcontent]\n\n[wptabtitle] Low dose Dexamethasone suppression test [/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated serum, SST\n\nFast: 8-12 Hours\n\nProtocol: Collect resting sample (pre). Inject 0.01 mg dexamethasone (azium or dexamethasone sodium phosphate) IV. Collect 4 and 8 hour post samples. In cats the LDDS is done using dexamethasone dose of 0.1 mg/kg.\n\nComments: Marked lipemia may decrease cortisol concentrations. Failure of cortisol suppression to less than 1.4 mg/dl at 8 hours is supportive of hyperadrenocorticism. Suppression of the 4 hour cortisol to less than 1.4 mg/dl or to less than 50% of the resting cortisol concentration with escape of 8 hours is supportive of PDH. An 8 hour cortisol less than 50% of the resting cortisol concentration, but still not suppressed to less than 1.4 mg/dl is supportive of PDH.\n\n[/wptabcontent]\n\n[wptabtitle] Parathyroid Hormone [/wptabtitle]\n\n[wptabcontent]\n\nSample: Spun SST\n\nFast: NO\n\nProtocol: Samples that have been exposed to air cannot be used for Ionized Calcium, Spin SST and send on ice or cold packs.\n\nComments: DO NOT UNCAP OR EXPOSE TO AIR. Used to investigate hypercalcemia and or monitor renal secondary hyperparathyroidism.\n\n[/wptabcontent]\n\n[wptabtitle] Phenobarbital Concentration[/wptabtitle]\n\n[wptabcontent]\n\nSample: Separated serum. FROM RED TUBE\n\nFast: 8-12 Hours\n\nProtocol: At steady state, peak and trough Phenobarbital concentrations will not differ appreciably and timing of sample collection is not critical.\n\nComments: Steady state concentrations are not reached for 2-3 weeks after treatment is started or dosage is changed. Marked lipemia will interfere. DO NOT USE SST.\n\n[/wptabcontent]\n\n[/wptabs]','Tests','','inherit','closed','open','','445-autosave','','','2012-11-21 19:41:07','2012-11-21 19:41:07','',445,'http://avalab.omgnhosting.com/?p=448',0,'revision','',0),(449,1,'2012-11-21 19:15:04','2012-11-21 19:15:04','[wptabs mode=\"vertical\"]\r\n\r\n[wptabtitle]ACTH Stimulation Test[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-3','','','2012-11-21 19:15:04','2012-11-21 19:15:04','',445,'http://avalab.omgnhosting.com/?p=449',0,'revision','',0),(450,1,'2012-11-21 19:20:53','2012-11-21 19:20:53','[wptabs mode=\"vertical\"]\r\n\r\n[wptabtitle]ACTH Stimulation Test[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]High dose dexamethasone suppression test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-4','','','2012-11-21 19:20:53','2012-11-21 19:20:53','',445,'http://avalab.omgnhosting.com/?p=450',0,'revision','',0),(451,1,'2012-11-21 19:28:19','2012-11-21 19:28:19','[wptabs mode=\"vertical\" type=\"accordion\"] [/wptabs]]\r\n\r\n[wptabtitle]ACTH Stimulation Test[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]High dose dexamethasone suppression test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-5','','','2012-11-21 19:28:19','2012-11-21 19:28:19','',445,'http://avalab.omgnhosting.com/?p=451',0,'revision','',0),(452,1,'2012-11-21 19:28:42','2012-11-21 19:28:42','[wptabs mode=\"horizontial\" type=\"accordion\"] [/wptabs]\r\n\r\n[wptabtitle]ACTH Stimulation Test[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]High dose dexamethasone suppression test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-6','','','2012-11-21 19:28:42','2012-11-21 19:28:42','',445,'http://avalab.omgnhosting.com/?p=452',0,'revision','',0),(453,1,'2012-11-21 19:28:54','2012-11-21 19:28:54','[wptabs mode=\"vertical\" type=\"accordion\"]\r\n\r\n[wptabtitle]ACTH Stimulation Test[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle] [wptabcontent]Sample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]High dose dexamethasone suppression test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-7','','','2012-11-21 19:28:54','2012-11-21 19:28:54','',445,'http://avalab.omgnhosting.com/?p=453',0,'revision','',0),(454,1,'2012-11-21 19:29:52','2012-11-21 19:29:52','[wptabs mode=\"vertical\" type=\"accordion\"]\r\n\r\n[wptabtitle] ACTH Stimulation Test[/wptabtitle] [wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] High dose dexamethasone suppression test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-8','','','2012-11-21 19:29:52','2012-11-21 19:29:52','',445,'http://avalab.omgnhosting.com/?p=454',0,'revision','',0),(455,1,'2012-11-21 19:30:23','2012-11-21 19:30:23','[wptabs mode=\"vertical\" type=\"accordion\"]\r\n\r\n[wptabtitle] ACTH Stimulation Test[/wptabtitle] [wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nFast: 8-12 hours\r\n\r\nProtocol: Collect pre (resting) sample. In dogs, inject 1 vial (0.25 mg) Cortosyn IM or 5ug/Kg Cortosyn (max. dose0.25mg) IV. Collect a 1 hour post sample. If using gel administer 2.2 U/kg IM and collect a 2 hour post sample.\r\n\r\nComments: In cats collect pro sample and administer 0.125 mg (1/2viaI) of Cortosyn IM or IV end collect a 30 minute and 60 minute post sample. IF using ACTH gel the dose is 2.2 U/kg IM. Collect pre. 1 hour and 2 hour post samples. [/wptabcontent]\r\n\r\n[wptabtitle] Bile Acids[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum, SST\r\n\r\nProtocol: Fast for 12 hours. Draw pre sample. Feed at least 2Tbsp of canned food for patients >5kg and at least 2tsp of canned food for patients 5kg. Collect 2 hour post prandial sample.\r\n\r\nComments: Hemolysis or lipemia may cause spurious results and should be repeated. In patients with encephalopathic signs, feed a protein restricted food mixed with a small amount of corn oil.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Bromide Concentration[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to administration of medication is unimportant due to long tl/2 of bromide\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations are not reached for 3-4 months after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Digoxin [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated serum. FROM RED TUBE\r\n\r\nFast: No\r\n\r\nProtocol: Trough concentrations (64 hours after the last dose or immediately prior to the next dose) are recommended.\r\n\r\nComments: USE ONLY RED TAP TUBE. Steady state concentrations take 7-10 days to reach after treatment is started or dosage is changed.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] Fructosamine [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample: Separated Serum, or plasma, RTT\r\n\r\nFast: No\r\n\r\nProtocol: Timing of sample in relation to insulin administration Is not important.\r\n\r\nComments: Spuriously decreased by hemolysis. Periodic monitoring, used in conjunction with clinical signs, Is useful in monitoring diabetic regulation. Can be used to help differentiate stress hyperglycemia from diabetes mellitus.\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] High dose dexamethasone suppression test[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nSample:\r\n\r\nTest:\r\n\r\nProtocol:\r\n\r\nComments:\r\n\r\n[/wptabcontent]\r\n\r\n \r\n\r\n \r\n\r\n[/wptabs]','Tests','','inherit','closed','open','','445-revision-9','','','2012-11-21 19:30:23','2012-11-21 19:30:23','',445,'http://avalab.omgnhosting.com/?p=455',0,'revision','',0),(456,1,'2012-11-21 19:12:23','2012-11-21 19:12:23','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Need laboratory codes? <a title=\"Lab Codes\" href=\"http://avalab.com/?page_id=420\">Click here</a> to view test code plus description.</p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-34','','','2012-11-21 19:12:23','2012-11-21 19:12:23','',33,'http://avalab.omgnhosting.com/?p=456',0,'revision','',0),(457,1,'2012-11-21 19:42:34','2012-11-21 19:42:34','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Need laboratory codes? <a title=\"Lab Codes\" href=\"http://avalab.com/?page_id=420\">Click here</a> to view test code plus description.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-35','','','2012-11-21 19:42:34','2012-11-21 19:42:34','',33,'http://avalab.omgnhosting.com/?p=457',0,'revision','',0),(458,1,'2012-11-21 19:47:17','2012-11-21 19:47:17','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">T Bilirubin\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">Simple Indexn</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Lipase\r\n<div class=\"leftSide\">Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Basic Panels','','publish','closed','closed','','panels','','','2013-01-22 02:50:16','2013-01-22 02:50:16','',0,'http://avalab.omgnhosting.com/?page_id=458',0,'page','',0),(459,1,'2012-11-21 19:46:18','2012-11-21 19:46:18','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\n\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\n\n[wptabcontent]\n\nWBC: White Blood Cells Count\n\nDifferential Count. (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\n\nPlatelet Count Value obtained from blood analyzer\n\nPlatelet Estimate Based on slide evaluation\n\nRBC Red Blood Cell Count\n\nHB Hemoglobin\n\nHCT Hematocrit\n\nMCH Mean Cell Hemoglobin\n\nMCV Mean Cell Volume\n\nMCHC Mean Cell Hemoglobin Concentration\n\nRDW Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV Reticulocyte Count Manual count (will be automatically added For Cats when the Hct < 24 For Dogs when Hct < 35 Remarks Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\n\n \n\n[/wptabs]','Panels','','inherit','closed','open','','458-revision','','','2012-11-21 19:46:18','2012-11-21 19:46:18','',458,'http://avalab.omgnhosting.com/?p=459',0,'revision','',0),(460,1,'2013-01-22 02:42:32','2013-01-22 02:42:32','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\n\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\n\n[wptabcontent]\n<div class=\"leftSide\"><strong>WBC</strong></div>\n<div class=\"rightSide\">White Blood Cells Count</div>\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\n<div class=\"rightSide\">Value obtained from blood analyzer\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\n<div class=\"rightSide\">Based on slide evaluation</div>\n<div class=\"leftSide\"><strong>RBC</strong></div>\n<div class=\"rightSide\">Red Blood Cell Count</div>\n<div class=\"leftSide\"><strong>HB</strong></div>\n<div class=\"rightSide\">Hemoglobin</div>\n<div class=\"leftSide\"><strong>HCT</strong></div>\n<div class=\"rightSide\">Hematocrit</div>\n<div class=\"leftSide\"><strong>MCH</strong></div>\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\n<div class=\"leftSide\"><strong>MCV</strong></div>\n<div class=\"rightSide\">Mean Cell Volume</div>\n<div class=\"leftSide\"><strong>MCHC</strong></div>\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\n<div class=\"leftSide\"><strong>RDW</strong></div>\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\n<div class=\"rightSide\">Manual count (will be automatically added)\n<div class=\"rightSide\">For Cats when the Hct < 24\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\n<div class=\"leftSide\"><strong>Remarks</strong></div>\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\n[/wptabcontent]\n\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\n\n[wptabcontent]\n\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\n\n[/wptabcontent]\n\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\n\n[wptabcontent]\n<div class=\"leftSide\"><strong>WBC</strong></div>\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\n<div class=\"rightSide\">Automated count from analyzer</div>\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\n<div class=\"rightSide\">Value obtained from blood analyzer\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\n<div class=\"leftSide\"><strong>RBC</strong></div>\n<div class=\"rightSide\">Red Blood Cell Count</div>\n<div class=\"leftSide\"><strong>HB</strong></div>\n<div class=\"rightSide\">Hemoglobin</div>\n<div class=\"leftSide\"><strong>HCT</strong></div>\n<div class=\"rightSide\">Hematocrit</div>\n<div class=\"leftSide\"><strong>MCH</strong></div>\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\n<div class=\"leftSide\"><strong>MCV</strong></div>\n<div class=\"rightSide\">Mean Cell Volume</div>\n<div class=\"leftSide\"><strong>MCHC</strong></div>\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\n<div class=\"leftSide\"><strong>RDW</strong></div>\n<div class=\"rightSide\">Red Cell Distribution Width</div>\n<div class=\"leftSide\"><strong>Note:</strong></div>\n<div class=\"rightSide\">No smear evaluation performed</div>\n[/wptabcontent]\n\n\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\n\n[wptabcontent]\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\n<div class=\"rightSide\">PT\n<div class=\"rightSide\">PTT</div></div>\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\n<div class=\"rightSide\">PT\n<div class=\"rightSide\">PTT\n<div class=\"rightSide\">Fibrinogen</div></div></div>\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\n<div class=\"rightSide\">PT\n<div class=\"rightSide\">PTT\n<div class=\"rightSide\">Fibrinogen\n<div class=\"rightSide\">Manual Plt Count\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\n<div class=\"rightSide\">PT\n<div class=\"rightSide\">PTT\n<div class=\"rightSide\">Fibrinogen\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\n\n[/wptabcontent]\n\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\n\n[wptabcontent]\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\n<div class=\"leftSide\">Albumin\n<div class=\"leftSide\">ALP\n<div class=\"leftside\">ALT\n<div class=\"leftSide\">BUN\n<div class=\"leftSide\">BUN/Creat ratio\n<div class=\"leftSide\">Cholesterol\n<div class=\"leftSide\">CK\n<div class=\"leftSide\">Creatinine\n<div class=\"leftSide\">Globulin\n<div class=\"leftSide\">A/G ratio\n<div class=\"leftSide\">Glucose\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\n<div class=\"leftSide\">Na/K ratio\n<div class=\"leftSide\">Phosphorus\n<div class=\"leftSide\">Protein Total\n<div class=\"leftSide\">Total Bilirubin</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\n<div class=\"leftSide\">Potassium\n<div class=\"leftSide\">AST\n<div class=\"leftSide\">T Bilirubin\n<div class=\"leftSide\">Creatinine\n<div class=\"leftSide\">Alk Phosphatase\n<div class=\"leftSide\">Phosphorus\n<div class=\"leftSide\">Protein Total\n<div class=\"leftSide\">ALT\n<div class=\"leftSide\">BUN\n<div class=\"leftSide\">Cholesterol\n<div class=\"leftSide\">Glucose\n<div class=\"leftSide\">Calcium\n<div class=\"leftSide\">Albumin\n<div class=\"leftSide\">Amylase\n<div class=\"leftSide\">Simple Indexn</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"leftSide\"><strong>Chem Complete</strong>\n<div class=\"leftSide\">Albumin\n<div class=\"leftSide\">Alk Phosphatase\n<div class=\"leftSide\">ALT\n<div class=\"leftSide\">AST\n<div class=\"leftSide\">Indirect Bilirubin\n<div class=\"leftSide\">BUN\n<div class=\"leftSide\">Calcium\n<div class=\"leftSide\">Chloride\n<div class=\"leftSide\">Cholesterol\n<div class=\"leftSide\">Creatinine\n<div class=\"leftSide\">Direct Bilirubin\n<div class=\"leftSide\">GGT\n<div class=\"leftSide\">Globulin\n<div class=\"leftSide\">Glucose\n<div class=\"leftSide\">LDH\n<div class=\"leftSide\">Phosphorus\n<div class=\"leftSide\">Potassium\n<div class=\"leftSide\">Protein Total\n<div class=\"leftSide\">Sample Index\n<div class=\"leftSide\">Sodium\n<div class=\"leftSide\">Total Bilirubin\n<div class=\"leftSide\">Uric Acid</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\n<div class=\"leftSide\">Albumin\n<div class=\"leftSide\">Albumin/Globulin ratio\n<div class=\"leftSide\">Alk Phosphatase\n<div class=\"leftSide\">ALT\n<div class=\"leftSide\">Amylase\n<div class=\"leftSide\">AST\n<div class=\"leftSide\">BUN\n<div class=\"leftSide\">BUN/Creatinine ratio\n<div class=\"leftSide\">Cholesterol\n<div class=\"leftSide\">CK\n<div class=\"leftSide\">Creatinine\n<div class=\"leftSide\">Direct Bilirubin\n<div class=\"leftSide\">GGT\n<div class=\"leftSide\">Globulin\n<div class=\"leftSide\">Glucose\n<div class=\"leftSide\">Indirect Bilirubin\n<div class=\"leftSide\">LDH\n<div class=\"leftSide\">Lipase\n<div class=\"leftSide\">Na/ K/ Cl/ CO2/ Ca\n<div class=\"leftSide\">Na/ K ratio\n<div class=\"leftSide\">Phosphorus\n<div class=\"leftSide\">Protein Total\n<div class=\"leftSide\">Sample Index\n<div class=\"leftSide\">Total Bilirubin</div>\n</div>\n</div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n[/wptabcontent]\n\n[/wptabs]','Basic Panels','','inherit','closed','open','','458-autosave','','','2013-01-22 02:42:32','2013-01-22 02:42:32','',458,'http://avalab.omgnhosting.com/?p=460',0,'revision','',0),(461,1,'2012-11-21 19:47:17','2012-11-21 19:47:17','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nWBC: White Blood Cells Count\r\n\r\nDifferential Count. (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\r\n\r\nPlatelet Count Value obtained from blood analyzer\r\n\r\nPlatelet Estimate Based on slide evaluation\r\n\r\nRBC Red Blood Cell Count\r\n\r\nHB Hemoglobin\r\n\r\nHCT Hematocrit\r\n\r\nMCH Mean Cell Hemoglobin\r\n\r\nMCV Mean Cell Volume\r\n\r\nMCHC Mean Cell Hemoglobin Concentration\r\n\r\nRDW Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\nReticulocyte Count Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\nRemarks Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n \r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-2','','','2012-11-21 19:47:17','2012-11-21 19:47:17','',458,'http://avalab.omgnhosting.com/?p=461',0,'revision','',0),(462,1,'2012-11-21 20:00:21','2012-11-21 20:00:21','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nWBC: White Blood Cells Count\r\n\r\nDifferential Count. (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\r\n\r\nPlatelet Count Value obtained from blood analyzer\r\n\r\nPlatelet Estimate Based on slide evaluation\r\n\r\nRBC Red Blood Cell Count\r\n\r\nHB Hemoglobin\r\n\r\nHCT Hematocrit\r\n\r\nMCH Mean Cell Hemoglobin\r\n\r\nMCV Mean Cell Volume\r\n\r\nMCHC Mean Cell Hemoglobin Concentration\r\n\r\nRDW Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\nReticulocyte Count Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\nRemarks Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n[wptabtitle]\r\n\r\n<strong>COMPREHENSIVE CBC (306)</strong>\r\n\r\n[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]\r\n\r\n<strong>CBC Automated (300)</strong>\r\n\r\n[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nWBC: White Blood Cells Count from analyzer\r\n\r\nDifferential Count.: Automated count from analyzer\r\n\r\nPlatelet Count: Value obtained from blood analyzer\r\n\r\nNo estimated count (no smear evaluation)\r\n\r\nRBC: Red Blood Cell Count\r\n\r\nHB: Hemoglobin\r\n\r\nHCT: Hematocrit\r\n\r\nMCH: Mean Cell Hemoglobin\r\n\r\nMCV: Mean Cell Volume\r\n\r\nMCHC: Mean Cell Hemoglobin Concentration\r\n\r\nRDW: Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]\r\n\r\n<strong>COAGULATION PROFILES</strong>\r\n\r\n[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nCoag Analysis 1: PT, PTT\r\n\r\nCoag Analysis 2: PT, PTT, Fibrinogen\r\n\r\nCoag Profile 1: PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\nCoag Profile 2: PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle]\r\n\r\n<strong>CHEMISTRY PROFILES</strong>\r\n\r\n[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nVet Chemistry: Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\nChemistry Basic: Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\nChem Complete: Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\nChem Expanded: Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-3','','','2012-11-21 20:00:21','2012-11-21 20:00:21','',458,'http://avalab.omgnhosting.com/?p=462',0,'revision','',0),(463,1,'2012-11-21 20:01:16','2012-11-21 20:01:16','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nWBC: White Blood Cells Count\r\n\r\nDifferential Count. (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\r\n\r\nPlatelet Count Value obtained from blood analyzer\r\n\r\nPlatelet Estimate Based on slide evaluation\r\n\r\nRBC Red Blood Cell Count\r\n\r\nHB Hemoglobin\r\n\r\nHCT Hematocrit\r\n\r\nMCH Mean Cell Hemoglobin\r\n\r\nMCV Mean Cell Volume\r\n\r\nMCHC Mean Cell Hemoglobin Concentration\r\n\r\nRDW Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\nReticulocyte Count Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\nRemarks Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nWBC: White Blood Cells Count from analyzer\r\n\r\nDifferential Count.: Automated count from analyzer\r\n\r\nPlatelet Count: Value obtained from blood analyzer\r\n\r\nNo estimated count (no smear evaluation)\r\n\r\nRBC: Red Blood Cell Count\r\n\r\nHB: Hemoglobin\r\n\r\nHCT: Hematocrit\r\n\r\nMCH: Mean Cell Hemoglobin\r\n\r\nMCV: Mean Cell Volume\r\n\r\nMCHC: Mean Cell Hemoglobin Concentration\r\n\r\nRDW: Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nCoag Analysis 1: PT, PTT\r\n\r\nCoag Analysis 2: PT, PTT, Fibrinogen\r\n\r\nCoag Profile 1: PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\nCoag Profile 2: PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nVet Chemistry: Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\nChemistry Basic: Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\nChem Complete: Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\nChem Expanded: Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-4','','','2012-11-21 20:01:16','2012-11-21 20:01:16','',458,'http://avalab.omgnhosting.com/?p=463',0,'revision','',0),(464,1,'2012-11-21 19:44:12','2012-11-21 19:44:12','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Need laboratory codes? <a title=\"Lab Codes\" href=\"http://avalab.com/?page_id=420\">Click here</a> to view test code plus description.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\">Panels</p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-36','','','2012-11-21 19:44:12','2012-11-21 19:44:12','',33,'http://avalab.omgnhosting.com/?p=464',0,'revision','',0),(465,1,'2012-10-17 14:20:21','2012-10-17 14:20:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>Our Mission:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n \r\n\r\n ','About Us','','inherit','closed','open','','29-revision-51','','','2012-10-17 14:20:21','2012-10-17 14:20:21','',29,'http://avalab.omgnhosting.com/?p=465',0,'revision','',0),(470,1,'2012-11-21 20:21:03','2012-11-21 20:21:03','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n<strong>COURIER SERVICE: </strong>\r\n\r\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\r\n\r\n<strong>STAT PICK UP:</strong>\r\n\r\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a $35.00 fee (call lab for more information).\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\r\n\r\n<strong>SUPPLIES:</strong>\r\n\r\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for one hour and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\r\n\r\n<strong>BILLING:</strong>\r\n\r\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.\r\n\r\n<strong>CREDIT:</strong>\r\n\r\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.\r\n\r\n ','About Us','','inherit','closed','open','','29-revision-52','','','2012-11-21 20:21:03','2012-11-21 20:21:03','',29,'http://avalab.omgnhosting.com/?p=470',0,'revision','',0),(472,1,'2012-11-21 20:36:40','2012-11-21 20:36:40','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n<strong>STAT PICK UP:</strong>\r\n\r\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a $35.00 fee (call lab for more information).\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\r\n\r\n<strong>SUPPLIES:</strong>\r\n\r\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for one hour and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\r\n\r\n<strong>BILLING:</strong>\r\n\r\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.\r\n\r\n<strong>CREDIT:</strong>\r\n\r\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.\r\n\r\n ','About Us','','inherit','closed','open','','29-revision-53','','','2012-11-21 20:36:40','2012-11-21 20:36:40','',29,'http://avalab.omgnhosting.com/?p=472',0,'revision','',0),(474,1,'2012-11-21 20:40:36','2012-11-21 20:40:36','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n\r\n<strong>COURIER SERVICE</strong>\r\n\r\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\r\n\r\n<strong>STAT PICK UP:</strong>\r\n\r\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a $35.00 fee (call lab for more information).\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\r\n\r\n<strong>SUPPLIES:</strong>\r\n\r\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for one hour and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\r\n\r\n<strong>BILLING:</strong>\r\n\r\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.\r\n\r\n<strong>CREDIT:</strong>\r\n\r\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.\r\n\r\n ','About Us','','inherit','closed','open','','29-revision-54','','','2012-11-21 20:40:36','2012-11-21 20:40:36','',29,'http://avalab.omgnhosting.com/?p=474',0,'revision','',0),(475,1,'2012-11-21 20:15:04','2012-11-21 20:15:04','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Need laboratory codes? <a title=\"Lab Codes\" href=\"http://avalab.com/?page_id=420\">Click here</a> to view test code plus description.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-37','','','2012-11-21 20:15:04','2012-11-21 20:15:04','',33,'http://avalab.omgnhosting.com/?p=475',0,'revision','',0),(478,1,'2012-12-26 21:42:39','2012-12-26 21:42:39','<applet code=SchuyNet/SchuyNet.class archive=\"http://results.avalab.com/schuynet.jar\" height=400 width=550 name=SchuyNet codebase=\"../\">\r\n <param name=\"Changeable\" value=\"on\">\r\n <param name=\"Debug\" value=\"off\">\r\n <param name=\"VetLab\" value=\"off\">\r\n <param name=\"MenuColor\" value=\"#CCCCCC\">\r\n <param name=\"HeaderColor\" value=\"#004E98\">\r\n <param name=\"HeaderTextColor\" value=\"#FFFFFF\">\r\n <param name=\"BackgroundColor\" value=\"#FFFFFF\">\r\n <param name=\"cache_archive\" value=\"schuynet.jar\">\r\n <param name=\"cache_option\" value = \"no\"> \r\n</applet>','Login - Results Online','','publish','closed','closed','','login-results-online','','','2012-12-26 21:44:43','2012-12-26 21:44:43','',0,'http://avalab.omgnhosting.com/?page_id=478',0,'page','',0),(479,1,'2012-12-26 21:42:35','2012-12-26 21:42:35','','Login - Results Online','','inherit','closed','open','','478-revision','','','2012-12-26 21:42:35','2012-12-26 21:42:35','',478,'http://avalab.omgnhosting.com/?p=479',0,'revision','',0),(480,1,'2012-12-26 21:42:39','2012-12-26 21:42:39','<applet code=SchuyNet/SchuyNet.class archive=\"schuynet.jar\" height=400 width=550 name=SchuyNet codebase=\"../\">\r\n <param name=\"Changeable\" value=\"on\">\r\n <param name=\"Debug\" value=\"off\">\r\n <param name=\"VetLab\" value=\"off\">\r\n <param name=\"MenuColor\" value=\"#CCCCCC\">\r\n <param name=\"HeaderColor\" value=\"#004E98\">\r\n <param name=\"HeaderTextColor\" value=\"#FFFFFF\">\r\n <param name=\"BackgroundColor\" value=\"#FFFFFF\">\r\n <param name=\"cache_archive\" value=\"schuynet.jar\">\r\n <param name=\"cache_option\" value = \"no\"> \r\n</applet>','Login - Results Online','','inherit','closed','open','','478-revision-2','','','2012-12-26 21:42:39','2012-12-26 21:42:39','',478,'http://avalab.omgnhosting.com/?p=480',0,'revision','',0),(482,1,'2013-01-08 14:35:42','2013-01-08 14:35:42','','Lab Requisition Form','','inherit','closed','closed','','lab-req004','','','2013-01-08 14:35:42','2013-01-08 14:35:42','',0,'http://avalab.com/wp-content/uploads/2013/01/Lab-req004.pdf',0,'attachment','application/pdf',0),(483,1,'2012-11-23 15:52:53','2012-11-23 15:52:53','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"avareq.PDF\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-38','','','2012-11-23 15:52:53','2012-11-23 15:52:53','',33,'http://avalab.omgnhosting.com/?p=483',0,'revision','',0),(484,1,'2013-01-08 14:36:20','2013-01-08 14:36:20','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-39','','','2013-01-08 14:36:20','2013-01-08 14:36:20','',33,'http://avalab.omgnhosting.com/?p=484',0,'revision','',0),(485,1,'2013-01-08 14:38:49','2013-01-08 14:38:49','','Pathology Form','','inherit','closed','closed','','pathology003','','','2013-01-08 14:38:49','2013-01-08 14:38:49','',0,'http://avalab.com/wp-content/uploads/2013/01/Pathology003.pdf',0,'attachment','application/pdf',0),(486,1,'2013-01-08 14:37:13','2013-01-08 14:37:13','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.<a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\"> Lab Requisition Form</a> or <a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-40','','','2013-01-08 14:37:13','2013-01-08 14:37:13','',33,'http://avalab.omgnhosting.com/?p=486',0,'revision','',0),(487,1,'2012-11-21 19:06:29','2012-11-21 19:06:29','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-21','','','2012-11-21 19:06:29','2012-11-21 19:06:29','',420,'http://avalab.omgnhosting.com/?p=487',0,'revision','',0),(488,1,'2013-01-08 19:13:26','2013-01-08 19:13:26','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose<br> 116 BUN <br>127 Creatinine<br> 157 ALT<br> 173 Amylase <br>152 Protein Total / Sample Index <br>301 CBC Complete <br>Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-22','','','2013-01-08 19:13:26','2013-01-08 19:13:26','',420,'http://avalab.omgnhosting.com/?p=488',0,'revision','',0); INSERT INTO `wp_posts` VALUES (490,1,'2013-01-08 19:14:38','2013-01-08 19:14:38','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose<br /> 116 BUN <br />127 Creatinine <br />157 ALT <br /> 173 Amylase <br /> 152 Protein Total / Sample Index <br /> 301 CBC Complete <br /> Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Lab Codes','','inherit','closed','open','','420-revision-23','','','2013-01-08 19:14:38','2013-01-08 19:14:38','',420,'http://avalab.omgnhosting.com/?p=490',0,'revision','',0),(491,1,'2013-01-21 19:07:19','2013-01-21 19:07:19','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-24','','','2013-01-21 19:07:19','2013-01-21 19:07:19','',420,'http://avalab.omgnhosting.com/?p=491',0,'revision','',0),(492,1,'2013-01-21 19:07:55','2013-01-21 19:07:55','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 <span style=\"text-indent: 40px;\">Abdominal Screen Analysis</span> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-25','','','2013-01-21 19:07:55','2013-01-21 19:07:55','',420,'http://avalab.omgnhosting.com/?p=492',0,'revision','',0),(493,1,'2013-01-21 19:08:14','2013-01-21 19:08:14','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 <div style=\"text-indent: 40px;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-26','','','2013-01-21 19:08:14','2013-01-21 19:08:14','',420,'http://avalab.omgnhosting.com/?p=493',0,'revision','',0),(494,1,'2013-01-21 19:09:56','2013-01-21 19:09:56','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"text-indent: 40px; float: left; width: 50px;\">1030 <div style=\"text-indent: 40px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-27','','','2013-01-21 19:09:56','2013-01-21 19:09:56','',420,'http://avalab.omgnhosting.com/?p=494',0,'revision','',0),(495,1,'2013-01-21 19:10:05','2013-01-21 19:10:05','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"text-indent: 40px; float: left; width: 50px;\">1030</div><div style=\"text-indent: 40px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-28','','','2013-01-21 19:10:05','2013-01-21 19:10:05','',420,'http://avalab.omgnhosting.com/?p=495',0,'revision','',0),(496,1,'2013-01-21 19:13:39','2013-01-21 19:13:39','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"text-indent: 40px; float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-29','','','2013-01-21 19:13:39','2013-01-21 19:13:39','',420,'http://avalab.omgnhosting.com/?p=496',0,'revision','',0),(497,1,'2013-01-21 19:13:55','2013-01-21 19:13:55','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-30','','','2013-01-21 19:13:55','2013-01-21 19:13:55','',420,'http://avalab.omgnhosting.com/?p=497',0,'revision','',0),(498,1,'2013-01-21 19:19:25','2013-01-21 19:19:25','<div>Panel Code</div><div>Test Code</div><div>Test Name</div>\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-31','','','2013-01-21 19:19:25','2013-01-21 19:19:25','',420,'http://avalab.omgnhosting.com/?p=498',0,'revision','',0),(499,1,'2013-01-21 19:19:53','2013-01-21 19:19:53','<div style=\"float: left; width: 75px;>Panel Code</div><div style=\"float: left; width: 75px;>Test Code</div><div style=\"float: left; width: 75px;>Test Name</div>\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-32','','','2013-01-21 19:19:53','2013-01-21 19:19:53','',420,'http://avalab.omgnhosting.com/?p=499',0,'revision','',0),(500,1,'2013-01-21 19:20:26','2013-01-21 19:20:26','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 40px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-33','','','2013-01-21 19:20:26','2013-01-21 19:20:26','',420,'http://avalab.omgnhosting.com/?p=500',0,'revision','',0),(501,1,'2013-01-21 19:20:41','2013-01-21 19:20:41','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 50px;\">135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-34','','','2013-01-21 19:20:41','2013-01-21 19:20:41','',420,'http://avalab.omgnhosting.com/?p=501',0,'revision','',0),(502,1,'2013-01-21 19:21:19','2013-01-21 19:21:19','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 50px;\">135</div><div style=\"text-indent: 50px;\">Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-35','','','2013-01-21 19:21:19','2013-01-21 19:21:19','',420,'http://avalab.omgnhosting.com/?p=502',0,'revision','',0),(503,1,'2013-01-21 19:21:35','2013-01-21 19:21:35','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 50px;\">135</div><div style=\"text-indent: 20px;\">Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-36','','','2013-01-21 19:21:35','2013-01-21 19:21:35','',420,'http://avalab.omgnhosting.com/?p=503',0,'revision','',0),(504,1,'2013-01-21 19:21:53','2013-01-21 19:21:53','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"text-indent: 50px; float: left;\">135</div><div style=\"float: left; text-indent: 20px;\">Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily</div> [/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-37','','','2013-01-21 19:21:53','2013-01-21 19:21:53','',420,'http://avalab.omgnhosting.com/?p=504',0,'revision','',0),(505,1,'2013-01-21 19:22:15','2013-01-21 19:22:15','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-38','','','2013-01-21 19:22:15','2013-01-21 19:22:15','',420,'http://avalab.omgnhosting.com/?p=505',0,'revision','',0),(506,1,'2013-01-21 23:47:12','2013-01-21 23:47:12','','Protocols','','inherit','closed','closed','','protocols','','','2013-01-21 23:47:12','2013-01-21 23:47:12','',0,'http://avalab.com/wp-content/uploads/2013/01/Protocols.pdf',0,'attachment','application/pdf',0),(507,1,'2013-01-08 14:39:59','2013-01-08 14:39:59','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"http://avalab.com/?page_id=445\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-41','','','2013-01-08 14:39:59','2013-01-08 14:39:59','',33,'http://avalab.omgnhosting.com/?p=507',0,'revision','',0),(508,1,'2013-01-21 23:47:30','2013-01-21 23:47:30','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Tests with Protocols and Comments.</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-42','','','2013-01-21 23:47:30','2013-01-21 23:47:30','',33,'http://avalab.omgnhosting.com/?p=508',0,'revision','',0),(509,1,'2013-01-21 23:48:21','2013-01-21 23:48:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Labs','','inherit','closed','open','','33-revision-43','','','2013-01-21 23:48:21','2013-01-21 23:48:21','',33,'http://avalab.omgnhosting.com/?p=509',0,'revision','',0),(510,1,'2013-01-21 23:48:50','2013-01-21 23:48:50','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"http://avalab.com/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"http://avalab.com/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-44','','','2013-01-21 23:48:50','2013-01-21 23:48:50','',33,'http://avalab.omgnhosting.com/?p=510',0,'revision','',0),(511,1,'2013-01-21 23:52:20','2013-01-21 23:52:20','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Visit the <a href=\"/?page_id=420\"><strong>Test Directory</strong></a> to browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-45','','','2013-01-21 23:52:20','2013-01-21 23:52:20','',33,'http://avalab.omgnhosting.com/?p=511',0,'revision','',0),(512,1,'2013-01-21 23:54:32','2013-01-21 23:54:32','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are useful documents below:<br />\r\n <a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-46','','','2013-01-21 23:54:32','2013-01-21 23:54:32','',33,'http://avalab.omgnhosting.com/?p=512',0,'revision','',0),(513,1,'2013-01-21 23:55:12','2013-01-21 23:55:12','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:<br />\r\n <a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-47','','','2013-01-21 23:55:12','2013-01-21 23:55:12','',33,'http://avalab.omgnhosting.com/?p=513',0,'revision','',0),(514,1,'2013-01-21 23:55:29','2013-01-21 23:55:29','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:<br />\r\n<a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-48','','','2013-01-21 23:55:29','2013-01-21 23:55:29','',33,'http://avalab.omgnhosting.com/?p=514',0,'revision','',0),(515,1,'2012-11-21 20:04:39','2012-11-21 20:04:39','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>WBC:</strong> White Blood Cells Count\r\n\r\n<strong>Differential Count.</strong> (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\r\n\r\n<strong>Platelet Count</strong> Value obtained from blood analyzer\r\n\r\n<strong>Platelet Estimate</strong> Based on slide evaluation\r\n\r\n<strong>RBC</strong> Red Blood Cell Count\r\n\r\n<strong>HB</strong> Hemoglobin\r\n\r\n<strong>HCT</strong> Hematocrit\r\n\r\n<strong>MCH</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV</strong> Mean Cell Volume\r\n\r\n<strong>MCHC</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW</strong> Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\n<strong>Reticulocyte Count</strong> Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\n<strong>Remarks</strong> Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>WBC</strong>: White Blood Cells Count from analyzer\r\n\r\n<strong>Differential Count</strong>.: Automated count from analyzer\r\n\r\n<strong>Platelet Count:</strong> Value obtained from blood analyzer\r\n\r\n<strong>No estimated count</strong> (no smear evaluation)\r\n\r\n<strong>RBC:</strong> Red Blood Cell Count\r\n\r\n<strong>HB:</strong> Hemoglobin\r\n\r\n<strong>HCT:</strong> Hematocrit\r\n\r\n<strong>MCH:</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV:</strong> Mean Cell Volume\r\n\r\n<strong>MCHC:</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW:</strong> Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-5','','','2012-11-21 20:04:39','2012-11-21 20:04:39','',458,'http://avalab.omgnhosting.com/?p=515',0,'revision','',0),(516,1,'2013-01-21 23:59:51','2013-01-21 23:59:51','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div style=\"float: left; width: 200px; font-weight: bold;\">WBC:</div><div style=\"float: left; width: 275px;\">White Blood Cells Count</div>\r\n\r\n<strong>Differential Count.</strong> (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\r\n\r\n<strong>Platelet Count</strong> Value obtained from blood analyzer\r\n\r\n<strong>Platelet Estimate</strong> Based on slide evaluation\r\n\r\n<strong>RBC</strong> Red Blood Cell Count\r\n\r\n<strong>HB</strong> Hemoglobin\r\n\r\n<strong>HCT</strong> Hematocrit\r\n\r\n<strong>MCH</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV</strong> Mean Cell Volume\r\n\r\n<strong>MCHC</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW</strong> Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\n<strong>Reticulocyte Count</strong> Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\n<strong>Remarks</strong> Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>WBC</strong>: White Blood Cells Count from analyzer\r\n\r\n<strong>Differential Count</strong>.: Automated count from analyzer\r\n\r\n<strong>Platelet Count:</strong> Value obtained from blood analyzer\r\n\r\n<strong>No estimated count</strong> (no smear evaluation)\r\n\r\n<strong>RBC:</strong> Red Blood Cell Count\r\n\r\n<strong>HB:</strong> Hemoglobin\r\n\r\n<strong>HCT:</strong> Hematocrit\r\n\r\n<strong>MCH:</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV:</strong> Mean Cell Volume\r\n\r\n<strong>MCHC:</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW:</strong> Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-6','','','2013-01-21 23:59:51','2013-01-21 23:59:51','',458,'http://avalab.omgnhosting.com/?p=516',0,'revision','',0),(517,1,'2013-01-22 00:01:46','2013-01-22 00:01:46','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<strong>Differential Count.</strong> (Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)\r\n\r\n<strong>Platelet Count</strong> Value obtained from blood analyzer\r\n\r\n<strong>Platelet Estimate</strong> Based on slide evaluation\r\n\r\n<strong>RBC</strong> Red Blood Cell Count\r\n\r\n<strong>HB</strong> Hemoglobin\r\n\r\n<strong>HCT</strong> Hematocrit\r\n\r\n<strong>MCH</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV</strong> Mean Cell Volume\r\n\r\n<strong>MCHC</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW</strong> Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\n<strong>Reticulocyte Count</strong> Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\n<strong>Remarks</strong> Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>WBC</strong>: White Blood Cells Count from analyzer\r\n\r\n<strong>Differential Count</strong>.: Automated count from analyzer\r\n\r\n<strong>Platelet Count:</strong> Value obtained from blood analyzer\r\n\r\n<strong>No estimated count</strong> (no smear evaluation)\r\n\r\n<strong>RBC:</strong> Red Blood Cell Count\r\n\r\n<strong>HB:</strong> Hemoglobin\r\n\r\n<strong>HCT:</strong> Hematocrit\r\n\r\n<strong>MCH:</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV:</strong> Mean Cell Volume\r\n\r\n<strong>MCHC:</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW:</strong> Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-7','','','2013-01-22 00:01:46','2013-01-22 00:01:46','',458,'http://avalab.omgnhosting.com/?p=517',0,'revision','',0),(518,1,'2013-01-22 00:02:35','2013-01-22 00:02:35','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<strong>Platelet Count</strong> Value obtained from blood analyzer\r\n\r\n<strong>Platelet Estimate</strong> Based on slide evaluation\r\n\r\n<strong>RBC</strong> Red Blood Cell Count\r\n\r\n<strong>HB</strong> Hemoglobin\r\n\r\n<strong>HCT</strong> Hematocrit\r\n\r\n<strong>MCH</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV</strong> Mean Cell Volume\r\n\r\n<strong>MCHC</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW</strong> Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV\r\n\r\n<strong>Reticulocyte Count</strong> Manual count (will be automatically added\r\n\r\nFor Cats when the Hct < 24\r\n\r\nFor Dogs when Hct < 35\r\n\r\n<strong>Remarks</strong> Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,) [/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>WBC</strong>: White Blood Cells Count from analyzer\r\n\r\n<strong>Differential Count</strong>.: Automated count from analyzer\r\n\r\n<strong>Platelet Count:</strong> Value obtained from blood analyzer\r\n\r\n<strong>No estimated count</strong> (no smear evaluation)\r\n\r\n<strong>RBC:</strong> Red Blood Cell Count\r\n\r\n<strong>HB:</strong> Hemoglobin\r\n\r\n<strong>HCT:</strong> Hematocrit\r\n\r\n<strong>MCH:</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV:</strong> Mean Cell Volume\r\n\r\n<strong>MCHC:</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW:</strong> Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-8','','','2013-01-22 00:02:35','2013-01-22 00:02:35','',458,'http://avalab.omgnhosting.com/?p=518',0,'revision','',0),(519,1,'2013-01-22 00:08:47','2013-01-22 00:08:47','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>WBC</strong>: White Blood Cells Count from analyzer\r\n\r\n<strong>Differential Count</strong>.: Automated count from analyzer\r\n\r\n<strong>Platelet Count:</strong> Value obtained from blood analyzer\r\n\r\n<strong>No estimated count</strong> (no smear evaluation)\r\n\r\n<strong>RBC:</strong> Red Blood Cell Count\r\n\r\n<strong>HB:</strong> Hemoglobin\r\n\r\n<strong>HCT:</strong> Hematocrit\r\n\r\n<strong>MCH:</strong> Mean Cell Hemoglobin\r\n\r\n<strong>MCV:</strong> Mean Cell Volume\r\n\r\n<strong>MCHC:</strong> Mean Cell Hemoglobin Concentration\r\n\r\n<strong>RDW:</strong> Red Cell Distribution Width<strong></strong>\r\n\r\n<strong>Note:</strong> No smear evaluation performed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-9','','','2013-01-22 00:08:47','2013-01-22 00:08:47','',458,'http://avalab.omgnhosting.com/?p=519',0,'revision','',0),(520,1,'2013-01-22 00:16:30','2013-01-22 00:16:30','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count:</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-10','','','2013-01-22 00:16:30','2013-01-22 00:16:30','',458,'http://avalab.omgnhosting.com/?p=520',0,'revision','',0),(521,1,'2013-01-22 00:17:09','2013-01-22 00:17:09','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count:</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Coag Analysis 1:</strong> PT, PTT\r\n\r\n<strong>Coag Analysis 2:</strong> PT, PTT, Fibrinogen\r\n\r\n<strong>Coag Profile 1:</strong> PT, PTT, Fibrinogen, Manual Plt Count, CBC Complete\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-11','','','2013-01-22 00:17:09','2013-01-22 00:17:09','',458,'http://avalab.omgnhosting.com/?p=521',0,'revision','',0),(522,1,'2013-01-22 00:20:26','2013-01-22 00:20:26','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<strong>Coag Profile 2:</strong> PT, PTT, Fibrinogen, CBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-12','','','2013-01-22 00:20:26','2013-01-22 00:20:26','',458,'http://avalab.omgnhosting.com/?p=522',0,'revision','',0),(523,1,'2013-01-22 00:22:22','2013-01-22 00:22:22','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-13','','','2013-01-22 00:22:22','2013-01-22 00:22:22','',458,'http://avalab.omgnhosting.com/?p=523',0,'revision','',0),(524,1,'2013-01-22 00:25:30','2013-01-22 00:25:30','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-14','','','2013-01-22 00:25:30','2013-01-22 00:25:30','',458,'http://avalab.omgnhosting.com/?p=524',0,'revision','',0),(525,1,'2013-01-22 00:26:13','2013-01-22 00:26:13','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<strong>Vet Chemistry:</strong> Albumin, ALP, ALT, BUN, BUN/Creat ratio, Cholesterol, CK, Creatinine, Globulin, A/G ratio, Glucose, Na/ K/ Cl/ Ca, Na/K ratio, Phosphorus, Protein Total, Total Bilirubin\r\n\r\n<strong>Chemistry Basic:</strong> Albumin, Alk Phosphatase, ALT, Amylase, AST, BUN, Calcium, Cholesterol, Creatinine, Glucose, Phosphorus, Potassium, Protein Total, Sample Index, T Bilirubin\r\n\r\n<strong>Chem Complete:</strong> Albumin, Alk Phosphatase, ALT, AST, Indirect Bilirubin, BUN, Calcium, Chloride, Cholesterol, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, LDH, Phosphorus, Potassium, Protein Total, Sample Index, Sodium, Total Bilirubin, Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-15','','','2013-01-22 00:26:13','2013-01-22 00:26:13','',458,'http://avalab.omgnhosting.com/?p=525',0,'revision','',0),(526,1,'2013-01-22 00:32:03','2013-01-22 00:32:03','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry</div><div class=\"rightSide\">Albumin<br /> ALP<br /> ALT<br /> BUN<br /> BUN/Creat ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Globulin<br /> A/G ratio<br /> Glucose<br /> Na/ K/ Cl/ Ca<br /> Na/K ratio<br /> Phosphorus<br /> Protein Total<br /> Total Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid\r\n\r\n<strong>Chem Expanded:</strong> Albumin, Albumin/Globulin ratio, Alk Phosphatase, ALT, Amylase, AST, BUN, BUN/Creatinine ratio, Cholesterol, CK, Creatinine, Direct Bilirubin, GGT, Globulin, Glucose, Indirect Bilirubin, LDH, Lipase, Na/ K/ Cl/ CO2/ Ca, Na/ K ratio, Phosphorus, Protein Total, Sample Index, Total Bilirubin\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-16','','','2013-01-22 00:32:03','2013-01-22 00:32:03','',458,'http://avalab.omgnhosting.com/?p=526',0,'revision','',0),(527,1,'2013-01-22 00:33:55','2013-01-22 00:33:55','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry</div><div class=\"rightSide\">Albumin<br /> ALP<br /> ALT<br /> BUN<br /> BUN/Creat ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Globulin<br /> A/G ratio<br /> Glucose<br /> Na/ K/ Cl/ Ca<br /> Na/K ratio<br /> Phosphorus<br /> Protein Total<br /> Total Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide>Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-17','','','2013-01-22 00:33:55','2013-01-22 00:33:55','',458,'http://avalab.omgnhosting.com/?p=527',0,'revision','',0),(528,1,'2013-01-22 00:35:01','2013-01-22 00:35:01','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<br />\r\nFor Cats when the Hct < 24<br />\r\nFor Dogs when Hct < 35<br/></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry</div><div class=\"rightSide\">Albumin<br /> ALP<br /> ALT<br /> BUN<br /> BUN/Creat ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Globulin<br /> A/G ratio<br /> Glucose<br /> Na/ K/ Cl/ Ca<br /> Na/K ratio<br /> Phosphorus<br /> Protein Total<br /> Total Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-18','','','2013-01-22 00:35:01','2013-01-22 00:35:01','',458,'http://avalab.omgnhosting.com/?p=528',0,'revision','',0),(529,1,'2013-01-22 00:37:50','2013-01-22 00:37:50','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC:</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added</div><div class=\"rightSide\">For Cats when the Hct < 24</div><div class=\"rightSide\">For Dogs when Hct < 35</div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry</div><div class=\"rightSide\">Albumin<br /> ALP<br /> ALT<br /> BUN<br /> BUN/Creat ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Globulin<br /> A/G ratio<br /> Glucose<br /> Na/ K/ Cl/ Ca<br /> Na/K ratio<br /> Phosphorus<br /> Protein Total<br /> Total Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-19','','','2013-01-22 00:37:50','2013-01-22 00:37:50','',458,'http://avalab.omgnhosting.com/?p=529',0,'revision','',0),(530,1,'2013-01-22 00:39:21','2013-01-22 00:39:21','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <br />No estimated count (no smear evaluation)</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry</div><div class=\"rightSide\">Albumin<br /> ALP<br /> ALT<br /> BUN<br /> BUN/Creat ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Globulin<br /> A/G ratio<br /> Glucose<br /> Na/ K/ Cl/ Ca<br /> Na/K ratio<br /> Phosphorus<br /> Protein Total<br /> Total Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-20','','','2013-01-22 00:39:21','2013-01-22 00:39:21','',458,'http://avalab.omgnhosting.com/?p=530',0,'revision','',0),(531,1,'2013-01-22 00:50:14','2013-01-22 00:50:14','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry</div>\r\n<div class=\"rightSide\">Albumin\r\n<div class=\"rightSide\"> ALP\r\n<div class=\"rightSide\"> ALT\r\n<div class=\"rightSide\"> BUN\r\n<div class=\"rightSide\"> BUN/Creat ratio\r\n<div class=\"rightSide\"> Cholesterol\r\n<div class=\"rightSide\"> CK\r\n<div class=\"rightSide\"> Creatinine\r\n<div class=\"rightSide\"> Globulin\r\n<div class=\"rightSide\"> A/G ratio\r\n<div class=\"rightSide\"> Glucose\r\n<div class=\"rightSide\"> Na/ K/ Cl/ Ca\r\n<div class=\"rightSide\"> Na/K ratio\r\n<div class=\"rightSide\">Phosphorus\r\n<div class=\"rightSide\"> Protein Total\r\n<div class=\"rightSide\"> Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-21','','','2013-01-22 00:50:14','2013-01-22 00:50:14','',458,'http://avalab.omgnhosting.com/?p=531',0,'revision','',0),(532,1,'2013-01-22 00:53:56','2013-01-22 00:53:56','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\"> ALP\r\n<div class=\"leftside\"> ALT\r\n<div class=\"leftSide\"> BUN\r\n<div class=\"leftSide\"> BUN/Creat ratio\r\n<div class=\"leftSide\"> Cholesterol\r\n<div class=\"leftSide\"> CK\r\n<div class=\"leftSide\"> Creatinine\r\n<div class=\"leftSide\"> Globulin\r\n<div class=\"leftSide\"> A/G ratio\r\n<div class=\"leftSide\"> Glucose\r\n<div class=\"leftSide\"> Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\"> Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\"> Protein Total\r\n<div class=\"leftSide\"> Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-22','','','2013-01-22 00:53:56','2013-01-22 00:53:56','',458,'http://avalab.omgnhosting.com/?p=532',0,'revision','',0),(533,1,'2013-01-22 00:54:58','2013-01-22 00:54:58','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic</div><div class=\"rightSide\">Albumin<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> Calcium<br /> Cholesterol<br /> Creatinine<br /> Glucose<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> T Bilirubin</div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-23','','','2013-01-22 00:54:58','2013-01-22 00:54:58','',458,'http://avalab.omgnhosting.com/?p=533',0,'revision','',0),(534,1,'2013-01-22 00:58:40','2013-01-22 00:58:40','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chem Complete</div><div class=\"rightSide\">Albumin,<br />Alk Phosphatase<br /> ALT<br /> AST<br /> Indirect Bilirubin<br /> BUN<br /> Calcium<br /> Chloride<br /> Cholesterol<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> LDH<br /> Phosphorus<br /> Potassium<br /> Protein Total<br /> Sample Index<br /> Sodium<br /> Total Bilirubin<br /> Uric Acid</div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-24','','','2013-01-22 00:58:40','2013-01-22 00:58:40','',458,'http://avalab.omgnhosting.com/?p=534',0,'revision','',0),(535,1,'2013-01-22 01:01:31','2013-01-22 01:01:31','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chem Complete\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase<br />\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chem Expanded</div><div class=\"rightSide\">Albumin<br /> Albumin/Globulin ratio<br /> Alk Phosphatase<br /> ALT<br /> Amylase<br /> AST<br /> BUN<br /> BUN/Creatinine ratio<br /> Cholesterol<br /> CK<br /> Creatinine<br /> Direct Bilirubin<br /> GGT<br /> Globulin<br /> Glucose<br /> Indirect Bilirubin<br /> LDH<br /> Na/ K/ Cl/ CO2/ Ca<br /> Na/ K ratio<br /> Phosphorus<br /> Protein Total<br /> Sample Index<br /> Total Bilirubin</div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-25','','','2013-01-22 01:01:31','2013-01-22 01:01:31','',458,'http://avalab.omgnhosting.com/?p=535',0,'revision','',0),(536,1,'2013-01-22 01:04:10','2013-01-22 01:04:10','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle] COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count</div>\r\n\r\n<div class=\"leftSide\">Differential Count.</div><div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Estimate</div><div class=\"rightSide\">Based on slide evaluation</div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n\r\n<div class=\"leftSide\">Reticulocyte Count</div><div class=\"rightSide\">Manual count (will be automatically added<div class=\"rightSide\">For Cats when the Hct < 24<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n\r\n<div class=\"leftSide\">Remarks</div><div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">WBC</div><div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Differential Count</div><div class=\"rightSide\">Automated count from analyzer</div>\r\n\r\n<div class=\"leftSide\">Platelet Count</div><div class=\"rightSide\">Value obtained from blood analyzer\r\n <div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n\r\n<div class=\"leftSide\">RBC</div><div class=\"rightSide\">Red Blood Cell Count</div>\r\n\r\n<div class=\"leftSide\">HB</div><div class=\"rightSide\">Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">HCT</div><div class=\"rightSide\">Hematocrit</div>\r\n\r\n<div class=\"leftSide\">MCH</div><div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n\r\n<div class=\"leftSide\">MCV</div><div class=\"rightSide\">Mean Cell Volume</div>\r\n\r\n<div class=\"leftSide\">MCHC</div><div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n\r\n<div class=\"leftSide\">RDW</div><div class=\"rightSide\">Red Cell Distribution Width</div>\r\n\r\n<div class=\"leftSide\"><strong>Note:</strong></div><div class=\"rightSide\">No smear evaluation performed</div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Coag Analysis 1</div><div class=\"rightSide\">PT<br />PTT</div>\r\n\r\n<div class=\"leftSide\">Coag Analysis 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 1</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />Manual Plt Count<br />CBC Complete</div>\r\n\r\n<div class=\"leftSide\">Coag Profile 2</div><div class=\"rightSide\">PT<br />PTT<br />Fibrinogen<br />CBC Complete<br />\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\n<div class=\"leftSide\">Vet Chemistry\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chemistry Basic\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chem Complete\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase<br />\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n<div class=\"leftSide\">Chem Expanded\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH<br /> Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-26','','','2013-01-22 01:04:10','2013-01-22 01:04:10','',458,'http://avalab.omgnhosting.com/?p=536',0,'revision','',0),(537,1,'2013-01-22 01:07:10','2013-01-22 01:07:10','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">\r\n\r\nValue obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">Coag Analysis 1</div>\r\n<div class=\"rightSide\">PT\r\nPTT</div>\r\n<div class=\"leftSide\">Coag Analysis 2</div>\r\n<div class=\"rightSide\">PT\r\nPTT\r\nFibrinogen</div>\r\n<div class=\"leftSide\">Coag Profile 1</div>\r\n<div class=\"rightSide\">PT\r\nPTT\r\nFibrinogen\r\nManual Plt Count\r\nCBC Complete</div>\r\n<div class=\"leftSide\">Coag Profile 2</div>\r\n<div class=\"rightSide\">\r\n\r\nPT\r\nPTT\r\nFibrinogen\r\nCBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">\r\n\r\nVet Chemistry\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nALP\r\n<div class=\"leftside\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creat ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nA/G ratio\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nNa/ K/ Cl/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\nChemistry Basic\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\nChem Complete\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nChloride\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">\r\n\r\nSodium\r\n<div class=\"leftSide\">\r\n\r\nTotal Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\nChem Expanded\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlbumin/Globulin ratio\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creatinine ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\nNa/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/ K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-27','','','2013-01-22 01:07:10','2013-01-22 01:07:10','',458,'http://avalab.omgnhosting.com/?p=537',0,'revision','',0),(538,1,'2013-01-22 01:08:14','2013-01-22 01:08:14','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle] <strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">Coag Analysis 1</div>\r\n<div class=\"rightSide\">PT\r\nPTT</div>\r\n<div class=\"leftSide\">Coag Analysis 2</div>\r\n<div class=\"rightSide\">PT\r\nPTT\r\nFibrinogen</div>\r\n<div class=\"leftSide\">Coag Profile 1</div>\r\n<div class=\"rightSide\">PT\r\nPTT\r\nFibrinogen\r\nManual Plt Count\r\nCBC Complete</div>\r\n<div class=\"leftSide\">Coag Profile 2</div>\r\n<div class=\"rightSide\">\r\n\r\nPT\r\nPTT\r\nFibrinogen\r\nCBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle] <strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">\r\n\r\nVet Chemistry\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nALP\r\n<div class=\"leftside\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creat ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nA/G ratio\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nNa/ K/ Cl/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\nChemistry Basic\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\nChem Complete\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nChloride\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">\r\n\r\nSodium\r\n<div class=\"leftSide\">\r\n\r\nTotal Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\nChem Expanded\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlbumin/Globulin ratio\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creatinine ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\nNa/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/ K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-28','','','2013-01-22 01:08:14','2013-01-22 01:08:14','',458,'http://avalab.omgnhosting.com/?p=538',0,'revision','',0),(539,1,'2013-01-22 01:09:55','2013-01-22 01:09:55','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">\r\n\r\nManual count (will be automatically added\r\n<div class=\"rightSide\">\r\n\r\nFor Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">\r\n\r\nValue obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\nPTT</div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\nPTT\r\nFibrinogen</div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\nPTT\r\nFibrinogen\r\nManual Plt Count\r\nCBC Complete</div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">\r\n\r\nPT\r\nPTT\r\nFibrinogen\r\nCBC Complete\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">\r\n\r\n<strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nALP\r\n<div class=\"leftside\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creat ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nA/G ratio\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nNa/ K/ Cl/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chem Complete</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nChloride\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">\r\n\r\nSodium\r\n<div class=\"leftSide\">\r\n\r\nTotal Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlbumin/Globulin ratio\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creatinine ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\nNa/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/ K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-29','','','2013-01-22 01:09:55','2013-01-22 01:09:55','',458,'http://avalab.omgnhosting.com/?p=539',0,'revision','',0),(540,1,'2013-01-22 01:17:31','2013-01-22 01:17:31','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">\r\n\r\n<strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nALP\r\n<div class=\"leftside\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creat ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nA/G ratio\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nNa/ K/ Cl/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chem Complete</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nChloride\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">\r\n\r\nSodium\r\n<div class=\"leftSide\">\r\n\r\nTotal Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlbumin/Globulin ratio\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creatinine ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\nNa/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/ K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-30','','','2013-01-22 01:17:31','2013-01-22 01:17:31','',458,'http://avalab.omgnhosting.com/?p=540',0,'revision','',0),(541,1,'2013-01-22 01:19:44','2013-01-22 01:19:44','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\">\r\n\r\n<strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nALP\r\n<div class=\"leftside\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creat ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nA/G ratio\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nNa/ K/ Cl/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chem Complete</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nCalcium\r\n<div class=\"leftSide\">\r\n\r\nChloride\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nPotassium\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">\r\n\r\nSodium\r\n<div class=\"leftSide\">\r\n\r\nTotal Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\">\r\n\r\n<strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">\r\n\r\nAlbumin\r\n<div class=\"leftSide\">\r\n\r\nAlbumin/Globulin ratio\r\n<div class=\"leftSide\">\r\n\r\nAlk Phosphatase\r\n<div class=\"leftSide\">\r\n\r\nALT\r\n<div class=\"leftSide\">\r\n\r\nAmylase\r\n<div class=\"leftSide\">\r\n\r\nAST\r\n<div class=\"leftSide\">\r\n\r\nBUN\r\n<div class=\"leftSide\">\r\n\r\nBUN/Creatinine ratio\r\n<div class=\"leftSide\">\r\n\r\nCholesterol\r\n<div class=\"leftSide\">\r\n\r\nCK\r\n<div class=\"leftSide\">\r\n\r\nCreatinine\r\n<div class=\"leftSide\">\r\n\r\nDirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nGGT\r\n<div class=\"leftSide\">\r\n\r\nGlobulin\r\n<div class=\"leftSide\">\r\n\r\nGlucose\r\n<div class=\"leftSide\">\r\n\r\nIndirect Bilirubin\r\n<div class=\"leftSide\">\r\n\r\nLDH\r\nNa/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">\r\n\r\nNa/ K ratio\r\n<div class=\"leftSide\">\r\n\r\nPhosphorus\r\n<div class=\"leftSide\">\r\n\r\nProtein Total\r\n<div class=\"leftSide\">\r\n\r\nSample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-31','','','2013-01-22 01:19:44','2013-01-22 01:19:44','',458,'http://avalab.omgnhosting.com/?p=541',0,'revision','',0),(542,1,'2013-01-22 01:25:53','2013-01-22 01:25:53','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\'>Lipase\r\n<div class=\"leftSide\'>Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-32','','','2013-01-22 01:25:53','2013-01-22 01:25:53','',458,'http://avalab.omgnhosting.com/?p=542',0,'revision','',0),(543,1,'2013-01-22 01:28:18','2013-01-22 01:28:18','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\'>Lipase\r\n<div class=\"leftSide\'>Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>','Panels','','inherit','closed','open','','458-revision-33','','','2013-01-22 01:28:18','2013-01-22 01:28:18','',458,'http://avalab.omgnhosting.com/?p=543',0,'revision','',0),(544,1,'2013-01-22 01:32:29','2013-01-22 01:32:29','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\'>Lipase\r\n<div class=\"leftSide\'>Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n</div>\r\n<div class=\"ui-stop-floating\"></div>','Panels','','inherit','closed','open','','458-revision-34','','','2013-01-22 01:32:29','2013-01-22 01:32:29','',458,'http://avalab.omgnhosting.com/?p=544',0,'revision','',0),(545,1,'2013-01-22 01:42:15','2013-01-22 01:42:15','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[/wptabs]\r\n\r\n</div>\r\n<div class=\"ui-stop-floating\"></div>','Panels','','inherit','closed','open','','458-revision-35','','','2013-01-22 01:42:15','2013-01-22 01:42:15','',458,'http://avalab.omgnhosting.com/?p=545',0,'revision','',0),(546,1,'2013-01-22 01:42:44','2013-01-22 01:42:44','','Panels','','inherit','closed','open','','458-revision-36','','','2013-01-22 01:42:44','2013-01-22 01:42:44','',458,'http://avalab.omgnhosting.com/?p=546',0,'revision','',0),(547,1,'2013-01-22 01:45:28','2013-01-22 01:45:28','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n','Panels','','inherit','closed','open','','458-revision-37','','','2013-01-22 01:45:28','2013-01-22 01:45:28','',458,'http://avalab.omgnhosting.com/?p=547',0,'revision','',0),(548,1,'2013-01-22 01:46:37','2013-01-22 01:46:37','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[/wptabs]\r\n\r\n</div>\r\n<div class=\"ui-stop-floating\"></div>\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\'>Lipase\r\n<div class=\"leftSide\'>Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n','Panels','','inherit','closed','open','','458-revision-38','','','2013-01-22 01:46:37','2013-01-22 01:46:37','',458,'http://avalab.omgnhosting.com/?p=548',0,'revision','',0),(549,1,'2013-01-22 01:47:21','2013-01-22 01:47:21','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n','Panels','','inherit','closed','open','','458-revision-39','','','2013-01-22 01:47:21','2013-01-22 01:47:21','',458,'http://avalab.omgnhosting.com/?p=549',0,'revision','',0),(550,1,'2013-01-22 01:53:53','2013-01-22 01:53:53','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n','Panels','','inherit','closed','open','','458-revision-40','','','2013-01-22 01:53:53','2013-01-22 01:53:53','',458,'http://avalab.omgnhosting.com/?p=550',0,'revision','',0),(551,1,'2013-01-22 01:54:45','2013-01-22 01:54:45','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-41','','','2013-01-22 01:54:45','2013-01-22 01:54:45','',458,'http://avalab.omgnhosting.com/?p=551',0,'revision','',0),(552,1,'2013-01-22 01:55:52','2013-01-22 01:55:52','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n\r\n\r\n\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\'>Lipase\r\n<div class=\"leftSide\'>Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-42','','','2013-01-22 01:55:52','2013-01-22 01:55:52','',458,'http://avalab.omgnhosting.com/?p=552',0,'revision','',0),(553,1,'2012-11-15 14:37:35','2012-11-15 14:37:35','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p align=\"justify\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p style=\"text-align: justify;\"><strong>Anesthesia</strong>\r\nCourtney S. Baetge, DVM, DACVA</p>\r\n<strong>Avian/Exotics</strong>\r\nCathy A. Johnson-Delaney, DVM, DABVP\r\n(Avian & Exotic Companion Mammals)\r\n\r\nEric Klaphake, DVM, DACZS, DABVP (Avian) Christal Pollock, DVM, DABVP (Avian)\r\n\r\n<strong>Dermatology</strong>\r\nTerri Bonenberger, DVM, DACVD Ian Spiegel, MHS, VIVID, DACVD\r\n\r\n<strong>Clinical Pathology</strong>\r\nJennifer Brazzell, DVM, DACVP\r\n\r\n<strong>Critical Care & Small Animal Internal Medicine</strong>\r\n\r\nLisa Cellio, DVM, DACVIM (SA-IM)\r\n\r\nJennifer S. Fryer, DVM, ACVIM eligible Michael S. Garvey, DVM, DACVIM (SA-IM),\r\n\r\n<strong>DACVECC</strong>\r\nKathy Graf, DVM, DACVIM (SA-IM)\r\nJeffery Simmons, DVM, MS, DACVECC Marilyn E. Stiff, DVM, MA, DACVIM (SA-IM) Cynthia J. Stubbs, DVM,\r\nDACVIM (SA-IM) Michael D. Willard, DVM, MS, DACVIM (SA-IM)\r\nLarge Animal Internal Medicine Laura Waitt, DVM, DACVIM (LA-IM)\r\nJean-Yin Tan, DVM, DACVIM (LA-IM)\r\n\r\n<strong>Oncology</strong>\r\nChelsea Greenberg, DVM, DACVIM (Oncology) John Hintermeister, DVM, DACVIM (Oncology)\r\n\r\n<strong>Ophthalmology</strong>\r\nJoan Dziezyc, DVM, DACVO\r\n\r\nNicholas Millichamp, Bsc, PhD, DACVO\r\n\r\n<strong>Neurology</strong>\r\nGeorgina Barone, DVM, DACVIM (Neurology)\r\n\r\nMichael L. Harrington, DVM, MS, DACVIM (Neurology)\r\n\r\n<strong>Pharmacy</strong>\r\nStuart Feldman, R.Ph. FACVP\r\n\r\n<strong>Theriogenology</strong>\r\nC. Scott Bailey, DVM, DACVT\r\n<p style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>','Consultants','','inherit','closed','open','','31-revision-29','','','2012-11-15 14:37:35','2012-11-15 14:37:35','',31,'http://avalab.omgnhosting.com/?p=553',0,'revision','',0),(554,1,'2013-01-22 02:16:05','2013-01-22 02:16:05','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Consultants!</p>\r\n<p align=\"justify\">Meet the AVA team; committed to delivering cutting-edge laboratory animal science technology!</p>\r\n<p style=\"text-align: justify;\"><strong>Anesthesia</strong>\r\nCourtney S. Baetge, DVM, DACVA</p>\r\n<strong>Avian/Exotics</strong>\r\nCathy A. Johnson-Delaney, DVM, DABVP\r\n(Avian & Exotic Companion Mammals)\r\n\r\nEric Klaphake, DVM, DACZS, DABVP (Avian)<br />Christal Pollock, DVM, DABVP (Avian)\r\n\r\n<strong>Dermatology</strong>\r\nTerri Bonenberger, DVM, DACVD<br />Ian Spiegel, MHS, VIVID, DACVD\r\n\r\n<strong>Clinical Pathology</strong>\r\nJennifer Brazzell, DVM, DACVP\r\n\r\n<strong>Critical Care & Small Animal Internal Medicine</strong>\r\n\r\nLisa Cellio, DVM, DACVIM (SA-IM)\r\n\r\nJennifer S. Fryer, DVM, ACVIM eligible \r\n<br />Michael S. Garvey, DVM, DACVIM (SA-IM)\r\n\r\n<strong>DACVECC</strong>\r\nKathy Graf, DVM, DACVIM (SA-IM)\r\nJeffery Simmons, DVM, MS, DACVECC \r\n<br />Marilyn E. Stiff, DVM, MA, DACVIM (SA-IM) \r\n<br />Cynthia J. Stubbs, DVM\r\nDACVIM (SA-IM) Michael D. Willard, DVM, MS, DACVIM (SA-IM)\r\nLarge Animal Internal Medicine Laura Waitt, DVM, DACVIM (LA-IM)\r\nJean-Yin Tan, DVM, DACVIM (LA-IM)\r\n\r\n<strong>Oncology</strong>\r\nChelsea Greenberg, DVM, DACVIM (Oncology) <br />John Hintermeister, DVM, DACVIM (Oncology)\r\n\r\n<strong>Ophthalmology</strong>\r\nJoan Dziezyc, DVM, DACVO\r\n\r\nNicholas Millichamp, Bsc, PhD, DACVO\r\n\r\n<strong>Neurology</strong>\r\nGeorgina Barone, DVM, DACVIM (Neurology)\r\n\r\nMichael L. Harrington, DVM, MS, DACVIM (Neurology)\r\n\r\n<strong>Pharmacy</strong>\r\nStuart Feldman, R.Ph. FACVP\r\n\r\n<strong>Theriogenology</strong>\r\nC. Scott Bailey, DVM, DACVT\r\n<p style=\"text-align: justify;\">We are eager to help. Give us a call to let us know what we can do for you!</p>','Consultants','','inherit','closed','open','','31-revision-30','','','2013-01-22 02:16:05','2013-01-22 02:16:05','',31,'http://avalab.omgnhosting.com/?p=554',0,'revision','',0),(555,1,'2013-01-22 01:59:24','2013-01-22 01:59:24','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">T Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Lipase\r\n<div class=\"leftSide\">Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-43','','','2013-01-22 01:59:24','2013-01-22 01:59:24','',458,'http://avalab.omgnhosting.com/?p=555',0,'revision','',0),(556,1,'2013-01-22 02:40:28','2013-01-22 02:40:28','[wptabs type=\"accordion\" effect=\"slide\" mode=\"vertical\"]\r\n\r\n[wptabtitle]COMPLETE BLOOD COUNT (301) [/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count</div>\r\n<div class=\"leftSide\"><strong>Differential Count.</strong></div>\r\n<div class=\"rightSide\">(Neutrophils, Lymphocytes, Monocytes, Eosinophils, Basophils, Bands)</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimate count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>Platelet Estimate</strong></div>\r\n<div class=\"rightSide\">Based on slide evaluation</div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width. An electronic measure of anisocytosis or erythrocyte volume heterogeneity (this is the standard deviation of erythrocytes volumes expressed as a percentage of the MCV.</div>\r\n<div class=\"leftSide\"><strong>Reticulocyte Count</strong></div>\r\n<div class=\"rightSide\">Manual count (will be automatically added)\r\n<div class=\"rightSide\">For Cats when the Hct < 24\r\n<div class=\"rightSide\">For Dogs when Hct < 35</div></div></div>\r\n<div class=\"leftSide\"><strong>Remarks</strong></div>\r\n<div class=\"rightSide\">Microscopic Blood smear evaluation (by technician) with RBC and WBC morphology, blood parasites, platelet comments, general comments (lipemia, hemolysis, icterus,)</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>COMPREHENSIVE CBC (306) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n\r\nThis is a Complete CBC with blood smear evaluation from a board certified pathologist if Pathology review is needed\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CBC Automated (300) </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>WBC</strong></div>\r\n<div class=\"rightSide\">White Blood Cells Count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Differential Count</strong></div>\r\n<div class=\"rightSide\">Automated count from analyzer</div>\r\n<div class=\"leftSide\"><strong>Platelet Count</strong></div>\r\n<div class=\"rightSide\">Value obtained from blood analyzer\r\n<div class=\"rightSide\">No estimated count (no smear evaluation)</div></div>\r\n<div class=\"leftSide\"><strong>RBC</strong></div>\r\n<div class=\"rightSide\">Red Blood Cell Count</div>\r\n<div class=\"leftSide\"><strong>HB</strong></div>\r\n<div class=\"rightSide\">Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>HCT</strong></div>\r\n<div class=\"rightSide\">Hematocrit</div>\r\n<div class=\"leftSide\"><strong>MCH</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin</div>\r\n<div class=\"leftSide\"><strong>MCV</strong></div>\r\n<div class=\"rightSide\">Mean Cell Volume</div>\r\n<div class=\"leftSide\"><strong>MCHC</strong></div>\r\n<div class=\"rightSide\">Mean Cell Hemoglobin Concentration</div>\r\n<div class=\"leftSide\"><strong>RDW</strong></div>\r\n<div class=\"rightSide\">Red Cell Distribution Width</div>\r\n<div class=\"leftSide\"><strong>Note:</strong></div>\r\n<div class=\"rightSide\">No smear evaluation performed</div>\r\n[/wptabcontent]\r\n\r\n\r\n[wptabtitle]<strong>COAGULATION PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Coag Analysis 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT</div></div>\r\n<div class=\"leftSide\"><strong>Coag Analysis 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen</div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 1</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">Manual Plt Count\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div></div>\r\n<div class=\"leftSide\"><strong>Coag Profile 2</strong></div>\r\n<div class=\"rightSide\">PT\r\n<div class=\"rightSide\">PTT\r\n<div class=\"rightSide\">Fibrinogen\r\n<div class=\"rightSide\">CBC Complete</div></div></div></div>\r\n\r\n[/wptabcontent]\r\n\r\n[wptabtitle]<strong>CHEMISTRY PROFILES </strong>[/wptabtitle]\r\n\r\n[wptabcontent]\r\n<div class=\"leftSide\"><strong>Vet Chemistry</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">ALP\r\n<div class=\"leftside\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creat ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">A/G ratio\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Na/ K/ Cl/ Ca\r\n<div class=\"leftSide\">Na/K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chemistry Basic</strong>\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">T Bilirubin\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">Simple Indexn</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Complete</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">Calcium\r\n<div class=\"leftSide\">Chloride\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Potassium\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Sodium\r\n<div class=\"leftSide\">Total Bilirubin\r\n<div class=\"leftSide\">Uric Acid</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"leftSide\"><strong>Chem Expanded</strong>\r\n<div class=\"leftSide\">Albumin\r\n<div class=\"leftSide\">Albumin/Globulin ratio\r\n<div class=\"leftSide\">Alk Phosphatase\r\n<div class=\"leftSide\">ALT\r\n<div class=\"leftSide\">Amylase\r\n<div class=\"leftSide\">AST\r\n<div class=\"leftSide\">BUN\r\n<div class=\"leftSide\">BUN/Creatinine ratio\r\n<div class=\"leftSide\">Cholesterol\r\n<div class=\"leftSide\">CK\r\n<div class=\"leftSide\">Creatinine\r\n<div class=\"leftSide\">Direct Bilirubin\r\n<div class=\"leftSide\">GGT\r\n<div class=\"leftSide\">Globulin\r\n<div class=\"leftSide\">Glucose\r\n<div class=\"leftSide\">Indirect Bilirubin\r\n<div class=\"leftSide\">LDH\r\n<div class=\"leftSide\">Lipase\r\n<div class=\"leftSide\">Na/ K/ Cl/ CO2/ Ca\r\n<div class=\"leftSide\">Na/ K ratio\r\n<div class=\"leftSide\">Phosphorus\r\n<div class=\"leftSide\">Protein Total\r\n<div class=\"leftSide\">Sample Index\r\n<div class=\"leftSide\">Total Bilirubin</div>\r\n</div>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]','Panels','','inherit','closed','open','','458-revision-44','','','2013-01-22 02:40:28','2013-01-22 02:40:28','',458,'http://avalab.omgnhosting.com/?p=556',0,'revision','',0),(557,1,'2013-01-24 22:34:24','2013-01-24 22:34:24','','req form026','','inherit','closed','closed','','req-form026','','','2013-01-24 22:34:24','2013-01-24 22:34:24','',0,'http://avalab.com/wp-content/uploads/2013/01/req-form026.pdf',0,'attachment','application/pdf',0),(558,1,'2013-01-24 22:34:25','2013-01-24 22:34:25','','supply form025','','inherit','closed','closed','','supply-form025','','','2013-01-24 22:34:25','2013-01-24 22:34:25','',0,'http://avalab.com/wp-content/uploads/2013/01/supply-form025.pdf',0,'attachment','application/pdf',0),(559,1,'2013-01-21 23:55:38','2013-01-21 23:55:38','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Lab-req004.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"supplyordercolor.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:<br /><br />\r\n<a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-49','','','2013-01-21 23:55:38','2013-01-21 23:55:38','',33,'http://avalab.omgnhosting.com/?p=559',0,'revision','',0),(560,1,'2013-01-24 22:45:06','2013-01-24 22:45:06','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/req-form026.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/supply-form025.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:<br /><br />\r\n<a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-50','','','2013-01-24 22:45:06','2013-01-24 22:45:06','',33,'http://avalab.omgnhosting.com/?p=560',0,'revision','',0),(562,1,'2013-01-21 19:42:05','2013-01-21 19:42:05','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-39','','','2013-01-21 19:42:05','2013-01-21 19:42:05','',420,'http://avalab.omgnhosting.com/?p=562',0,'revision','',0); INSERT INTO `wp_posts` VALUES (563,1,'2013-01-26 00:08:33','2013-01-26 00:08:33','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-40','','','2013-01-26 00:08:33','2013-01-26 00:08:33','',420,'http://avalab.omgnhosting.com/?p=563',0,'revision','',0),(564,1,'2013-01-26 00:09:34','2013-01-26 00:09:34','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-41','','','2013-01-26 00:09:34','2013-01-26 00:09:34','',420,'http://avalab.omgnhosting.com/?p=564',0,'revision','',0),(565,1,'2013-01-26 00:13:27','2013-01-26 00:13:27','[wptabs mode=\"horizontal\"] \r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis[/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-42','','','2013-01-26 00:13:27','2013-01-26 00:13:27','',420,'http://avalab.omgnhosting.com/?p=565',0,'revision','',0),(566,1,'2013-01-26 00:15:25','2013-01-26 00:15:25','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030 Abdominal Screen Analysis[/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-43','','','2013-01-26 00:15:25','2013-01-26 00:15:25','',420,'http://avalab.omgnhosting.com/?p=566',0,'revision','',0),(567,1,'2013-01-26 00:18:45','2013-01-26 00:18:45','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-44','','','2013-01-26 00:18:45','2013-01-26 00:18:45','',420,'http://avalab.omgnhosting.com/?p=567',0,'revision','',0),(568,1,'2013-01-26 00:20:43','2013-01-26 00:20:43','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 50px;\">135 <br />127 </div>\r\n<div style=\"float: right; width: 250px;\">Glucose </div>116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-45','','','2013-01-26 00:20:43','2013-01-26 00:20:43','',420,'http://avalab.omgnhosting.com/?p=568',0,'revision','',0),(569,1,'2013-01-26 00:23:09','2013-01-26 00:23:09','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 50px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152</div>\r\n<div style=\"float: right; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index</div> 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-46','','','2013-01-26 00:23:09','2013-01-26 00:23:09','',420,'http://avalab.omgnhosting.com/?p=569',0,'revision','',0),(570,1,'2013-01-26 00:26:35','2013-01-26 00:26:35','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 50px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br><br><br/><br/> TAT:</div>\r\n<div style=\"float: right; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-47','','','2013-01-26 00:26:35','2013-01-26 00:26:35','',420,'http://avalab.omgnhosting.com/?p=570',0,'revision','',0),(571,1,'2013-01-26 00:27:10','2013-01-26 00:27:10','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 50px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br><br>TAT:</div>\r\n<div style=\"float: right; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-48','','','2013-01-26 00:27:10','2013-01-26 00:27:10','',420,'http://avalab.omgnhosting.com/?p=571',0,'revision','',0),(572,1,'2013-01-26 00:27:41','2013-01-26 00:27:41','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 50px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: right; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-49','','','2013-01-26 00:27:41','2013-01-26 00:27:41','',420,'http://avalab.omgnhosting.com/?p=572',0,'revision','',0),(573,1,'2013-01-26 00:28:02','2013-01-26 00:28:02','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 20px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: right; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-50','','','2013-01-26 00:28:02','2013-01-26 00:28:02','',420,'http://avalab.omgnhosting.com/?p=573',0,'revision','',0),(574,1,'2013-01-26 00:29:48','2013-01-26 00:29:48','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 40px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-51','','','2013-01-26 00:29:48','2013-01-26 00:29:48','',420,'http://avalab.omgnhosting.com/?p=574',0,'revision','',0),(575,1,'2013-01-26 00:30:05','2013-01-26 00:30:05','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 60px;\">135 <br />127 <br />116<br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-52','','','2013-01-26 00:30:05','2013-01-26 00:30:05','',420,'http://avalab.omgnhosting.com/?p=575',0,'revision','',0),(576,1,'2013-01-26 00:31:13','2013-01-26 00:31:13','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 60px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-53','','','2013-01-26 00:31:13','2013-01-26 00:31:13','',420,'http://avalab.omgnhosting.com/?p=576',0,'revision','',0),(577,1,'2013-01-26 00:31:35','2013-01-26 00:31:35','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-54','','','2013-01-26 00:31:35','2013-01-26 00:31:35','',420,'http://avalab.omgnhosting.com/?p=577',0,'revision','',0),(578,1,'2013-01-26 00:32:30','2013-01-26 00:32:30','[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-55','','','2013-01-26 00:32:30','2013-01-26 00:32:30','',420,'http://avalab.omgnhosting.com/?p=578',0,'revision','',0),(579,1,'2013-01-26 00:33:45','2013-01-26 00:33:45','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-56','','','2013-01-26 00:33:45','2013-01-26 00:33:45','',420,'http://avalab.omgnhosting.com/?p=579',0,'revision','',0),(580,1,'2013-01-24 22:50:21','2013-01-24 22:50:21','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Labs!</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/req-form026.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/supply-form025.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:<br /><br />\r\n<a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-51','','','2013-01-24 22:50:21','2013-01-24 22:50:21','',33,'http://avalab.omgnhosting.com/?p=580',0,'revision','',0),(581,1,'2013-01-26 00:34:49','2013-01-26 00:34:49','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] [/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-57','','','2013-01-26 00:34:49','2013-01-26 00:34:49','',420,'http://avalab.omgnhosting.com/?p=581',0,'revision','',0),(582,1,'2013-01-29 14:33:27','2013-01-29 14:33:27','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627 <br />626 <br /><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br/>Cortisol Resting <br /><br />2 serum (pre & post 2 ml ea.)<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-58','','','2013-01-29 14:33:27','2013-01-29 14:33:27','',420,'http://avalab.omgnhosting.com/?p=582',0,'revision','',0),(583,1,'2013-01-29 14:35:10','2013-01-29 14:35:10','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627 <br />626 <br /><br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br /><br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-59','','','2013-01-29 14:35:10','2013-01-29 14:35:10','',420,'http://avalab.omgnhosting.com/?p=583',0,'revision','',0),(584,1,'2013-01-29 14:35:59','2013-01-29 14:35:59','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627 <br />626 <br /><br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br /><br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-60','','','2013-01-29 14:35:59','2013-01-29 14:35:59','',420,'http://avalab.omgnhosting.com/?p=584',0,'revision','',0),(585,1,'2013-01-29 14:37:37','2013-01-29 14:37:37','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br /><br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br /><br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br /><br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-61','','','2013-01-29 14:37:37','2013-01-29 14:37:37','',420,'http://avalab.omgnhosting.com/?p=585',0,'revision','',0),(586,1,'2013-01-29 14:38:31','2013-01-29 14:38:31','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br /><br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br /><br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-62','','','2013-01-29 14:38:31','2013-01-29 14:38:31','',420,'http://avalab.omgnhosting.com/?p=586',0,'revision','',0); INSERT INTO `wp_posts` VALUES (587,1,'2013-01-29 14:39:11','2013-01-29 14:39:11','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-63','','','2013-01-29 14:39:11','2013-01-29 14:39:11','',420,'http://avalab.omgnhosting.com/?p=587',0,'revision','',0),(588,1,'2013-01-29 15:10:35','2013-01-29 15:10:35','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-64','','','2013-01-29 15:10:35','2013-01-29 15:10:35','',420,'http://avalab.omgnhosting.com/?p=588',0,'revision','',0),(589,1,'2013-01-29 16:03:54','2013-01-29 16:03:54','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\"><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />Specimen:<br /><br /><br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<be />Basophils<be />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-65','','','2013-01-29 16:03:54','2013-01-29 16:03:54','',420,'http://avalab.omgnhosting.com/?p=589',0,'revision','',0),(590,1,'2013-01-29 16:19:53','2013-01-29 16:19:53','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<be />Basophils<be />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-66','','','2013-01-29 16:19:53','2013-01-29 16:19:53','',420,'http://avalab.omgnhosting.com/?p=590',0,'revision','',0),(591,1,'2013-01-29 17:28:25','2013-01-29 17:28:25','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-67','','','2013-01-29 17:28:25','2013-01-29 17:28:25','',420,'http://avalab.omgnhosting.com/?p=591',0,'revision','',0),(592,1,'2013-01-29 17:59:54','2013-01-29 17:59:54','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-68','','','2013-01-29 17:59:54','2013-01-29 17:59:54','',420,'http://avalab.omgnhosting.com/?p=592',0,'revision','',0),(593,1,'2013-01-29 18:51:13','2013-01-29 18:51:13','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-69','','','2013-01-29 18:51:13','2013-01-29 18:51:13','',420,'http://avalab.omgnhosting.com/?p=593',0,'revision','',0),(594,1,'2013-01-30 15:28:55','2013-01-30 15:28:55','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T$ total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Totale<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342,br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml, LT 1ml<br />Urine 3ml<br />Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-70','','','2013-01-30 15:28:55','2013-01-30 15:28:55','',420,'http://avalab.omgnhosting.com/?p=594',0,'revision','',0),(595,1,'2013-01-30 15:30:35','2013-01-30 15:30:35','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T$ total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Totale<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342,br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml, LT 1ml<br />Urine 3ml<br />Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-71','','','2013-01-30 15:30:35','2013-01-30 15:30:35','',420,'http://avalab.omgnhosting.com/?p=595',0,'revision','',0),(596,1,'2013-01-30 17:10:32','2013-01-30 17:10:32','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Totale<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase,br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br /.TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br /.Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-72','','','2013-01-30 17:10:32','2013-01-30 17:10:32','',420,'http://avalab.omgnhosting.com/?p=596',0,'revision','',0),(597,1,'2013-01-30 17:18:05','2013-01-30 17:18:05','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Totale<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-73','','','2013-01-30 17:18:05','2013-01-30 17:18:05','',420,'http://avalab.omgnhosting.com/?p=597',0,'revision','',0),(598,1,'2013-01-30 20:24:42','2013-01-30 20:24:42','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Totale<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br /.173<br /.143<br />166<br /.342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br /.Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br /.Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose,br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br /.1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag,br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis,br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br /.960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-74','','','2013-01-30 20:24:42','2013-01-30 20:24:42','',420,'http://avalab.omgnhosting.com/?p=598',0,'revision','',0),(599,1,'2013-01-30 20:50:43','2013-01-30 20:50:43','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Totale<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br /.173<br /.143<br />166<br /.342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br /.Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br /.Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br /.1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag,br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis,br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br /.960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-75','','','2013-01-30 20:50:43','2013-01-30 20:50:43','',420,'http://avalab.omgnhosting.com/?p=599',0,'revision','',0),(600,1,'2013-01-30 21:00:52','2013-01-30 21:00:52','Panel Code\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-76','','','2013-01-30 21:00:52','2013-01-30 21:00:52','',420,'http://avalab.omgnhosting.com/?p=600',0,'revision','',0),(601,1,'2013-01-30 21:02:35','2013-01-30 21:02:35','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"vertical\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-77','','','2013-01-30 21:02:35','2013-01-30 21:02:35','',420,'http://avalab.omgnhosting.com/?p=601',0,'revision','',0),(602,1,'2013-01-30 21:03:59','2013-01-30 21:03:59','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-78','','','2013-01-30 21:03:59','2013-01-30 21:03:59','',420,'http://avalab.omgnhosting.com/?p=602',0,'revision','',0); INSERT INTO `wp_posts` VALUES (603,1,'2013-01-30 21:09:19','2013-01-30 21:09:19','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1030 Abdominal Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total / Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br/> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-79','','','2013-01-30 21:09:19','2013-01-30 21:09:19','',420,'http://avalab.omgnhosting.com/?p=603',0,'revision','',0),(604,1,'2013-01-30 21:12:37','2013-01-30 21:12:37','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br /.Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Customized Panels','','inherit','closed','open','','420-revision-80','','','2013-01-30 21:12:37','2013-01-30 21:12:37','',420,'http://avalab.omgnhosting.com/?p=604',0,'revision','',0),(605,1,'2013-01-30 21:15:58','2013-01-30 21:15:58','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n[/wptabs]\r\n\r\n[wptabs]\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Customized Panels','','inherit','closed','open','','420-revision-81','','','2013-01-30 21:15:58','2013-01-30 21:15:58','',420,'http://avalab.omgnhosting.com/?p=605',0,'revision','',0),(606,1,'2013-01-30 21:16:56','2013-01-30 21:16:56','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br /><TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n[/wptabs]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n','Customized Panels','','inherit','closed','open','','420-revision-82','','','2013-01-30 21:16:56','2013-01-30 21:16:56','',420,'http://avalab.omgnhosting.com/?p=606',0,'revision','',0),(607,1,'2013-01-30 21:18:17','2013-01-30 21:18:17','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n[/wptabs]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n','Customized Panels','','inherit','closed','open','','420-revision-83','','','2013-01-30 21:18:17','2013-01-30 21:18:17','',420,'http://avalab.omgnhosting.com/?p=607',0,'revision','',0),(608,1,'2013-01-30 21:18:53','2013-01-30 21:18:53','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n','Customized Panels','','inherit','closed','open','','420-revision-84','','','2013-01-30 21:18:53','2013-01-30 21:18:53','',420,'http://avalab.omgnhosting.com/?p=608',0,'revision','',0),(609,1,'2013-01-30 21:19:41','2013-01-30 21:19:41','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n','Customized Panels','','inherit','closed','open','','420-revision-85','','','2013-01-30 21:19:41','2013-01-30 21:19:41','',420,'http://avalab.omgnhosting.com/?p=609',0,'revision','',0),(610,1,'2013-01-30 22:23:32','2013-01-30 22:23:32','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin,br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n','Customized Panels','','inherit','closed','open','','420-revision-86','','','2013-01-30 22:23:32','2013-01-30 22:23:32','',420,'http://avalab.omgnhosting.com/?p=610',0,'revision','',0),(611,1,'2013-01-30 22:28:51','2013-01-30 22:28:51','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin,br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n','Customized Panels','','inherit','closed','open','','420-revision-87','','','2013-01-30 22:28:51','2013-01-30 22:28:51','',420,'http://avalab.omgnhosting.com/?p=611',0,'revision','',0),(612,1,'2013-01-30 22:30:07','2013-01-30 22:30:07','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n','Customized Panels','','inherit','closed','open','','420-revision-88','','','2013-01-30 22:30:07','2013-01-30 22:30:07','',420,'http://avalab.omgnhosting.com/?p=612',0,'revision','',0),(613,1,'2013-01-31 14:01:53','2013-01-31 14:01:53','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-89','','','2013-01-31 14:01:53','2013-01-31 14:01:53','',420,'http://avalab.omgnhosting.com/?p=613',0,'revision','',0),(614,1,'2013-01-31 14:02:16','2013-01-31 14:02:16','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-90','','','2013-01-31 14:02:16','2013-01-31 14:02:16','',420,'http://avalab.omgnhosting.com/?p=614',0,'revision','',0),(615,1,'2013-01-31 14:03:50','2013-01-31 14:03:50','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-91','','','2013-01-31 14:03:50','2013-01-31 14:03:50','',420,'http://avalab.omgnhosting.com/?p=615',0,'revision','',0),(616,1,'2013-01-31 14:05:28','2013-01-31 14:05:28','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-92','','','2013-01-31 14:05:28','2013-01-31 14:05:28','',420,'http://avalab.omgnhosting.com/?p=616',0,'revision','',0),(617,1,'2013-01-31 14:06:05','2013-01-31 14:06:05','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]<span style=\"width: 200px;\"> 1030 / Abdominal Screen Analysis</span>[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-93','','','2013-01-31 14:06:05','2013-01-31 14:06:05','',420,'http://avalab.omgnhosting.com/?p=617',0,'revision','',0),(618,1,'2013-01-31 14:06:20','2013-01-31 14:06:20','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]<span style=\"width: 300px;\"> 1030 / Abdominal Screen Analysis</span>[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-94','','','2013-01-31 14:06:20','2013-01-31 14:06:20','',420,'http://avalab.omgnhosting.com/?p=618',0,'revision','',0),(619,1,'2013-01-31 14:06:28','2013-01-31 14:06:28','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]<span style=\"width: 400px;\"> 1030 / Abdominal Screen Analysis</span>[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-95','','','2013-01-31 14:06:28','2013-01-31 14:06:28','',420,'http://avalab.omgnhosting.com/?p=619',0,'revision','',0),(620,1,'2012-10-17 14:19:13','2012-10-17 14:19:13','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Welcome to AVA Laboratory!</p>\r\n<p style=\"text-align: justify;\">In today\'s changing environment, the demand from both pet owners and veterinarians for quality results and fairly priced clinical laboratory tests has never been greater. For over 14 years, Advanced Veterinary Analysis Laboratory has been committed to providing innovative laboratory technology and going well beyond what is expected of a laboratory.</p>\r\n<p style=\"text-align: justify;\">We are accredited by the Veterinary Laboratory Association and yield expeditious delivery of accurate lab results at fair prices. Our courteous and professionally trained customer service representatives are available to assist you 24 hours a day, 7 days a week.</p>\r\n<img src=\"wp-content/uploads/2012/08/dog-bone.png\" alt=\"\" title=\"dog-bone\" width=\"106\" height=\"36\" class=\"aligncenter size-full wp-image-42\" />\r\n<p style=\"text-align: justify;\">Check us out and you’ll see why AVA is known as the “Veterinarians’ First Choice!”</p>\r\n<p style=\"text-align: justify;\">Most veterinarians are not 100% satisfied with their laboratory services. At AVA, we feel that you should never be put on hold for long periods of time when calling for results. We understand the time constraints of a busy practice and are ready to give you the personalized and fast service that you deserve.</p>\r\n<p style=\"text-align: justify;\">Experience the <a href=\"?p=379\"><em>difference</em></a> with <strong>Advanced Veterinary Analysis!</strong></p>','Home','','inherit','closed','open','','26-revision-68','','','2012-10-17 14:19:13','2012-10-17 14:19:13','',26,'http://avalab.omgnhosting.com/?p=620',0,'revision','',0),(623,1,'2012-11-21 20:43:25','2012-11-21 20:43:25','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\n<p>Advanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.</p>\r\n\r\n<p>Most of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.</p>\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n\r\n<strong>COURIER SERVICE</strong>\r\n\r\n<p>AVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.</p>\r\n\r\n<strong>STAT PICK UP:</strong>\r\n\r\n<p>We consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a $35.00 fee (call lab for more information).</p>\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\n<p>Most abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.</p>\r\n\r\n<strong>SUPPLIES:</strong>\r\n\r\n<p>AVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.</p>\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\n<p>Laboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for one hour and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.</p>\r\n\r\n<strong>BILLING:</strong>\r\n\r\n<p>All AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.</p>\r\n\r\n<strong>CREDIT:</strong>\r\n\r\n<p>All AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.</p>','About Us','','inherit','closed','open','','29-revision-55','','','2012-11-21 20:43:25','2012-11-21 20:43:25','',29,'http://avalab.omgnhosting.com/?p=623',0,'revision','',0),(624,1,'2013-01-31 14:27:08','2013-01-31 14:27:08','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n<strong>COURIER SERVICE</strong>\r\n\r\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\r\n\r\n<strong>STAT PICK UP:</strong>\r\n\r\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a fee (call lab for more information).\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\r\n\r\n<strong>SUPPLIES:</strong>\r\n\r\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for 20 minutes and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\r\n\r\n<strong>BILLING:</strong>\r\n\r\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.\r\n\r\n<strong>CREDIT:</strong>\r\n\r\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.','About Us','','inherit','closed','open','','29-revision-56','','','2013-01-31 14:27:08','2013-01-31 14:27:08','',29,'http://avalab.omgnhosting.com/?p=624',0,'revision','',0),(625,1,'2012-09-14 16:02:52','2012-09-14 16:02:52','<h2>Our Services</h2>\r\nAt AVA Laboratory, our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide Hematology Testing, Clinical Chemistry, Serology, Immunology, RIA, Pathology, Specialty Consultation, Radiology Interpretation and Consultation, Urinalysis, Fecal Testing, Vaccines Titers, Necropsy with online results, and all necessary lab supplies.','Services','','inherit','closed','open','','91-revision-5','','','2012-09-14 16:02:52','2012-09-14 16:02:52','',91,'http://avalab.omgnhosting.com/?p=625',0,'revision','',0),(626,1,'2013-01-31 14:29:48','2013-01-31 14:29:48','<h2>Our Services</h2>\r\nAt AVA Laboratory, our uniformed professional courier network provides specimen pickup. For local routine and specialty testing, we offer same day results. In most areas, if you drop off a specimen in the morning, the results will be ready in the afternoon. It typically takes 2 to 4 hours for results. For your convenience, we also provide Hematology Testing, Clinical Chemistry, Serology, Immunology, RIA, Pathology, Specialty Consultation, Radiology Interpretation and Consultation, Urinalysis, Fecal Testing, Vaccines Titers, Necropsy with online results, and all necessary lab supplies.\r\n\r\n<strong>COURIER SERVICE</strong>\r\n\r\nAVA provides courier services to Veterinarians in most areas of the Los Angeles, San Bernardino, Orange and Ventura counties at no charge. Prepaid mailers for veterinarians outside our service areas are available upon request. Specimen pick-up time(s) and location are individually arranged to meet your needs and two daily pick-ups. Stats should be called in no later than 11:00am on the morning of the desired pick-up and evening pick-ups (routine) should be called in no later than 6:00pm on the day of the pick-up.\r\n\r\n<strong>STAT PICK UP:</strong>\r\n\r\nWe consider the morning pick up as stat. It is done on a morning route (shorter than the evening route) and on a call basis. The results are reported before 5:30 pm as long as you call before noon time, and there is no extra charge for this service. However if you need a <strong>Special Pick up </strong>it needs to be done by a special courier service that will go only to your facility and come back straight to our laboratory and your samples will be run as soon as they arrive. This special service charges a fee (call lab for more information).\r\n\r\n<strong>ADDITIONAL TESTING:</strong>\r\n\r\nMost abnormal results are verified through repeated testing procedures. Repeat testing can usually be provided at no charge whenever additional specimens are not required. Follow-up testing is not considered repeat testing and as such will be billed accordingly. Additional tests can be requested by the veterinarian or designated office staff and will be performed immediately if an adequate amount of viable sample is available.\r\n\r\n<strong>SUPPLIES:</strong>\r\n\r\nAVA will provide all supplies necessary for the collection and preparation of laboratory specimens for submission at no charge. Other supplies may be available at “cost”. Please refer to our supply list. All supplies can be requested by calling our office or by direct request of our couriers.\r\n\r\n<strong>SPECIMEN SUBMISSION:</strong>\r\n\r\nLaboratory specimens should be submitted in our zip-lock (bio-hazardous) bags. Please fill out the request forms completely and submit one order per bag. Pet name, ID and collection date should be written on all tubes or containers being submitted to the laboratory. Whenever possible, separated serum is the preferred sample for all routine chemistry and serology testing when a red top tube is required. Ideally, SST’s should be allowed to “stand” for 20 minutes and then spun down for 10-15 minutes. The serum should then be transferred to a clean red-top tub or capped plastic vial for laboratory submission. Gray top tubes are the preferred tube type for glucose determinations. All histopathology specimens should be submitted in the appropriate container with an adequate amount of fixative (10% formalin). Please make sure that all containers are properly sealed and adequate clinical histories are provided when indicated.\r\n\r\n<strong>BILLING:</strong>\r\n\r\nAll AVA clients are billed twice a month; payments for services are due within 5 days of the invoice date. It is our policy to bill the Client/Veterinarian only for services rendered.\r\n\r\nPayment is due by the 5<sup>th</sup> and the 20<sup>th</sup> of each month.\r\n\r\nA 1.8 % finance charge will be applied to outstanding balances.\r\n\r\n<strong>CREDIT:</strong>\r\n\r\nAll AVA clients are granted with credit equivalent to 25 days of services. Credit will be suspended to any client that accumulates 30 days past due balance. The laboratory will continue offering services to delinquent accounts, however this accounts will need to submit payment for the requested tests. Credit can be reinstated once the account shows a zero balance.','Services','','inherit','closed','open','','91-revision-6','','','2013-01-31 14:29:48','2013-01-31 14:29:48','',91,'http://avalab.omgnhosting.com/?p=626',0,'revision','',0),(627,1,'2013-01-31 14:06:43','2013-01-31 14:06:43','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-96','','','2013-01-31 14:06:43','2013-01-31 14:06:43','',420,'http://avalab.omgnhosting.com/?p=627',0,'revision','',0),(628,1,'2013-02-01 17:15:59','2013-02-01 17:15:59','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-97','','','2013-02-01 17:15:59','2013-02-01 17:15:59','',420,'http://avalab.omgnhosting.com/?p=628',0,'revision','',0),(629,1,'2013-02-01 18:10:39','2013-02-01 18:10:39','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n','Customized Panels','','inherit','closed','open','','420-revision-98','','','2013-02-01 18:10:39','2013-02-01 18:10:39','',420,'http://avalab.omgnhosting.com/?p=629',0,'revision','',0),(630,1,'2013-02-01 20:46:17','2013-02-01 20:46:17','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: </strong><br/>\r\n<div style=\"float: left; width: 80px;\"></div>\r\n<div style=\"float: left; width: 250px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-99','','','2013-02-01 20:46:17','2013-02-01 20:46:17','',420,'http://avalab.omgnhosting.com/?p=630',0,'revision','',0),(632,1,'2013-01-28 21:58:51','2013-01-28 21:58:51','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Our Services</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/req-form026.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/supply-form025.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:<br /><br />\r\n<a href=\"/?page_id=420\"><strong>Test Directory: </strong></a>Browse details on our currently offered tests. Tests are sorted alphabetically for ease of use.</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=458\">Panels</a></p>\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-52','','','2013-01-28 21:58:51','2013-01-28 21:58:51','',33,'http://avalab.omgnhosting.com/?p=632',0,'revision','',0); INSERT INTO `wp_posts` VALUES (634,1,'2013-02-04 14:43:57','2013-02-04 14:43:57','[wptabs type=\"accordion\" mode=\"horizontal\" collapsible=\"true\" active=\"false\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle]\r\n[wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle]\r\n[wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT (5-7 days)</div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: (2-3 days)</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT S/B (daily)</div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT (Daily)</div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 115 - S/B Direct Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 991 - Ehrlichia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 815 - Ehrlichia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 610 - EPM by Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 612 - Eq Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Nasal swab / Lt</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 636 - Equine Dexamethasone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 261 - S/B Estradiol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 965 - FCoV[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 972 - FCoV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] FDP - FDP[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 1 ml citrated plasma BT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 956 - Fe Calici[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 954 - Fe Herpes[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 118 - Fe Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: test run wed only</div>[/wptabcontent]\r\n\r\n[wptabtitle] 910 - Fe Panleukopenia IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 836 - Fecal a1-Proteinase Inhibitor[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 961 - FeHW Ab[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 976 - FeLV IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 975 - FeLV, ELI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 101 - FePLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 419 - FeTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 130 - Fibrinogen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 970 - FIV ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 959 - FIV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 974 - FIV Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 422 - Folate[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 342 - Free T4[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 366 - Free T4 ED[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 366AD - Free T4 ED[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 139 - Fructosamine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 709 - Fungal Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 132 - GGT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 407 - Giardia ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 138 - Giardia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 135 - Glucose[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1 - Glucose post 1 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2 - Glucose post 2 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3 - Glucose post 3 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4 - Glucose post 4 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5 - Glucose post 5 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 721 - Gram Stain[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] HCT - Hematocrit[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 960 - Heartworm[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] HWAD - Heartworm add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 817 - Hepatozoon S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 178 - Histoplasma[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 241 - Histoplasma Quant Ag EIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 265 - IgA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 266 - IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 640 - IgG Equine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 267 - IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] INSULIN - Insulin Level[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 136 - Ionized Ca[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 183 - K9 Adenovirus 2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 820 - K9 Bartonella by PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 184 - K9 Herpes 1 PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab nasal/ocular</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 186 - K9 Influenza PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 185 - K9 Para influenza[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 187 - K9 Resp Coronavirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 365 - KBr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 639 - KEPPRA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 142 - LDH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 607 - Leishmania Infatum[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 818 - Leishmania PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 143 - Lipase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 249 - Luteinizing Hormone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 812 - Lyme C6 A[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 112 - Lyme C6 Q[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 947 - Lyme IgG by IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 146 - Magnesium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 602 - Muscle Masticatory Myositis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 985 - Microfilaria[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 122 - Mycoplasma Felis (FIA)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 821 - Mycoplasma haemoncanis by PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 634 - Mycoplasma Felis PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 837 - NECROPSY[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: whole carcass/organs</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 819 - Neorickettsia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT/tissue/feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 723 - Occult Blood[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 724 0 O&P[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 635 - Panleukopenia PCR (feline)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 367 - Parathyroid Hormone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 145 - Parvovirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 935 - Parvovirus Antigen (fecal)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen; 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 940 - Parvovirus IgG titer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 501 - Phenobarbital[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 148 - Phosphorus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 248 - Plasma protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 131 - Platelet Manual Count[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 150 - Potassium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 628 - Pre-Dex Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 605 - Pregnancy Test (Relaxin)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 246 - Progesterone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 625 - Progesterone Ferret[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.5 ml serum</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 152 - Protein Total[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 312 - PT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 310 - PTT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 338 - Rocky Mountain[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 411 - RA Latex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 949 - Rabies FAVN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 314 - Reticulocyte count[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 948 - Rabies RFFIT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 816 - Rocky Mtn PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 147 - Salmonella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 158 - Sodium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 713 - Stool Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 619 - Streptococcus Equi ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 114 - T Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 668 - T-3[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 192 - T-3 Uptake[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 347 - T4 Post pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 166 - T4 Total[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 166 - T4 Total add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 669 - Testosterone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 629 - Thyroglobulin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: TU/TH</div>[/wptabcontent]\r\n\r\n[wptabtitle] 945 - oxoplasma IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 944 - Toxoplasma IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 946 - Toxoplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 167 - Triglycerides[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 609 - Tritrichomonas fecalis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 663 - TSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 123 - U Cortisol/Creat ratio[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 175 - U Microalbumine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 153 - U Prot/Creat ratio[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 168 - UA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 601 - Urine Bile Acids[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 133 - Urine Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 113 - Urine Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 715 - MIC[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 618 - Urine Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 613 - Vitamin E[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 955 - Von willebrand[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: TU-FRI</div>[/wptabcontent]\r\n\r\n[wptabtitle] 611 - West Nile Virus IgM by ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] XRAY - X RAY Interpretation[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: films</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 909 - Zinc[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2 days</div>[/wptabcontent]\r\n\r\n[/wptabs]','Test','','publish','closed','closed','','test','','','2013-04-01 17:06:11','2013-04-01 17:06:11','',0,'http://avalab.omgnhosting.com/?page_id=634',0,'page','',0),(635,1,'2013-02-04 14:42:46','2013-02-04 14:42:46','[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n \n\n \n\n[/wptabs]','Test','','inherit','closed','open','','634-revision','','','2013-02-04 14:42:46','2013-02-04 14:42:46','',634,'http://avalab.omgnhosting.com/?p=635',0,'revision','',0),(636,1,'2013-02-04 14:43:57','2013-02-04 14:43:57','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-2','','','2013-02-04 14:43:57','2013-02-04 14:43:57','',634,'http://avalab.omgnhosting.com/?p=636',0,'revision','',0),(637,1,'2013-02-04 14:44:57','2013-02-04 14:44:57','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"vertical\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-3','','','2013-02-04 14:44:57','2013-02-04 14:44:57','',634,'http://avalab.omgnhosting.com/?p=637',0,'revision','',0),(638,1,'2013-02-04 14:45:35','2013-02-04 14:45:35','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-4','','','2013-02-04 14:45:35','2013-02-04 14:45:35','',634,'http://avalab.omgnhosting.com/?p=638',0,'revision','',0),(639,1,'2013-02-04 14:46:02','2013-02-04 14:46:02','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-5','','','2013-02-04 14:46:02','2013-02-04 14:46:02','',634,'http://avalab.omgnhosting.com/?p=639',0,'revision','',0),(640,1,'2013-02-04 14:46:23','2013-02-04 14:46:23','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml <br /><br />TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-6','','','2013-02-04 14:46:23','2013-02-04 14:46:23','',634,'http://avalab.omgnhosting.com/?p=640',0,'revision','',0),(641,1,'2013-02-04 14:47:00','2013-02-04 14:47:00','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-7','','','2013-02-04 14:47:00','2013-02-04 14:47:00','',634,'http://avalab.omgnhosting.com/?p=641',0,'revision','',0),(642,1,'2013-02-04 14:47:44','2013-02-04 14:47:44','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml\r\n\r\nTAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-8','','','2013-02-04 14:47:44','2013-02-04 14:47:44','',634,'http://avalab.omgnhosting.com/?p=642',0,'revision','',0),(643,1,'2013-02-04 14:47:54','2013-02-04 14:47:54','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n\r\nSpecimen: Serum 2 ml\r\n\r\nTAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-9','','','2013-02-04 14:47:54','2013-02-04 14:47:54','',634,'http://avalab.omgnhosting.com/?p=643',0,'revision','',0),(644,1,'2013-02-04 14:48:20','2013-02-04 14:48:20','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\nSpecimen: Serum 2 ml\r\nTAT: Daily[/wptabcontent]\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-10','','','2013-02-04 14:48:20','2013-02-04 14:48:20','',634,'http://avalab.omgnhosting.com/?p=644',0,'revision','',0),(645,1,'2013-02-04 14:49:14','2013-02-04 14:49:14','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\nSpecimen: Serum 2 ml<br/>\r\nTAT: Daily[/wptabcontent]\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-11','','','2013-02-04 14:49:14','2013-02-04 14:49:14','',634,'http://avalab.omgnhosting.com/?p=645',0,'revision','',0),(646,1,'2013-02-04 14:50:05','2013-02-04 14:50:05','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]Specimen: Serum 2 ml TAT: Daily[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-12','','','2013-02-04 14:50:05','2013-02-04 14:50:05','',634,'http://avalab.omgnhosting.com/?p=646',0,'revision','',0),(647,1,'2013-04-01 17:05:47','2013-04-01 17:05:47','[wptabs type=\"accordion\" mode=\"horizontal\" collapsible=\"true\" active=\"false\"]\n\n[wptabtitle] 631 - 4HR DEX[/wptabtitle]\n[wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>\n[/wptabcontent]\n\n[wptabtitle] 632 - 8HR DEX[/wptabtitle]\n[wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\n\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\n<div style=\"float: left; width: 450px;\">TAT (5-7 days)</div>[/wptabcontent]\n\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\n\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\n\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\n\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\n\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\n\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\n\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\n\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: (2-3 days)</div>[/wptabcontent]\n\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT S/B (daily)</div>[/wptabcontent]\n\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\n\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT (Daily)</div>[/wptabcontent]\n\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 115 - S/B Direct Bilirubin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\n\n[wptabtitle] 991 - Ehrlichia Canis[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 815 - Ehrlichia PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Lt 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\n\n[wptabtitle] 610 - EPM by Western Blot[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 612 - Eq Herpes PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Nasal swab / Lt</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 636 - Equine Dexamethasone[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 261 - S/B Estradiol[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 965 - FCoV[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 972 - FCoV PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\n\n[wptabtitle] FDP - FDP[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 1 ml citrated plasma BT</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 956 - Fe Calici[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 954 - Fe Herpes[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 118 - Fe Herpes PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\">TAT: test run wed only</div>[/wptabcontent]\n\n[wptabtitle] 910 - Fe Panleukopenia IFA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 836 - Fecal a1-Proteinase Inhibitor[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 961 - FeHW Ab[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 976 - FeLV IFA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 975 - FeLV, ELI[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 101 - FePLI[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 419 - FeTLI[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 130 - Fibrinogen[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 970 - FIV ELISA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 959 - FIV PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 974 - FIV Western Blot[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 422 - Folate[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 342 - Free T4[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 366 - Free T4 ED[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 366AD - Free T4 ED[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 139 - Fructosamine[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 709 - Fungal Culture[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\n\n[wptabtitle] 132 - GGT[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 407 - Giardia ELISA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 138 - Giardia PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 135 - Glucose[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 1 - Glucose post 1 hr[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 2 - Glucose post 2 hr[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 3 - Glucose post 3 hr[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 4 - Glucose post 4 hr[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 5 - Glucose post 5 hr[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 721 - Gram Stain[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] HCT - Hematocrit[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 960 - Heartworm[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] HWAD - Heartworm add-on[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 817 - Hepatozoon S PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 178 - Histoplasma[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 241 - Histoplasma Quant Ag EIA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 265 - IgA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 266 - IgG[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 640 - IgG Equine[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 267 - IgM[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] INSULIN - Insulin Level[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 136 - Ionized Ca[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 183 - K9 Adenovirus 2[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 820 - K9 Bartonella by PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 184 - K9 Herpes 1 PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Swab nasal/ocular</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 186 - K9 Influenza PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 185 - K9 Para influenza[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 187 - K9 Resp Coronavirus PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 365 - KBr[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 639 - KEPPRA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\n\n[wptabtitle] 142 - LDH[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 607 - Leishmania Infatum[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 818 - Leishmania PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 143 - Lipase[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 249 - Luteinizing Hormone[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 812 - Lyme C6 A[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 112 - Lyme C6 Q[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 947 - Lyme IgG by IFA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 146 - Magnesium[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 602 - Muscle Masticatory Myositis[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 985 - Microfilaria[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 122 - Mycoplasma Felis (FIA)[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 821 - Mycoplasma haemoncanis by PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 634 - Mycoplasma Felis PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 837 - NECROPSY[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: whole carcass/organs</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 819 - Neorickettsia PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT/tissue/feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 723 - Occult Blood[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 724 0 O&P[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 635 - Panleukopenia PCR (feline)[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 5 grams feces</div>\n<div style=\"float: left; width: 450px;\">TAT: 3-5 days</div>[/wptabcontent]\n\n[wptabtitle] 367 - Parathyroid Hormone[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 145 - Parvovirus PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 935 - Parvovirus Antigen (fecal)[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen; 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 940 - Parvovirus IgG titer[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 501 - Phenobarbital[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 148 - Phosphorus[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 248 - Plasma protein[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 131 - Platelet Manual Count[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 150 - Potassium[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 628 - Pre-Dex Cortisol[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 605 - Pregnancy Test (Relaxin)[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 246 - Progesterone[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\"></div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 625 - Progesterone Ferret[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 0.5 ml serum</div>\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\n\n[wptabtitle] 152 - Protein Total[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 312 - PT[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 310 - PTT[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 338 - Rocky Mountain[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 411 - RA Latex[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 949 - Rabies FAVN[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\n\n[wptabtitle] 314 - Reticulocyte count[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 948 - Rabies RFFIT[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 1-2 weeks</div>[/wptabcontent]\n\n[wptabtitle] 816 - Rocky Mtn PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 147 - Salmonella PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 158 - Sodium[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 713 - Stool Culture[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 619 - Streptococcus Equi ELISA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n\n[wptabtitle] 114 - T Bilirubin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 668 - T-3[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 192 - T-3 Uptake[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 347 - T4 Post pill[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 166 - T4 Total[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 166 - T4 Total add-on[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 669 - Testosterone[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 629 - Thyroglobulin[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: TU/TH</div>[/wptabcontent]\n\n[wptabtitle] 945 - oxoplasma IgG[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 944 - Toxoplasma IgM[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 946 - Toxoplasma PCR[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 167 - Triglycerides[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 609 - Tritrichomonas fecalis[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 663 - TSH[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[/wptabs]\n\n[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n[wptabtitle] 123 - U Cortisol/Creat ratio[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 175 - U Microalbumine[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 153 - U Prot/Creat ratio[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 168 - UA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[wptabtitle] 601 - Urine Bile Acids[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 133 - Urine Cortisol[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 113 - Urine Creatinine[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 715 - MIC[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\n\n[wptabtitle] 618 - Urine Protein[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[/wptabs]\n\n[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n[wptabtitle] 613 - Vitamin E[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\n\n[wptabtitle] 955 - Von willebrand[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: TU-FRI</div>[/wptabcontent]\n\n[/wptabs]\n\n[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n[wptabtitle] 611 - West Nile Virus IgM by ELISA[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2-5 working days</div>[/wptabcontent]\n\n[/wptabs]\n\n[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n[wptabtitle] XRAY - X RAY Interpretation[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: films</div>\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\n\n[/wptabs]\n\n[wptabs type=\"accordion\" mode=\"horizontal\"]\n\n[wptabtitle] 909 - Zinc[/wptabtitle] [wptabcontent]\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\n<div style=\"float: left; width: 450px;\">TAT: 2 days</div>[/wptabcontent]\n\n[/wptabs]','Test','','inherit','closed','open','','634-autosave','','','2013-04-01 17:05:47','2013-04-01 17:05:47','',634,'http://avalab.omgnhosting.com/?p=647',0,'revision','',0),(648,1,'2013-02-01 21:49:03','2013-02-01 21:49:03','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-100','','','2013-02-01 21:49:03','2013-02-01 21:49:03','',420,'http://avalab.omgnhosting.com/?p=648',0,'revision','',0),(649,1,'2013-02-04 14:50:36','2013-02-04 14:50:36','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-13','','','2013-02-04 14:50:36','2013-02-04 14:50:36','',634,'http://avalab.omgnhosting.com/?p=649',0,'revision','',0),(650,1,'2013-01-31 14:29:33','2013-01-31 14:29:33','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n','About Us','','inherit','closed','open','','29-revision-57','','','2013-01-31 14:29:33','2013-01-31 14:29:33','',29,'http://avalab.omgnhosting.com/?p=650',0,'revision','',0),(651,1,'2013-02-04 21:20:07','2013-02-04 21:20:07','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">About Us!</p>\r\nAdvanced Veterinary Analysis Laboratory is the largest privately owned veterinary laboratory in Southern California. We offer a wide range of clinical testing procedures that have proven invaluable to veterinarians in the diagnosis and treatment of disease in animals. Our professional staff has over 14 years in the field and can assure the best quality, service, and prices throughout Los Angeles, Riverside, San Bernardino, Ventura, and Orange counties.\r\n\r\nMost of our testing procedures are performed on-site by licensed and/or certified Animal technologists under strict supervision of our laboratory directors and board certified pathologists. Our Laboratory Directors have developed rigid internal and external quality control in strict adherence with the industry standards established for Veterinary Laboratory testing.\r\n\r\n<em>Prepaid mailers for veterinarians outside our service areas are available upon request.</em>\r\n\r\n<img class=\"aligncenter size-full wp-image-314\" title=\"bone_2\" src=\"wp-content/uploads/2012/08/bone_2.png\" alt=\"\" width=\"101\" height=\"35\" />\r\n\r\n<strong>OUR MISSION:</strong>\r\n<ul>\r\n <li>To provide the highest standard of veterinary laboratory services to veterinarians, veterinary hospitals, and clinicians</li>\r\n <li>To embrace the needs of our veterinarians with a firm commitment to programs that enhance the quality of pet\'s lives</li>\r\n <li>To create a work environment that stimulates creativity, fosters personal and professional development and invites ongoing participation in the pursuit of the company\'s success.</li>\r\n</ul>\r\n','About Us','','inherit','closed','open','','29-revision-58','','','2013-02-04 21:20:07','2013-02-04 21:20:07','',29,'http://avalab.omgnhosting.com/?p=651',0,'revision','',0),(652,1,'2013-02-04 17:54:42','2013-02-04 17:54:42','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n','Test','','inherit','closed','open','','634-revision-14','','','2013-02-04 17:54:42','2013-02-04 17:54:42','',634,'http://avalab.omgnhosting.com/?p=652',0,'revision','',0),(653,1,'2013-02-05 00:53:23','2013-02-05 00:53:23','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 115 - Direct Bi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-15','','','2013-02-05 00:53:23','2013-02-05 00:53:23','',634,'http://avalab.omgnhosting.com/?p=653',0,'revision','',0),(654,1,'2013-02-05 00:54:32','2013-02-05 00:54:32','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 115 - Direct Bi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-16','','','2013-02-05 00:54:32','2013-02-05 00:54:32','',634,'http://avalab.omgnhosting.com/?p=654',0,'revision','',0),(655,1,'2013-02-04 14:21:47','2013-02-04 14:21:47','<p class=\"main-content-p\" style=\"text-align: center; font-weight: bold; color: #123c6f; padding-top: 10px; font-size: 20px;\">Our Services</p>\r\n<p style=\"text-align: justify;\">Whether you need labs or supplies, Advanced Veterinary Analysis Laboratory makes it easy.</p>\r\n<p style=\"text-align: justify;\">Please note that these forms have been included for your convenience. Due to the fact that these documents are customarily in duplicate form (one copy for the hospital, one copy for the lab), please keep one copy for your records. We have provided these downloads for occasional use.</p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/req-form026.pdf\" target=\"_blank\">Lab Requisition Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/supply-form025.pdf\" target=\"_blank\">Supply Order Form</a></p>\r\n<p style=\"text-align: justify;\"><a href=\"/wp-content/uploads/2013/01/Pathology003.pdf\" target=\"_blank\">Pathology Form</a></p>\r\n<p style=\"text-align: justify;\">At AVA we also offer easy access to your <a href=\"/?page_id=388\">lab results online.</a></p>\r\n<p style=\"text-align: justify;\">Below are helpful documents:</p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"\" target=\"_blank\">Tests</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Basic Panels\" href=\"/?page_id=458\">Basic Panels</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Panels\" href=\"/?page_id=420\">Panels</a></p>\r\n<p style=\"text-align: justify;\"><a title=\"Tests\" href=\"/wp-content/uploads/2013/01/Protocols.pdf\" target=\"_blank\">Test Protocols</a></p>\r\n\r\n<p style=\"text-align: center;\" align=\"center\">AVA Laboratory - \"The Veterinarians’ First Choice.”</p>','Laboratory','','inherit','closed','open','','33-revision-53','','','2013-02-04 14:21:47','2013-02-04 14:21:47','',33,'http://avalab.omgnhosting.com/?p=655',0,'revision','',0),(656,1,'2013-02-04 16:28:34','2013-02-04 16:28:34','Panel Code\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-101','','','2013-02-04 16:28:34','2013-02-04 16:28:34','',420,'http://avalab.omgnhosting.com/?p=656',0,'revision','',0),(657,1,'2013-02-05 14:37:46','2013-02-05 14:37:46','Panel Code\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-102','','','2013-02-05 14:37:46','2013-02-05 14:37:46','',420,'http://avalab.omgnhosting.com/?p=657',0,'revision','',0),(658,1,'2013-02-05 01:13:23','2013-02-05 01:13:23','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 115 - Direct Bi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 991 - Ehrlichia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 815 - Ehrlichia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 610 - EPM by Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 612 - Eq Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Nasal swab / Lt</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 636 - Equime Dexamethasone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 261 - Esrtadiol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 965 - FCoV[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 972 - FCoV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 144?</div>[/wptabcontent]\r\n\r\n[wptabtitle] FDP - FDP[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 1 ml citrated plasma BT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 956 - Fe Calici[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 954 - Fe Herpes[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 118 - Fe Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: test run wed only</div>[/wptabcontent]\r\n\r\n[wptabtitle] 910 - Fe Panleukopenia IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 836 - Fecal a1-Proteinase Inhibitor[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 961 - FeHW Ab[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-17','','','2013-02-05 01:13:23','2013-02-05 01:13:23','',634,'http://avalab.omgnhosting.com/?p=658',0,'revision','',0),(659,1,'2013-02-05 16:07:55','2013-02-05 16:07:55','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 115 - Direct Bi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 991 - Ehrlichia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 815 - Ehrlichia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 610 - EPM by Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 612 - Eq Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Nasal swab / Lt</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 636 - Equime Dexamethasone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 261 - Esrtadiol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 965 - FCoV[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 972 - FCoV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 144?</div>[/wptabcontent]\r\n\r\n[wptabtitle] FDP - FDP[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 1 ml citrated plasma BT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 956 - Fe Calici[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 954 - Fe Herpes[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 118 - Fe Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: test run wed only</div>[/wptabcontent]\r\n\r\n[wptabtitle] 910 - Fe Panleukopenia IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 836 - Fecal a1-Proteinase Inhibitor[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 961 - FeHW Ab[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 976 - FeLV IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 975 - FeLV, ELI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 101 - FePLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 419 - FeTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 130 - Fibrinogen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 970 - FIV ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 959 - FIV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 974 - FIV Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 422 - Folate[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 342 - Free T4[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 366 - Free T4 ED[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 366AD - Free T4 ED[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 139 - Fructosamine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 709 - Fungal Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 132 - GGT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 407 - Giardia ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 138 - Giardia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 135 - Glucose[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1 - Glucose post 1 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2 - Glucose post 2 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3 - Glucose post 3 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4 - Glucose post 4 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5 - Glucose post 5 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 721 - Gram Stain[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] HCT - Hematocrit[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 960 - Heartworm[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] HWAD - Heartworm add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 817 - Hepatozoon S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 178 - Histoplasma[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 241 - Histoplasma Quant Ag EIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 265 - IgA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 266 - IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 640 - IgG Equine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 267 - IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] INSULIN - Insulin Level[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 136 - Ionized Ca[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 183 - K9 Adenovirus 2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 820 - K9 Bartonella by PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 184 - K9 Herpes 1 PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab nasal/ocular</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 186 - K9 Influenza PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 185 - K9 Para influenza[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 187 - K9 Resp Coronavirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 365 - KBr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 639 - KEPPRA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 142 - LDH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 607 - Leishmania Infatum[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 818 - Leishmania PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 143 - Lipase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 249 - Luteinizing Hormone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 812 - Lyme C6 A[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 112 - Lyme C6 Q[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 947 - Lyme IgG by IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 146 - Magnesium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 602 - Muscle Masticatory Myositis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 985 - Microfilaria[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 122 - Mycoplasma Felis (FIA)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 821 - Mycoplasma haemoncanis by PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 634 - Mycoplasma Felis PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 837 - NECROPSY[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: whole carcass/organs</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 819 - Neorickettsia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT/tissue/feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 723 - Occult Blood[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 724 0 O&P[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 635 - Panleukopenia PCR (feline)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 367 - Parathyroid Hormone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 145 - Parvovirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 935 - Parvovirus Antigen (fecal)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen; 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 940 - Parvovirus IgG titer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 501 - Phenobarbital[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 148 - Phosphorus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 248 - Plasma protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 131 - Platelet Manual Count[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 150 - Potassium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 628 - Pre-Dex Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 605 - Pregnancy Test (Relaxin)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 246 - Progrsterone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 625 - Progesterone Ferret[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.5 ml serum</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 152 - Protein Total[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 312 - PT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 310 - PTT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 338 - Rocky Mountain[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 411 - RA Latex (new name?)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 949 - Rabies FAVN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 314 - Reticulocyte count[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 948 - Rabies RFFIT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 816 - Rocky Mtn PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 147 - Salmonella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 158 - Sodium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 713 - Stool Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 619 - Streptococcus Equi ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 114 - T Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 668 - T-3[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 192 - T-3 Uptake[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 347 - T4 Post pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 166 - T4 Total[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 166 - T4 Total add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 669 - Testosterone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 629 - Thyroglobulin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: TU/TH</div>[/wptabcontent]\r\n\r\n[wptabtitle] 945 - oxoplasma IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 944 - Toxoplasma IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 946 - Toxoplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 167 - Triglycerides[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 609 - Tritrichomonas fecalis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 663 - TSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 123 - U Cortisol/Creat ratio[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 175 - U Microalbumine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 153 - U Prot/Creat ratio[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 168 - UA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 601 - Urine Bile Acids[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 133 - Urine Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 113 - Urine Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 715 - MIC[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 618 - Urine Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 613 - Vitamin E[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 955 - Von willebrand[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: TU-FRI</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 611 - West Nile Virus IgM by ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] XRAY - X RAY Interpretation[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: films</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 909 - Zinc[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2 days</div>[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-18','','','2013-02-05 16:07:55','2013-02-05 16:07:55','',634,'http://avalab.omgnhosting.com/?p=659',0,'revision','',0),(660,1,'2013-02-05 16:11:03','2013-02-05 16:11:03','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 631 - 4HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 632 - 8HR DEX[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 105 - Acetylcholine Myasyenia G.[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 638 - ACTH Endogenous[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: EDTA plasma 1ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 740 - Aerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 103 - Albumin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 106 - Alkaline Phosphatase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 157 - ALT (SGPT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 110 - AMMONIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 173 - Amylase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 270 - ANA Screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 741 - Anaerobic Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 814 - Anaplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 623 - Androstenodione[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 287 - Aspergillus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 156 - AST (SGOT)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 615 - Avian Sex[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 604 - Blood Type K9[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 925 - Borrelia Burgdogferi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 813 - Babesia S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 630 - Babesia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 108 - Baerman Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 614 - FIA-IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 111 - FIA-PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 128 - Beak & Feather Disease[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.3 ml heparnized</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 600 - Bence John Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 9962 - Bile Acid Post-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9961 - Bile Acid Pre-meal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 182 - Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 803 - Biopsy Full[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 804 - Biopsy Mini[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Tissue</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 179 - Blastomyces[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 705 - Blood Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 ml blood in culture bottle</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 181 - Bordetella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 330 - Brucella[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 10 - BTA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 304 - Buffy Coat[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 116 - BUN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 621 - Clostridium Perfringens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 117 - CA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 120 - Calicivirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 284 - Chlamydia[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 134 - Chlamydophila Felis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 2 swabs (pharyngeal & conjunctival)</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 121 - Chloride[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 124 - Cholesterol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 915 - Cholinesterase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 125 - CK[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 617 - Clostridium Perfrindens[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 621</div>[/wptabcontent]\r\n\r\n[wptabtitle] 141 - Clostridium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Feces 3-5 grams</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 119 - CO2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 421 - Cobalamin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 180 - Coccidioidosis screen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 790 - Coccidioidosis IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 791 - Coccidioidosis IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 980 - Coggins[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 360 - Coombs Direct[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 144 - Corona Virus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT or fluid 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 626 - Cortisol Add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 627 - Cortisol Post Pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 104 - cPL[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 127 - Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 296 - Cryptococcus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 137 - Cryptosporidium PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 603 - Cryptosporidium Fecal[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 420 - cTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 163 - cTSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 850 - Cyclosporine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 806 - Cytology[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: FNA/Slides</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 129 - D-dimer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 502 - Digoxin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 109 - Dilantin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 115 - Direct Bi[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 950 - Distemper IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 951 - Distemper IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 953 - Distemper PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt/fecal/urine</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-4 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 991 - Ehrlichia Canis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 815 - Ehrlichia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Lt 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 610 - EPM by Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 612 - Eq Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Nasal swab / Lt</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 636 - Equime Dexamethasone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 261 - Esrtadiol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle] 965 - FCoV[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 972 - FCoV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Same as 144?</div>[/wptabcontent]\r\n\r\n[wptabtitle] FDP - FDP[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 1 ml citrated plasma BT</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 956 - Fe Calici[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 954 - Fe Herpes[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 118 - Fe Herpes PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: test run wed only</div>[/wptabcontent]\r\n\r\n[wptabtitle] 910 - Fe Panleukopenia IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 836 - Fecal a1-Proteinase Inhibitor[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 961 - FeHW Ab[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 976 - FeLV IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 975 - FeLV, ELI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 101 - FePLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 419 - FeTLI[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 130 - Fibrinogen[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 970 - FIV ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 959 - FIV PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 974 - FIV Western Blot[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 422 - Folate[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 342 - Free T4[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 366 - Free T4 ED[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 366AD - Free T4 ED[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 139 - Fructosamine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 709 - Fungal Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 132 - GGT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 407 - Giardia ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 138 - Giardia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 135 - Glucose[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1 - Glucose post 1 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2 - Glucose post 2 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3 - Glucose post 3 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4 - Glucose post 4 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5 - Glucose post 5 hr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 721 - Gram Stain[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] HCT - Hematocrit[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 960 - Heartworm[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] HWAD - Heartworm add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 817 - Hepatozoon S PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 178 - Histoplasma[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 241 - Histoplasma Quant Ag EIA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 265 - IgA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 266 - IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 640 - IgG Equine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 267 - IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] INSULIN - Insulin Level[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 136 - Ionized Ca[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 183 - K9 Adenovirus 2[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 820 - K9 Bartonella by PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 184 - K9 Herpes 1 PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Swab nasal/ocular</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 186 - K9 Influenza PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 185 - K9 Para influenza[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 187 - K9 Resp Coronavirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: swab pharyngeal & conjunctival</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 365 - KBr[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 639 - KEPPRA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 142 - LDH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 607 - Leishmania Infatum[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 818 - Leishmania PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 143 - Lipase[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 249 - Luteinizing Hormone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 812 - Lyme C6 A[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 112 - Lyme C6 Q[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 947 - Lyme IgG by IFA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 146 - Magnesium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 602 - Muscle Masticatory Myositis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 985 - Microfilaria[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 122 - Mycoplasma Felis (FIA)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 821 - Mycoplasma haemoncanis by PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 634 - Mycoplasma Felis PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 837 - NECROPSY[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: whole carcass/organs</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 819 - Neorickettsia PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT/tissue/feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 723 - Occult Blood[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 724 0 O&P[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 635 - Panleukopenia PCR (feline)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 367 - Parathyroid Hormone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 145 - Parvovirus PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 935 - Parvovirus Antigen (fecal)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen; 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 940 - Parvovirus IgG titer[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 501 - Phenobarbital[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 148 - Phosphorus[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 248 - Plasma protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 131 - Platelet Manual Count[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 150 - Potassium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 628 - Pre-Dex Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 605 - Pregnancy Test (Relaxin)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 246 - Progrsterone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\"></div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 625 - Progesterone Ferret[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 0.5 ml serum</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 5-7 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 152 - Protein Total[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 312 - PT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 310 - PTT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: BT 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 338 - Rocky Mountain[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 411 - RA Latex (new name?)[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 949 - Rabies FAVN[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 4-6 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 314 - Reticulocyte count[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 948 - Rabies RFFIT[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 1-2 weeks</div>[/wptabcontent]\r\n\r\n[wptabtitle] 816 - Rocky Mtn PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 147 - Salmonella PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 158 - Sodium[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 713 - Stool Culture[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 619 - Streptococcus Equi ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml in RT</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 114 - T Bilirubin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 668 - T-3[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 192 - T-3 Uptake[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 347 - T4 Post pill[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 166 - T4 Total[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 166 - T4 Total add-on[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 669 - Testosterone[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 629 - Thyroglobulin[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: TU/TH</div>[/wptabcontent]\r\n\r\n[wptabtitle] 945 - oxoplasma IgG[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 944 - Toxoplasma IgM[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 946 - Toxoplasma PCR[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 167 - Triglycerides[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 609 - Tritrichomonas fecalis[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: 3-5 grams feces</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 663 - TSH[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 123 - U Cortisol/Creat ratio[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 175 - U Microalbumine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 153 - U Prot/Creat ratio[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 168 - UA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 601 - Urine Bile Acids[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 133 - Urine Cortisol[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 113 - Urine Creatinine[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 715 - MIC[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-3 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 618 - Urine Protein[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Urine 3 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 613 - Vitamin E[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\"></div>[/wptabcontent]\r\n\r\n[wptabtitle] 955 - Von willebrand[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: LT 1 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: TU-FRI</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 611 - West Nile Virus IgM by ELISA[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] XRAY - X RAY Interpretation[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: films</div>\r\n<div style=\"float: left; width: 450px;\">TAT: Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 909 - Zinc[/wptabtitle] [wptabcontent]\r\n<div style=\"float: left; width: 450px;\">Specimen: Serum 2 ml</div>\r\n<div style=\"float: left; width: 450px;\">TAT: 2 days</div>[/wptabcontent]\r\n\r\n[/wptabs]','Test','','inherit','closed','open','','634-revision-19','','','2013-02-05 16:11:03','2013-02-05 16:11:03','',634,'http://avalab.omgnhosting.com/?p=660',0,'revision','',0),(661,1,'2013-02-05 14:38:19','2013-02-05 14:38:19','Panel Code\r\n[wptabs mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-103','','','2013-02-05 14:38:19','2013-02-05 14:38:19','',420,'http://avalab.omgnhosting.com/?p=661',0,'revision','',0),(662,1,'2013-02-06 20:20:29','2013-02-06 20:20:29','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-104','','','2013-02-06 20:20:29','2013-02-06 20:20:29','',420,'http://avalab.omgnhosting.com/?p=662',0,'revision','',0),(663,1,'2013-02-06 20:21:28','2013-02-06 20:21:28','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 20px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-105','','','2013-02-06 20:21:28','2013-02-06 20:21:28','',420,'http://avalab.omgnhosting.com/?p=663',0,'revision','',0),(664,1,'2013-02-06 20:22:11','2013-02-06 20:22:11','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Abdominal Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 20px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-106','','','2013-02-06 20:22:11','2013-02-06 20:22:11','',420,'http://avalab.omgnhosting.com/?p=664',0,'revision','',0),(665,1,'2013-02-06 20:23:01','2013-02-06 20:23:01','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 500px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 20px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-107','','','2013-02-06 20:23:01','2013-02-06 20:23:01','',420,'http://avalab.omgnhosting.com/?p=665',0,'revision','',0),(666,1,'2013-02-06 20:23:16','2013-02-06 20:23:16','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 520px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 20px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-108','','','2013-02-06 20:23:16','2013-02-06 20:23:16','',420,'http://avalab.omgnhosting.com/?p=666',0,'revision','',0),(667,1,'2013-02-06 20:23:36','2013-02-06 20:23:36','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 20px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-109','','','2013-02-06 20:23:36','2013-02-06 20:23:36','',420,'http://avalab.omgnhosting.com/?p=667',0,'revision','',0); INSERT INTO `wp_posts` VALUES (668,1,'2013-02-06 20:23:56','2013-02-06 20:23:56','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 25px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-110','','','2013-02-06 20:23:56','2013-02-06 20:23:56','',420,'http://avalab.omgnhosting.com/?p=668',0,'revision','',0),(669,1,'2013-02-06 20:24:09','2013-02-06 20:24:09','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-111','','','2013-02-06 20:24:09','2013-02-06 20:24:09','',420,'http://avalab.omgnhosting.com/?p=669',0,'revision','',0),(670,1,'2013-02-06 20:25:45','2013-02-06 20:25:45','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">135 <br />116 <br />127<br />157<br/>173<br/>152<br /><br/>201<br/><br /></div>\r\n<div style=\"float: left; width: 450px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-112','','','2013-02-06 20:25:45','2013-02-06 20:25:45','',420,'http://avalab.omgnhosting.com/?p=670',0,'revision','',0),(671,1,'2013-02-06 20:26:29','2013-02-06 20:26:29','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n135\r\n116\r\n127\r\n157\r\n173\r\n152\r\n201\r\n</div>\r\n<div style=\"float: left; width: 450px;\">Glucose<br/>BUN <br />Creatinine<br />ALT<br />Amylase <br />Protein Total<br /> Sample Index<br/> CBC Complete<br/><br/>Serum 2ml, LT 1ml <br />Daily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 80px;\">Specimen:<br/>TAT:</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-113','','','2013-02-06 20:26:29','2013-02-06 20:26:29','',420,'http://avalab.omgnhosting.com/?p=671',0,'revision','',0),(672,1,'2013-02-06 20:27:53','2013-02-06 20:27:53','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n135\r\n116\r\n127\r\n157\r\n173\r\n152\r\n201\r\n</div>\r\n<div style=\"float: left; width: 450px;\">Glucose\r\nBUN\r\nCreatinine\r\nALT\r\nAmylase \r\nProtein Total\r\nSample Index\r\nCBC Complete\r\nSerum 2ml, LT 1ml \r\nDaily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-114','','','2013-02-06 20:27:53','2013-02-06 20:27:53','',420,'http://avalab.omgnhosting.com/?p=672',0,'revision','',0),(673,1,'2013-02-06 20:28:10','2013-02-06 20:28:10','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n135\r\n116\r\n127\r\n157\r\n173\r\n152\r\n201\r\n</div>\r\n<div style=\"float: left; width: 450px;\">Glucose\r\nBUN\r\nCreatinine\r\nALT\r\nAmylase \r\nProtein Total\r\nSample Index\r\nCBC Complete\r\nSerum 2ml, LT 1ml \r\nDaily</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-115','','','2013-02-06 20:28:10','2013-02-06 20:28:10','',420,'http://avalab.omgnhosting.com/?p=673',0,'revision','',0),(674,1,'2013-02-06 20:28:45','2013-02-06 20:28:45','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n135\r\n116\r\n127\r\n157\r\n173\r\n152\r\n201\r\n</div>\r\n<div style=\"float: left; width: 450px;\">Glucose\r\n\r\nBUN\r\n\r\nCreatinine\r\n\r\nALT\r\n\r\nAmylase \r\n\r\nProtein Total\r\n\r\nSample Index\r\n\r\nCBC Complete\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-116','','','2013-02-06 20:28:45','2013-02-06 20:28:45','',420,'http://avalab.omgnhosting.com/?p=674',0,'revision','',0),(675,1,'2013-02-06 20:31:03','2013-02-06 20:31:03','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">Glucose\r\n\r\nBUN\r\n\r\nCreatinine\r\n\r\nALT\r\n\r\nAmylase \r\n\r\nProtein Total\r\n\r\nSample Index\r\n\r\nCBC Complete\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-117','','','2013-02-06 20:31:03','2013-02-06 20:31:03','',420,'http://avalab.omgnhosting.com/?p=675',0,'revision','',0),(676,1,'2013-02-06 20:32:09','2013-02-06 20:32:09','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total\r\nSample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-118','','','2013-02-06 20:32:09','2013-02-06 20:32:09','',420,'http://avalab.omgnhosting.com/?p=676',0,'revision','',0),(677,1,'2013-02-06 20:33:04','2013-02-06 20:33:04','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p></p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total</p>\r\n<p>Sample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-119','','','2013-02-06 20:33:04','2013-02-06 20:33:04','',420,'http://avalab.omgnhosting.com/?p=677',0,'revision','',0),(678,1,'2013-02-06 20:33:16','2013-02-06 20:33:16','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p> </p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total</p>\r\n<p>Sample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-120','','','2013-02-06 20:33:16','2013-02-06 20:33:16','',420,'http://avalab.omgnhosting.com/?p=678',0,'revision','',0),(679,1,'2013-02-06 20:33:29','2013-02-06 20:33:29','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p>---</p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total</p>\r\n<p>Sample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-121','','','2013-02-06 20:33:29','2013-02-06 20:33:29','',420,'http://avalab.omgnhosting.com/?p=679',0,'revision','',0),(680,1,'2013-02-06 20:33:51','2013-02-06 20:33:51','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p style=\"color:#fff;\">000</p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total</p>\r\n<p>Sample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">Specimen: Serum 2ml, LT 1ml \r\n\r\nTAT: Daily</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-122','','','2013-02-06 20:33:51','2013-02-06 20:33:51','',420,'http://avalab.omgnhosting.com/?p=680',0,'revision','',0),(681,1,'2013-02-06 20:34:24','2013-02-06 20:34:24','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<div style=\"float: left; width: 510px;\"><strong>Test Name: Abdominal Screen Analysis</strong><br/></div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p style=\"color:#fff;\">000</p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total</p>\r\n<p>Sample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p>Specimen: Serum 2ml, LT 1ml</p> \r\n<p>TAT: Daily</p></div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-123','','','2013-02-06 20:34:24','2013-02-06 20:34:24','',420,'http://avalab.omgnhosting.com/?p=681',0,'revision','',0); INSERT INTO `wp_posts` VALUES (682,1,'2013-02-06 20:34:47','2013-02-06 20:34:47','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p>135</p>\r\n<p>116</p>\r\n<p>127</p>\r\n<p>157</p>\r\n<p>173</p>\r\n<p>152</p>\r\n<p style=\"color:#fff;\">000</p>\r\n<p>201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p>Glucose</p>\r\n<p>BUN</p>\r\n<p>Creatinine</p>\r\n<p>ALT</p>\r\n<p>Amylase</p> \r\n<p>Protein Total</p>\r\n<p>Sample Index</p>\r\n<p>CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p>Specimen: Serum 2ml, LT 1ml</p> \r\n<p>TAT: Daily</p></div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-124','','','2013-02-06 20:34:47','2013-02-06 20:34:47','',420,'http://avalab.omgnhosting.com/?p=682',0,'revision','',0),(683,1,'2013-02-06 20:40:42','2013-02-06 20:40:42','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p>Specimen: Serum 2ml, LT 1ml</p> \r\n<p>TAT: Daily</p></div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-125','','','2013-02-06 20:40:42','2013-02-06 20:40:42','',420,'http://avalab.omgnhosting.com/?p=683',0,'revision','',0),(684,1,'2013-02-06 20:41:03','2013-02-06 20:41:03','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-126','','','2013-02-06 20:41:03','2013-02-06 20:41:03','',420,'http://avalab.omgnhosting.com/?p=684',0,'revision','',0),(685,1,'2013-02-06 20:41:25','2013-02-06 20:41:25','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 85px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-127','','','2013-02-06 20:41:25','2013-02-06 20:41:25','',420,'http://avalab.omgnhosting.com/?p=685',0,'revision','',0),(686,1,'2013-02-06 20:41:39','2013-02-06 20:41:39','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 80px;\">627<br />626<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Post ACTH<br />Cortisol Resting <br />2 serum (pre & post 2 ml ea.)<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-128','','','2013-02-06 20:41:39','2013-02-06 20:41:39','',420,'http://avalab.omgnhosting.com/?p=686',0,'revision','',0),(687,1,'2013-02-06 20:43:50','2013-02-06 20:43:50','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: ACTH Response</strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\nSpecimen: 2 serum (pre & post 2 ml ea.)\r\nTAT: Daily\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-129','','','2013-02-06 20:43:50','2013-02-06 20:43:50','',420,'http://avalab.omgnhosting.com/?p=687',0,'revision','',0),(689,1,'2013-02-06 20:44:41','2013-02-06 20:44:41','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Young K9 Follow Up</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1039<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chem 9<br />Heartworm Ag<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-130','','','2013-02-06 20:44:41','2013-02-06 20:44:41','',420,'http://avalab.omgnhosting.com/?p=689',0,'revision','',0),(690,1,'2013-02-13 04:05:34','2013-02-13 04:05:34','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vaccines Titer</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet Chem</strong><br/>\r\n<div style=\"float: left; width: 80px;\">114<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Cl, Ca, Na/K Ratio<br />Glucose, BUN, Creat, BUN/Creat Ratio<br />Phosphorus, CK,br />Cholesterol, ALP, ALT<br />Total Bilirubin<br />Protein Total,Albumin,Globulin A/G Ratio<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Vet chem+CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1305<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Vet Chem<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-131','','','2013-02-13 04:05:34','2013-02-13 04:05:34','',420,'http://avalab.omgnhosting.com/?p=690',0,'revision','',0),(691,1,'2013-02-14 03:06:47','2013-02-14 03:06:47','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\nNa, K, Cl, Ca, Na/K Ratio</div>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n<p style=\"line-height: .05;\">TAT: Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-132','','','2013-02-14 03:06:47','2013-02-14 03:06:47','',420,'http://avalab.omgnhosting.com/?p=691',0,'revision','',0),(692,1,'2013-02-14 03:08:57','2013-02-14 03:08:57','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\nNa, K, Cl, Ca, Na/K Ratio</div>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n<p style=\"line-height: .05;\">TAT: Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-133','','','2013-02-14 03:08:57','2013-02-14 03:08:57','',420,'http://avalab.omgnhosting.com/?p=692',0,'revision','',0),(693,1,'2013-02-14 03:10:47','2013-02-14 03:10:47','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p></div>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n<p style=\"line-height: .05;\">TAT: Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-134','','','2013-02-14 03:10:47','2013-02-14 03:10:47','',420,'http://avalab.omgnhosting.com/?p=693',0,'revision','',0),(694,1,'2013-02-14 03:13:47','2013-02-14 03:13:47','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=:float: left; width: 45px;\">\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">TAT: Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-135','','','2013-02-14 03:13:47','2013-02-14 03:13:47','',420,'http://avalab.omgnhosting.com/?p=694',0,'revision','',0),(695,1,'2013-02-14 03:15:59','2013-02-14 03:15:59','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=:float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-136','','','2013-02-14 03:15:59','2013-02-14 03:15:59','',420,'http://avalab.omgnhosting.com/?p=695',0,'revision','',0); INSERT INTO `wp_posts` VALUES (696,1,'2013-02-14 03:16:48','2013-02-14 03:16:48','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=:float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-137','','','2013-02-14 03:16:48','2013-02-14 03:16:48','',420,'http://avalab.omgnhosting.com/?p=696',0,'revision','',0),(697,1,'2013-02-14 03:17:48','2013-02-14 03:17:48','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=:\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-138','','','2013-02-14 03:17:48','2013-02-14 03:17:48','',420,'http://avalab.omgnhosting.com/?p=697',0,'revision','',0),(698,1,'2013-02-14 03:18:37','2013-02-14 03:18:37','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total,Albumin,Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-139','','','2013-02-14 03:18:37','2013-02-14 03:18:37','',420,'http://avalab.omgnhosting.com/?p=698',0,'revision','',0),(699,1,'2013-02-14 03:19:42','2013-02-14 03:19:42','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .05;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-140','','','2013-02-14 03:19:42','2013-02-14 03:19:42','',420,'http://avalab.omgnhosting.com/?p=699',0,'revision','',0),(700,1,'2013-02-14 03:24:49','2013-02-14 03:24:49','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: 1;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-141','','','2013-02-14 03:24:49','2013-02-14 03:24:49','',420,'http://avalab.omgnhosting.com/?p=700',0,'revision','',0),(701,1,'2013-02-14 03:26:25','2013-02-14 03:26:25','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .1;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-142','','','2013-02-14 03:26:25','2013-02-14 03:26:25','',420,'http://avalab.omgnhosting.com/?p=701',0,'revision','',0),(702,1,'2013-02-14 03:27:18','2013-02-14 03:27:18','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .6;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-143','','','2013-02-14 03:27:18','2013-02-14 03:27:18','',420,'http://avalab.omgnhosting.com/?p=702',0,'revision','',0),(703,1,'2013-02-14 03:27:52','2013-02-14 03:27:52','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .7;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-144','','','2013-02-14 03:27:52','2013-02-14 03:27:52','',420,'http://avalab.omgnhosting.com/?p=703',0,'revision','',0),(704,1,'2013-02-14 03:28:47','2013-02-14 03:28:47','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .9;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-145','','','2013-02-14 03:28:47','2013-02-14 03:28:47','',420,'http://avalab.omgnhosting.com/?p=704',0,'revision','',0),(705,1,'2013-02-14 03:33:32','2013-02-14 03:33:32','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .9;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-146','','','2013-02-14 03:33:32','2013-02-14 03:33:32','',420,'http://avalab.omgnhosting.com/?p=705',0,'revision','',0),(706,1,'2013-02-15 17:51:41','2013-02-15 17:51:41','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .9;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-147','','','2013-02-15 17:51:41','2013-02-15 17:51:41','',420,'http://avalab.omgnhosting.com/?p=706',0,'revision','',0),(707,1,'2013-03-08 21:38:37','2013-03-08 21:38:37','<h2>Our Costs</h2>\nAVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. \n\nJust email</a> a request for a free analysis of your lab 2-3 laboratory bills and we will send you a customized quote and services. Just <a href=\"/?page_id=37\" title=\"Contact Us\">email a request for a free analysis along with 2-3 laboratory bills and we will send you a customized quote and services. We guarantee at least 25% savings.','Costs','','inherit','closed','open','','104-autosave','','','2013-03-08 21:38:37','2013-03-08 21:38:37','',104,'http://avalab.omgnhosting.com/?p=707',0,'revision','',0),(708,1,'2012-08-29 17:08:08','2012-08-29 17:08:08','<h2>Our Costs</h2>\r\nAVA Laboratory provides competitive fees, user-friendly billing statements, and guaranteed savings to our clients. We offer discounts to veterinarians and other medical staff, loyalty discounts, and shelter/rescue discounts. ','Costs','','inherit','closed','open','','104-revision-8','','','2012-08-29 17:08:08','2012-08-29 17:08:08','',104,'http://avalab.omgnhosting.com/?p=708',0,'revision','',0),(709,1,'2012-08-29 17:08:49','2012-08-29 17:08:49','<h2>Our Quality</h2>\r\nAVA Laboratory is accredited through the Veterinary Laboratory Association and has been in business for over 14 years. We provide innovative and easy to read laboratory results and simple test requisitions with both pre-prints and custom panels available. We are committed to cutting-edge technology and constantly improve our performance to meet the needs of our clients. ','Quality','','inherit','closed','open','','112-revision-3','','','2012-08-29 17:08:49','2012-08-29 17:08:49','',112,'http://avalab.omgnhosting.com/?p=709',0,'revision','',0),(710,1,'2013-02-15 19:05:41','2013-02-15 19:05:41','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-4','','','2013-02-15 19:05:41','2013-02-15 19:05:41','',112,'http://avalab.omgnhosting.com/?p=710',0,'revision','',0),(711,1,'2013-02-15 19:06:42','2013-02-15 19:06:42','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-5','','','2013-02-15 19:06:42','2013-02-15 19:06:42','',112,'http://avalab.omgnhosting.com/?p=711',0,'revision','',0),(712,1,'2013-02-15 19:07:23','2013-02-15 19:07:23','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-6','','','2013-02-15 19:07:23','2013-02-15 19:07:23','',112,'http://avalab.omgnhosting.com/?p=712',0,'revision','',0),(713,1,'2013-02-15 19:07:49','2013-02-15 19:07:49','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-7','','','2013-02-15 19:07:49','2013-02-15 19:07:49','',112,'http://avalab.omgnhosting.com/?p=713',0,'revision','',0),(714,1,'2013-02-15 19:07:52','2013-02-15 19:07:52','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-8','','','2013-02-15 19:07:52','2013-02-15 19:07:52','',112,'http://avalab.omgnhosting.com/?p=714',0,'revision','',0),(715,1,'2013-02-15 19:08:09','2013-02-15 19:08:09','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-9','','','2013-02-15 19:08:09','2013-02-15 19:08:09','',112,'http://avalab.omgnhosting.com/?p=715',0,'revision','',0),(716,1,'2013-02-15 19:08:28','2013-02-15 19:08:28','<h2>Our Quality</h2>\r\nAVAt AVA Laboratory we combined the high regulations from a human laboratory with the techniques and procedures learned by Dr. Mendoza after more than 10 years working for two of the nationwide Veterinary Laboratories.\r\n\r\nWe use only state of the art analyzers, reagents and technology to keep abreast with the rapidly changing methods and procedures.\r\nWe encourage great communication between our Pathologists, consultants, managers and laboratory personnel to achieve the best techniques and procedures to assure our customers the best quality.','Quality','','inherit','closed','open','','112-revision-10','','','2013-02-15 19:08:28','2013-02-15 19:08:28','',112,'http://avalab.omgnhosting.com/?p=716',0,'revision','',0),(717,1,'2013-02-15 18:16:44','2013-02-15 18:16:44','Panel Codes\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n\r\n[wptabtitle] 2092 / Adult Annual Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Annual Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1321<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21<br />CBC Complete <br />Serum @ml, LT 1ml<br /> Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1117 / Adult Chemistry[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Adult Chemistry</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br />103<br />126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose <br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT (SGPT)<br />Protein Total<br /> Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 744 / AERO/ANA/FUNGAL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: AERO/ANA/FUNGAL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />709<br />Specimen:<br />Must specify source.<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture & Sensitivity<br />Fungal Culture<br />3 culturettes or specimens<br />48-72 hours<br />Fungal: 30-45 days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 4003 / Allergy Comprehensive Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Allergy Comprehensive Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:<br />Call lab for more information</div>\r\n<div style=\"float: left; width: 250px;\">Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1088 / Anaerobic/aerobic Culture[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Anaerobic/aerobic Culture</strong><br/>\r\n<div style=\"float: left; width: 80px;\">740<br />741<br />Specimen:<br /> Must specify source<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Aerobic Culture & Sensitivity<br />Anaerobic Culture<br />2 culturettes or specimens<br />48-72 hours</div>[/wptabcontent] \r\n\r\n[wptabtitle] 4005 / Australia Export[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Australia Export</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />913<br />330<br />607<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Leptospira Canicola<br />Brucella Canis<br />Leishmania Infatum<br />Serum 2ml<br />5-7 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1050 / Auto Immune A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Auto Immune A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">270<br />360<br />411<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Antinuclear Antibody Screen<br />Coombs Direct<br /> Rheumatoid Arthritis<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 302 / Avian/Exotic CBC+Plasma Protein[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic CBC+Plasma Protein</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Estimate/ Count<br />Heterophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Morphology<br />Hct<br />Platelets Estimate<br />Blood parasite screen<br />Remarks<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br /> 1-2 working days</div>[/wptabcontent] \r\n\r\n[wptabtitle] 303 / Avian/Exotic Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Exotic Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />117<br />148<br />156<br />156<br/>168<br />152<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />Calcium<br />Phosphorus<br />AST (SGOT)<br />Uric Acid<br />Protein Total<br />CK<br />Sample Index<br />1 GTT (0.3ml) preferred<br />(serum could be used)<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 305 / Avian/Reptile Chemisty Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Chemisty Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />156<br />117<br />121<br />125<br/>124<br />126<br />135<br />148<br />150<br />158<br />152<br />168<br /> Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />AST<br />Calcium<br />Chloride<br />CPK<br />Cholesterol<br />Globullin<br />Glucose<br />Phosphorus<br />Potassium<br />Na<br />Total Protein<br />Uric Acid<br />Sample Index<br />0.5 ml heparinized plasma<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1200 / Avian/Reptile Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Screen Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">303<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian chem<br />Avian CBC/Plasma Protein<br />2 blood smears<br />1 full HCT tube<br />1 LT/GTT 0.3 ml<br />1 gtt (0.3ml) preferred<br />1-2 working days</div>[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1207 / Avian/Reptile Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Avian/Reptile Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">305<br />302<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Avian Chemistry COmprehensive<br />Avian CBC/Plasma Protein<br />1 GTT (0.3 ml) preferred<br />0.3 ml LTT<br />2 full Hct tubes<br />2 Blood smears<br />1-2 working days</div>[/wptabcontent] \r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 1020 / Basic Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Basic Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />158<br />301<br />Specimen:<br/>TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br/>Sodium<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A101 / Biochemistry Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Biochemistry Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST (SGOT), ALT (SGPT), T Billrubin<br/>BUN, Crestinine<br />Cholesterol,Glocose<br />Alk Phosphatase,GGT<br />Phosphorus, Calcium<br />Protein Total, Albumin<br />Na, K, Cl, CO2<br />Amylase, Llpase<br />CK<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] A110 / BCP,CBC,T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BCP,CBC,T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 996 / Bile Acid Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Bile Acid Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">9961<br />9962<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre-meal<br />Bile Acids Post-meal<br />2 SS 2ml each<br />1-3 days</div>[/wptabcontent] \r\n\r\n[wptabtitle] A107 / Budget Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Budget Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />124<br />106<br />156<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Cholesterol<br />Alkaline Phosphatase<br />AST<br />ALT<br />Protein Total<br />CBC Complete<br />Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1365 / BUN/CRE +T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/CRE +T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />T4 Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent] \r\n\r\n[wptabtitle] 1109 / BUN/Creatinine/Phosphorus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine/Phosphorus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />148<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Phosphorus<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1101 / BUN/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: BUN/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"] \r\n[wptabtitle] 209 / Calculi Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Calculi Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Calculi mass<br />Calculi number<br />Calculi size<br />Calculi description<br />Composition<br />Calculuc<br />5-7 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2021 / Canine Combo[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Combo</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />668<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry COmplete<br /.Amylase<br />Lipase<br />CBC Complete<br />T-3<br />T4 total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2000 / Canine Comprehensive[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1030<br />668<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2001 / Canine Comprehensive 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Canine Comprehensive 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />668<br />166<br />342<br />301<br />725<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T-3<br />T4 Total<br />Free T4<br />CBC Complete<br />O&P+Glardia ELISA<br />Urinalysis<br />Serum 2ml,LT 1ml<br />Urine 3 ml<br/>Feces (in fecal container provided)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A171 / Cat Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cat Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />965<br />970<br />975<br />122<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Coronavirus<br />FIV<br />FELV<br />FIA<br /.Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 300 / CBC Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">WBC Automatted<br />Neutrophils<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />RBC Automatted<br /.Hemoglobin,br />Hematocrit<br />MCV,MCH,MCHC<br />Platelets Automatted count<br />*Slide not reviewed microscopically<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 301 / CBC Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophilis<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<Platelets Count Estimate<br />Remarks (morphology)<br />*Microscopic smear evaluation<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 306 / CBC Comprehensive (Path Review)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC Comprehensive (Path Review)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">White Blood Cell Count<br />Neutrophils<br />Bands<br />Lymphocytes<br />Monocytes<br />Eosinophils<br />Basophils<br />Red Blood Cell Count<br />Hemoglobin<br />Hematocrit<br />MCV<br />MCH<br />MCHC<br />NUCLEATED RED BLOOD CELLS<br />Platelets count<br />Platelets Count Estimate<br />Remarks (morphology),br />Microscopic smear evaluation<br />*Pathologist Review when indicated<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A103 / CBC,BCP,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC,BCP,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br /.Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1358 / CBC/Chem expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/Chem expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1361 / CBC/CHEM/T4/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: CBC/CHEM/T4/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />300<br /.171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Basic<br />Urinalysis<br />Serum 2ml, LT 1ml, urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1105 / Chem 6/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 6/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />156<br />157<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />AST<br />ALT<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1039 / Chem 9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem 9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">150<br />135<br />116<br />127<br /.103<br /.126<br />106<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Potassium<br />Glucose<br />BUN<br />Creatinine<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />Sample Index<br />Serum 2ml, Lt 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1367 / Chem EX,CBC,UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem EX,CBC,UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1603 / Chem Expanded + T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chem Expanded + T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expand<br />T4 Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1044 / Chemistry 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />152<br />135<br />106<br />157<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Protein Total,br />Glucose<br />Alkaline Phosphatase<br />ALT<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1311 / Chemistry 11[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />103<br />126<br />102<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Specimen:Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1290 / Chemistry 11/CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 11/CBC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1311<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 11<br />CBC Basic<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1321 / Chemistry 21[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry 21</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />106<br />135<br />148<br />117<br />152<br />103<br /.132<br />142<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT<br />Total Bilirubin,Direct Bilirubin<br />BUN,Creatinine<br />Cholesterol, Glucose<br />Alkaline Phosphatase<br />Glucose<br />Phosphorus<br />Calcium<br />Protein Total<br />Albumin<br />Na,K,Cl,CO2<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1301 / Chemistry Basic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Basic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">156<br />114<br /.127<br />106,br />148,br /.152<br />150<br />157<br />116<br /.124<br />135<br />117,br />103<br />173<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST<br />T Bilrubin<br />Creatinine<br />Alkaline Phosphatase<br />Phosphorus<br />Protein Total<br />Potassium<br />ALT<br />BUN<br />Cholesterol<br />Glucose<br />Calcium<br /.Albumin<br />Amylase<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1302 / Chemistry Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br /><150<br />121<br />135<br />116<br />127<br />117<br />148<br />103<br />126<br />156<br />124<br />142<br />106<br />157<br />132<br />114<br />115<br />182<br />168<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Chloride<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Globulin<br />AST<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />ALT<br />GGT<br />Total Bilirubin<br />Direct Bilirubin<br />Bilirubin Indirect<br />Uric Acid<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1306 / Chemistry Diabetic[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Diabetic</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />157<br />116<br />127<br />135<br />114<br />152<br />143<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Alkaline Phosphatase<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />Total Bilirubin<br />Protein Total<br />Lipase<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1303 / Chemistry Expanded[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Expanded</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />135<br />148<br />132<br />142<br />173<br />125<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">AST,ALT,Alk Ph<br />T Bilirubin, D bilirubin, I Bilirubin<br />BUN, Creatinine<br />Cholesterol<br />Glucose<br />Phosphorus<br />Protein Total, Albumin, Globulin<br />Na,K,CL,CO2,Ca<br />GGT<br />LDH<br />Amylase,Lipase<br />CK<br />BUN/Creatinine ratio<br />Na/K ratio<br />Albumin/Globulin ratio<br />Sample Index<br />serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1036 / Chemistry Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />157<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />ALT<br />Protein Total<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1114 / Chemistry NSAID[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Chemistry NSAID</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />127<br />106<br />157<br />114<br />152<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Creatinine<br />Alkaline Phosphatase<br />ALT<br />Total Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045 / Coagulation Analysis 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1045AD / Coagulation Analysis 1 add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 1 add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1093 / Coagulation Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Fibrinogen<br />BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1197 / Coagulation Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">312<br />310<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PT<br />PTT<br />Platelet Manual<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1027 / Coagulation Analysis + TBF[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Analysis + TBF</strong><br/>\r\n<div style=\"float: left; width: 80px;\">310<br />312<br />2020<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">PTT<br />PT<br />Total Body Function<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1196 / Coagulation Profile 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />131<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />Platelets Manual Count<br />LT 1 ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1070 / Coagulation Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />310<br />312<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />PTT<br />PT<br />Fibrinogen<br />BT 3ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4100 / Coagulation Profile Complete[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coagulation Profile Complete</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />1093<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Coagulation profile basic<br />CBC Complete<br />BT 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7900 / Coccidiodes IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Coccidiodes IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">790<br />791<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Coccidioides IgG<br />Coccidioides IgM<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] A140 / COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />668<br /.166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />T-3<br />T4 Total<br />Free T4<br />CBC COmplete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A102 / Complete Body Function[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Complete Body Function</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A101<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1001 / Companion Custom[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Companion Custom</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />366<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br /.Lipase<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial daily<br />Full 24-48</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1059 / Cortisol 3 Sample[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Cortisol 3 Sample</strong><br/>\r\n<div style=\"float: left; width: 80px;\">626<br />631<br />632<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cortisol Resting<br />Cortisol Post 4 hrs.<br />Cortisol Post 8 hrs.<br />Serum 2ml (3 samples)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2099 / Diabetic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Diabetic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1306<br />139<br />171<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Diabetic Chemistry<br />Fructosamine<br />Urinalysis<br />CBC Complete<br />Sample Index<br />Serum 2ml<br />LT 1ml<br />Urine 3 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4007 / Drug Screen (Urine)[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Drug Screen (Urine)</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Barbiturates<br />Amphetamines<br />Benzodiazepines<br />Cocaine Metabolites<br />opiates<br />Phencyclidine<br />Cannabinoids<br />Urine 3ml<br />5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1312 / Electrolyte Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Electrolyte Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CARBON DIOXIDE<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4006 / Equine Neurologic Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Neurologic Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">610<br />611<br />612<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Eq Protozoal Myeloencephalitis<br />West Nile V IgM Ab by ELISA<br />Equine Herpes Type 1 PCR<br />Serum 2ml(RTT)<br />LT 1ml<br /> 5-7 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1401 / Equine Standard Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Standard Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />132<br />115<br />182<br />125<br />130<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />GGT<br />Direct Bilirubin<br />CK<br />Fibrinogen<br />Serum 2ml<br />LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1410 / Equine Inflammatory Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Inflammatory Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">130<br />248<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Fibrinogen<br />Plasma protein<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1402 / Equine Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Equine Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1301<br />125<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Basic<br />CK<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 700 / Fungal Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Fungal Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">178<br />287<br />296<br />179<br />180<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Histoplasma<br />Aspergillus<br />Cryptococcus Ag<br />Blastomyces<br />Coccidiodes Titer<br />Serum 2ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1087 / Geriatric Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1302<br />167<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry COmplete<br />Triglycerides<br />Lipase<br />T4 Total<br />Free T4<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2033 / Geriatric Analysis 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1800 / Geriatric Analysis 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />301<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CBC Complete<br />T4 Total<br />Free T4<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1097 / Geriatric Analysis 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />960<br />171AD<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4<br />CBC COmplete<br />Heartworm Ag<br />Urinalysis Add-on<br />Serum 2ml, LT 1ml, Urine 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1082 / Geriatric Analysis 5[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 5</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />342<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />Osmolality<br />T4 Total<br />Free T4<br />CBC Complete<br />Serum 2ml,LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1086 / Geriatric Analysis 6[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 6</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />166<br />342<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Liapse<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2100 / Geriatric Analysis 7[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 7</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1094 / Geriatric Analysis 8[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Geriatric Analysis 8</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />171<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Urinalysis<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4001 / Glucose Curve 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Curve 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />4 hour Glucose<br />3 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1352 / Glucose Pre/Post[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Glucose Pre/Post</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />2 hour Glucose<br />2 Serum samples 3ml ea.<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1007 / Health Check[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Check</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry 21,CK,GTT,CO2<br />Anion gap<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1098 / Health Screen 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">300<br />1303<br />166<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Basic<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1359 / Health Screen 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />166<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml,LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1351 / Health Screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Health Screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />301<br />171<br />Specimen:<br /> TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Uring 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1310 / HW Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: HW Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />960<br />985<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Hearworm Ag<br />Microfilaria<br />Serum 2ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1357 / Hyperthyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Hyperthyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />116<br />127<br />148<br />106<br />156<br />157<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />BUN<br />Creatinine<br />Phosphorus<br />Alkaline Phosphatase<br />AST<br />ALT<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1120 / Immunoglobulins[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Immunoglobulins</strong><br/>\r\n<div style=\"float: left; width: 80px;\">265<br />266<br />267<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">IgA<br />IgG<br />IgM<br />Serum 2ml<br />3-5 working Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2034 / Jr Wellness[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2028 / Jr Wellness K9[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness K9</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Basic<br />Heartworm Ag<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1078 / Jr Wellness Fecal[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Wellness Fecal</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1039<br />301<br />724<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chem 9<br />CBC Complete<br />Ova & Parasites<br />Serum 2ml, LT 1ml<br />3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2032 / Jr Fe Wellness/Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Jr Fe Wellness/Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1301<br />960<br />2520<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC COmplete<br />Chemistry Basic<br />Heartworm Ag<br />Feline Viral II<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 2502 / K9 Combo = cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo = cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />171<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, Urine 5 ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1369 / K9 Combo/Special cPL[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Combo/Special cPL</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />104<br />166<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />cPL<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2003 / K9 Comp + Vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Comp + Vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">2000<br />950<br />940<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Canine Comp<br />Distemper IgG<br />Parvovirus IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1084 / k9 Comp W FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: k9 Comp W FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />668<br /.166<br />366<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T-3<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1 ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1506 / K9 Diarrhea PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Diarrhea PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">137<br />138<br />141<br />145<br />147<br />144<br />953<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cryptosporidium PCR<br />Giardia PCR<br />Clostridium Perfringens PCR<br />Parvovirus 2 PCR<br />Salmonella PCR<br />Coronavirus Enteric PCR<br />Distemper PCR<br />5 g fresh feces in sterile container; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1504 / K9 Maldigestion[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Maldigestion</strong><br/>\r\n<div style=\"float: left; width: 80px;\">422<br />420<br />421<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Folate<br />cTLI<br />Cobalamin<br />Serum 2ml<br />3-5 days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2024 / K9 Mini[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Mini</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />286<br />103<br />126<br />106<br />157<br />152<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />BUN/CREATININE RATIO<br />Albumin<br />Globulin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1074 / K9 URD PANEL PCR[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 URD PANEL PCR</strong><br/>\r\n<div style=\"float: left; width: 80px;\">637<br />953<br />183<br />184<br />185<br />186<br />187<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bordetella PCR<br />Distemper PCR<br />K9 Adenovirus Type 2 by PCR<br />K9 Herpes virus 1 by PCR<br />K9 Papa influenza Type 3 PCR<br />K9 Influenza PCR<br />K9 Respiratory Coronavirus PCR<br />Deep pharygeal swab (with visible organic material on swab; please rub firmly) and a conjunctival swab (wipe eye clean;swab inside of eyelid) in the same tube. Please submit dry, plastic-stemmed swabs, without Transport media, in a serum tube or an empty tube; keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 8000 / K9 Tick PCR Com[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Tick PCR Com</strong><br/>\r\n<div style=\"float: left; width: 80px;\">812<br />813<br />814<br />815<br />816<br />817<br />818<br />819<br />820<br />821<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Lyme C6 Ab ELISA<br />Babesia SPP PCR<br />Anaplasma SPP PCR<br />Ehrlichia SPP PCR<br />Rocky Mtn. Spotted Fever PCR<br />Hepatozoon SPP PCR<br />Leishmania SPP PCR<br />Neorickettsia Risticii PCR<br />K9 Bartonella PCR<br />Mycoplasma Haemocanis PCR<br />Serum 2ml, LT 2ml<br />Keep refrigerated<br />3-5 working days</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 2300 / K9 Viral II[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral II</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />935<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus Ag (fecal)<br />Serum 2ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 3300 / K9 Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: K9 Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">950<br />940<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Distemper IgG<br />Parvovirus IgG<br />Serum 2ml or 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] A106 / Kidney-lyte panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Kidney-lyte panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />121<br />119<br />135<br />116<br />127<br />148<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />chloride<br />CO2<br />Glucose<br />BUN<br />Creatinine<br />CBC Complete<br />Sample Index<br />Serum 1ml, LT 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1089 / LA Fe COMBO[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: LA Fe COMBO</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />119<br />173<br />143<br />301<br />166<br />970<br />975<br />122<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />CO2<br />Amylase<br />Lipase<br />CBC Complete<br />T4 Total<br />FIV<br />FeLV<br />Mycoplasma Haemofelis<br />Serum 1ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 9200 / Leptospirosis Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Leptospirosis Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">917<br />919<br />916<br />914<br />913<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Leptospira Pomona<br />Leptospira Hardjo<br />Leptospira Icterohaemmorragiae<br />Leptospira Gryppotyphosa<br />Leptospira Canicola<br />Serum 3ml<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1130 / Liver Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">132<br />156<br />152<br />114<br />135<br />157<br />106<br />301<br />Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">GGT<br />AST (SGOT)<br />Protein Total<br />T Bilirubin<br />Glucose<br />ALT<br />Alkaline Phosphatase<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A105 / Liver Profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />156<br />157<br />132<br />114<br />152<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />AST<br />ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Sample Index<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1012 / Liver Profile 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">106<br />156<br />114<br />115<br />152<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Globulin<br />A/G Ratio<br />Alkaline Phosphatase<br />AST,ALT,GGT<br />T Bilirubin<br />Direct Bilirubin<br />Protein Total<br />Bile Acids Pre-meal<br />Serum 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4002 / Liver Profile 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />106<br />157<br />156<br />116<br />132<br />126<br />102<br />135,br />114<br />152<br />301<br />9961<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />Alkaline Phosphatase<br />ALT<br />AST<br />BUN<br />GGT<br />Globulin<br />A/G Ratio<br />Glucose<br />T Bilirubin<br />Protein Total<br />CBC Complete<br />Bile Acids Pre-meal<br /> serum 3ml, LT 1ml<br /> Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1370 / Liver Profile 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Liver Profile 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />102<br />106<br />157<br />156<br />115<br />114<br />182<br />116<br />124<br />132<br />126<br />135<br />152<br />9961<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />A/G Ratio<br />Alkaline Phosphatase<br />ALT<br />AST<br />Direct Bilirubin<br />Bilrubin Indirect BILIRUBIN<br />BUN<br />Cholesterol<br />GGT<br />Globulin<br />Glucose<br />Protein Total<br />Bile Acids Pre-meal<br />CBC Complete<br />Serum 3ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5002 / Low Dose Dexamethasone[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Low Dose Dexamethasone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">628<br />631<br />632<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Pre-Dex Cortisol<br />4 HR DEX<br />8 HR DEX<br />3 Serum 2ml (pre, 4, 8hrs)<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 725 / O&P+Giardia ELISA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: O&P+Giardia ELISA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">724<br />407<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ova & Parasites<br />Giardia ELISA<br />3-5g fresh feces<br />Use fecal container (DO NOT USE BAGS)<br />Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 3670 / Parathyroid Hormone [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parathyroid Hormone</strong><br/>\r\n<div style=\"float: left; width: 80px;\">136<br />367<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ionized CA<br />Parathyroid H<br />Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen<br />3-5 working days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1150 / Parvovirus Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Parvovirus Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />135<br />116<br />127<br />117<br />148<br />103<br />124<br />106<br />156<br />157<br />114<br />173<br />143<br />152<br />940<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />Glucose<br />BUN<br />Creatinine<br />Calcium<br />Phosphorus<br />Albumin<br />Cholesterol<br />Alkaline Phospatase<br />AST<br />ALT<br />T Bilirubin<br />Amylase<br />Lipase<br />Protein Total<br />Parvovirus IgG<Br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1002 / Pet mini screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet mini screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">157<br />116<br />135<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">ALT<br />BUN<br />Glucose<br />Protein Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1304 / Pet Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pet Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">158<br />150<br />151<br />121<br />135<br />116<br />127<br />286<br />117<br />148<br />103<br />102<br />124<br />142<br />106<br />156<br />157<br />114<br />115<br />182<br />168<br />107<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Sodium<br />Potassium<br />NA/K RAT Na/K Ratio<br />Chloride<br />Glucose<br />BUN<br />Creatine<br />BUN/CREATINE RATIO<br />Calcium<br />Phosphorus<br />Albumin<br />A/G Ratio<br />Cholesterol<br />LDH<br />Alkaline Phosphatase<br />AST<br />ALT<br />T Bilirubin<br />Direct Bilirubin<br />Indirect Bilirubin<br />Uric Acid<br />CA/PO4 Ratio<br />Protein Toatl<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 5851 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />9961<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Bile Acids Pre-meal<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1350 / Phenobarbital Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Phenobarbital Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">996<br />301<br />135<br />116<br />102<br />132<br />114<br />152<br />501<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Bile Acids Pre & Post<br />CBC Complete<br />Glucose<br />BUN<br />Albumin, Globullin<br />A/G Ratio<br />ALP,AST,ALT<br />GGT<br />T Bilirubin<br />Protein Total<br />Phenobarbital<br />Serum 2ml, LT 1ml, RT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A104 / Pre-op Panel 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />116<br />127<br />103<br />106<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN<br />Creatinine<br />Albumin<br />Alkaline Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br/ >Sample Index<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1090 / Pre-op Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />301<br />171<br />Specimen;<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete + Amylase, Lipase<br />T4 Total<br />CBC Complete<br />Urinalysis<br />LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1053 / Pre-op Panel 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">135<br />157<br />152<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Glucose<br />BUN,Creatinine<br />Albumin Phosphatase<br />ALT<br />Protein Total<br />CBC Complete<br />PT, PTT<br />Serum 2ml, LT 1ml, BT 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1160 / Pre-op Panel 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Pre-op Panel 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">103<br />157<br />116<br />127<br />135<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin<br />ALT<br />BUN<br />Creatinine<br />Glucose<br />CBC Complete<br />Serum 2ml, LT 1ml, GY 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4000 / Protein Electrophoresis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Protein Electrophoresis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Total Protein<br />Albumin<br />Alpha 1 Globulin<br />Alpha 2 Globulin<br />Total Alpha Globulin<br />A/G Ratio<br />GAMA1<br />GAMA2<br />Beta 1 Globulin<br />Beta 2 Globulin<br />Total Beta Glob<br />Gamma Globulin<br />Globulin<br />Serum 2ml<br />4-5 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1170 / Renal Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Analysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Na, K, Na/K Ratio<br />BUN, Creatinine, BUN/Creat Ratio<br />Calcium, Phosphorus, Glucose<br />CA/PO4 Ratio<br />Albumin, Globulin, A/G Ratio, Protein Total<br />CBC Complete<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1106 / Renal Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Renal Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">116<br />148<br />127<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BUN<br />Phosphorus<br />Creatinine<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1700 / Reptile Screen A[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Reptile Screen A</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimen:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Albumin, Total protein,Globulin<br />Albumin/globulin ratio<br />ALP,ALT,AST,BUN<br />Na, K, Ca<br />Cholesterol, Glucose, CK<br />LDH, Phosphorus, Uric Acid<br />Plasma Protein<br />Avian/exotic CBC<br />0.3 ml Heparinized plasma/serum, 2 blood smears<br />1-2 Working days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 5504 / Senior Fe + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Fe + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />171<br />1303<br />166<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Urinalysis<br />Chemistry Expanded<br />T4 Total<br />Heartworm Ag<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1076 / Senior Health 1[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Health 1</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br /.T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] A111 / Senior panel profile[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior panel profile</strong><br/>\r\n<div style=\"float: left; width: 80px;\">A110<br />366<br />171<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">BCP,CBC,T4<br />Free T4 ED<br />Urinalysis<br />T3<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1743 / Senior Prof + fPLI[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof + fPLI</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1054<br />101<br />166<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet chem+CBC<br />FePLI (2-3 days)<br />T4 Total<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1048 / Senior Prof Comp[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Prof Comp</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />724<br />960<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Ova & Parasites<br />Heartworm Ag<br/ >Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1034 / Senior VIP [/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior VIP</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC COmplete<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial: Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1028 / Senior Well/Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />301<br />1303<br />166<br />910<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />CBC Complete<br />Chemistry Expanded<br />T4 Total<br />Fe Panleukopenia<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1026 / Senior Well/vaccines[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Senior Well/vaccines</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />171<br />3033<br />301<br />1303<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Urinalysis<br />Vaccines Titer<br />CBC Complete<br />Chemistry Expanded<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1004 / Spec Prof 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Spec Prof 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">301<br />1303<br />167<br />166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">CBC Complete<br />Chemistry Expanded<br />Triglycerides<br />T4 Total<br />Free T4 ED<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n\r\n[/wptabs]\r\n\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1095 / TBF PLUS + FT4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF PLUS + FT4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />167<br />166<br />342<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />Triglycerides<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1353 / TBF Special[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF Special</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />1530<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />Fe Viral A.<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1003 / TBF+Fe Viral III[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+Fe Viral III</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />301<br />1530<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />CBC Complete<br />Fe Viral A.<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n\r\n[wptabtitle] 1000 / TBF+T4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />143<br />173<br />166<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Lipase<br />Amylase<br />T4 Total<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2030 / TBF+T4+FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Serum 2ml, LT 1ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2029 / TBF+T4+UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF+T4+UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1305<br />166<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Vet Chem<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2031 / TBF/T4/FT4ED/UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TBF/T4/FT4ED/UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />166<br />366<br />301<br />171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />T4 Total<br />Free T4 ED<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml, RU 3ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] 7800 / TH Profile + UA[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TH Profile + UA</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />166<br />301<br />171<br />Specimens:<br />TATA:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />T4 Total<br />CBC Complete<br />Urinalysis<br />Serum 2ml, LT 1ml,urine<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1024 / Thyroid Panel[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel</strong><br/>\r\n<div style=\"float: left; width: 80px;\">668<br />166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T-3<br />T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1096 / Thyroid Panel 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Panel 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />342<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1019 / Thyroid Screen[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid Screen</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />366<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />Free T4 ED<br />Serum 2ml<br />Partial Daily<br />Full 24-48 hours</div>[/wptabcontent]\r\n\r\n[wptabtitle] A112 / Thyroid screen 3[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 3</strong><br/>\r\n<div style=\"float: left; width: 80px;\">166<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">T4 Total<br />T-3<Br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1190 / Thyroid screen 4[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Thyroid screen 4</strong><br/>\r\n<div style=\"float: left; width: 80px;\">124<br />166<br />342<br />668<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Cholesterol<br />T4 Total<br />Free T4<br />T-3<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 928 / Tick Serology[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />925<br />338<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Lyme (Borreliosis)<br />Rocky Mountain<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1102 / Tick Serology 2[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Tick Serology 2</strong><br/>\r\n<div style=\"float: left; width: 80px;\">991<br />338<br />112<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Ehrlichia Canis<br />Rocky Mountain<br />Lyme C6 Quant.<br />Serum 2ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1360 / Total Body Function Plus[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function Plus</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1303<br />301<br />166<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Expanded<br />CBC Complete<br />T4 Total<br />Serum 2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 2020 / Total Body Function.[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Total Body Function.</strong><br/>\r\n<div style=\"float: left; width: 80px;\">1302<br />173<br />143<br />301<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Chemistry Complete<br />Amylase<br />Lipase<br />CBC Complete<br />2ml, LT 1ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1077 / Toxoplasma IgG/IgM[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Toxoplasma IgG/IgM</strong><br/>\r\n<div style=\"float: left; width: 80px;\">944<br />945<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Toxoplasma IgM<br />Toxoplasma IgG<br />Serum 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1058 / TSH/FT4ED[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: TSH/FT4ED</strong><br/>\r\n<div style=\"float: left; width: 80px;\">366<br />663<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Free T4 ED<br />TSH<br />Serum 2ml<br />(Partial) Daily</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs mode=\"horizontial\"]\r\n[wptabtitle] 1280 / U Cortisol/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Cortisol/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">133<br />113<br />123<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Cortisol<br />Urine Creatinine ratio<br />Urine sample should be brought from home. Stress causes Cortisol ratio to elevate.<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 1195 / U protein/creatinine ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U protein/creatinine ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Protein<br />Urine Creatinine<br />U Pro/Creatinine ratio<br />RU 2ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171 / Urinalysis[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis</strong><br/>\r\n<div style=\"float: left; width: 80px;\">Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Volume<br />Color<br />Appearance<br />specific gravity<br />Protein<br />Glucose<br />Bilirubin<br />Ketones<br />Blood<br />pH<br />WBC<br />RBC<br />Epithelial Cells<br />Casts<br />Crystals<br />Bacteria<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171AD / Urinalysis Add-on[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: Urinalysis Add-on</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 171M / UA+Microalbumin[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA+Microalbumin</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />175<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Microalbumin<br />RU 3ml<br />Daily</div>[/wptabcontent]\r\n\r\n[wptabtitle] 633 / UA/MIC[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: UA/MIC</strong><br/>\r\n<div style=\"float: left; width: 80px;\">171<br />715 MIC<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urinalysis<br />Urine Culture<br />RU 3ml<br />Partial-Daily ; Final-48 hrs</div>[/wptabcontent]\r\n\r\n[wptabtitle] 4004 / U Bile Acids/Creatinine Ratio[/wptabtitle]\r\n\r\n[wptabcontent]<strong>Test Name: U Bile Acids/Creatinine Ratio</strong><br/>\r\n<div style=\"float: left; width: 80px;\">113<br />601<br />Specimens:<br />TAT:</div>\r\n<div style=\"float: left; width: 250px;\">Urine Creatinine<br />Urine Bile Acids<br />UBA/CREAT RATIO<br />RU 3ml<br />3-5 Days</div>[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 3033 / Vaccines Titer[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vaccines Titer</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">950</p>\r\n<p style=\"line-height: .05;\">940</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Distemper IgG</p>\r\n<p style=\"line-height: .05;\">Parvovirus IgG</p>\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[wptabtitle] 1305 / Vet Chem[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet Chem</p></strong><br/>\r\n\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">114</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Na, K, Cl, Ca, Na/K Ratio</p>\r\n</div>\r\n</div>\r\n<div style=\"float: left; width: 520px;\">\r\n<p style=\"line-height: .05;\">Specimens: Glucose, BUN, Creat, BUN/Creat Ratio</p>\r\n</div>\r\n<div style=\"float: left; width: 75px;\">\r\n<p style=\"line-height: .05;\">TAT: </p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n</div>\r\n<div style=\"width: 250px;\">\r\n<p style=\"line-height: .05;\">Phosphorus, CK</p>\r\n<p style=\"line-height: .05;\">Cholesterol, ALP, ALT</p>\r\n<p style=\"line-height: .05;\">Total Bilirubin</p>\r\n<p style=\"line-height: .9;\">Protein Total, Albumin, Globulin A/G Ratio</p>\r\n<p style=\"line-height: .05;\">Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n\r\n\r\n[wptabtitle] 1054 / Vet chem+CBC[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Vet chem+CBC</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1305</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Vet Chem\r\n</div>\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontial\"]\r\n[wptabtitle] 2091 / Young K9 Follow Up[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: Young K9 Follow Up</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">301</p>\r\n<p style=\"line-height: .05;\">1039</p>\r\n<p style=\"line-height: .05;\">960</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n<p style=\"line-height: .05;\">Chem 9</p>\r\n<p style=\"line-height: .05;\">Heartworm Ag</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimens: Serum 3ml, LT 1ml</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent]\r\n\r\n[/wptabs]','Customized Panels','','inherit','closed','open','','420-revision-148','','','2013-02-15 18:16:44','2013-02-15 18:16:44','',420,'http://avalab.omgnhosting.com/?p=717',0,'revision','',0),(718,1,'2013-02-15 19:13:03','2013-02-15 19:13:03','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-149','','','2013-02-15 19:13:03','2013-02-15 19:13:03','',420,'http://avalab.omgnhosting.com/?p=718',0,'revision','',0),(720,1,'2013-02-15 19:13:41','2013-02-15 19:13:41','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] <div style=\"float: left; width: 50px;\">1030</div><div style=\"text-indent: 50px; width: 300px; float: left;\">Abdominal Screen Analysis</div> [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 157 ALT 173 Amylase 152 Protein Total / Sample Index 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily[/wptabcontent]\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-150','','','2013-02-15 19:13:41','2013-02-15 19:13:41','',420,'http://avalab.omgnhosting.com/?p=720',0,'revision','',0); INSERT INTO `wp_posts` VALUES (721,1,'2013-02-15 19:17:35','2013-02-15 19:17:35','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1041 ACTH Response [/wptabtitle]\r\n\r\n[wptabcontent]627 Cortisol Post ACTH 626 Cortisol Resting Specimen: 2 serum (pre & post 2 ml ea.) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-151','','','2013-02-15 19:17:35','2013-02-15 19:17:35','',420,'http://avalab.omgnhosting.com/?p=721',0,'revision','',0),(722,1,'2013-02-15 19:18:15','2013-02-15 19:18:15','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 156 AST 157 ALT 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1039 Chem 9 [/wptabtitle] [wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1367 Chem EX,CBC,UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1603 Chem Expanded + T4 [/wptabtitle] [wptabcontent]1303 Chemistry Expand 166 T4 Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1044 Chemistry 6 [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 152 Protein Total 301 CBC Complete 1303 Chemistry Expanded Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1311 Chemistry 11 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 114 T Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1290 Chemistry 11/CBC [/wptabtitle] [wptabcontent]1311 Chemistry 11 301 CBC Basic Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1321 Chemistry 21 [/wptabtitle] [wptabcontent] AST, ALT Total Bilirubin, Direct Bilirubin BUN, Creatinine 124 Cholesterol, Glucose 106 Alkaline Phosphatase 135 Glucose 148 Phosphorus 117 Calcium 152 Protein Total 103 Albumin Na, K, Cl, CO2 132 GGT 142 LDH Amylase, Lipase 125 CK Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1301 Chemistry Basic [/wptabtitle] [wptabcontent]156 AST 114 T Bilirubin 127 Creatinine 106 Alkaline Phosphatase 148 Phosphorus 152 Protein Total 150 Potassium 157 ALT 135 Glucose 106 Alkaline Phosphatase 157 ALT Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1302 Chemistry Complete [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 126 Globulin 156 AST 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 157 ALT 132 GGT 114 Total Bilirubin 115 Direct Bilirubin 182 Bilirubin Indirect 168 Uric Acid 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1306 Chemistry Diabetic [/wptabtitle] [wptabcontent]106 Alkaline Phosphatase 157 ALT 116 BUN 127 Creatinine 135 Glucose 114 Total Bilirubin 152 Protein Total 143 Lipase Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n[wptabtitle] 1303 Chemistry Expanded [/wptabtitle] [wptabcontent] AST, ALT, Alk Ph T Bilirubin, D Bilirubin, I Bilirubin BUN, Creatinine 124 Cholesterol 135 Glucose 148 Phosphorus Protein Total, Albumin, Globulin Na, K, Cl, CO2, Ca 132 GGT 142 LDH 116 BUN 124 Cholesterol 135 Glucose 117 Calcium 103 Albumin 173 Amylase Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1036 Chemistry Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 157 ALT 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1114 Chemistry NSAID [/wptabtitle] [wptabcontent]116 BUN 127 Creatinine 106 Alkaline Phosphatase 157 ALT 114 Total Bilirubin 152 Protein Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045 Coagulation Analysis 1 [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1045AD Coagulation Analysis 1 add-on [/wptabtitle] [wptabcontent]310 PTT 312 PT Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1093 Coagulation Analysis 2 [/wptabtitle] [wptabcontent]312 PT 310 PTT 130 Fibrinogen Specimen: BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1197 Coagulation Analysis 3 [/wptabtitle] [wptabcontent]312 PT 310 PTT 131 Platelet Manual Specimen: Serum 2ml, LT 1ml TAT: Daily 173 Amylase, Lipase 125 CK BUN/Creatinine ratio Na/ K ratio Albumin/Globulin ratio Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1196 Coagulation Profile 1 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen 131 Platelets Manual Count Specimen: LT 1 ml, BT 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1070 Coagulation Profile 2 [/wptabtitle] [wptabcontent]301 CBC Complete 310 PTT 312 PT 130 Fibrinogen Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4100 Coagulation Profile Complete [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 1093 Coagulation profile basic 301 CBC Complete Specimen: BT 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 7900 Coccidioides IgG/IgM [/wptabtitle] [wptabcontent]790 Coccidioides IgG 791 Coccidioides IgM Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] A140 COMBO [/wptabtitle] [wptabcontent]A101 BCP 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1001 Companion Custom [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 366 Free T4 ED 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Partial daily Full 24-48 [/wptabcontent]\r\n\r\n[wptabtitle] A102 Complete Body Function [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1027 Coagulation Analysis + TBF [/wptabtitle] [wptabcontent]310 PTT 312 PT 2020 Total Body Function. Specimen: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1059 Cortisol 3 Sample [/wptabtitle] [wptabcontent]626 Cortisol Resting 631 Cortisol Post 4 hrs. 632 Cortisol Post 8 hrs. Specimen: Serum 2ml (3 samples) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2099 Diabetic Panel [/wptabtitle] [wptabcontent]1306 Diabetic Chemistry 139 Fructosamine 171 Urinalysis 301 CBC Complete Sample Index Specimen: Serum 2ml LT 1ml Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4007 Drug Screen (Urine) [/wptabtitle] [wptabcontent] Barbiturates Amphetamines Benzodiazepines Cocaine Metabolites Opiates, Phencyclidine Cannabinoids Specimen: Urine 3ml TAT: 5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1312 Electrolyte Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CARBON DIOXIDE Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1410 Equine Inflammatory Analysis [/wptabtitle] [wptabcontent]130 Fibrinogen 248 Plasma protein 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4006 Equine Neurologic Panel [/wptabtitle] [wptabcontent]610 Eq Protozoal Myeloencephalitis 611 West Nile V IgM Ab by ELISA 612 Equine Herpes Type 1 PCR Specimen: Serum 2ml (RTT) LT 1ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1402 Equine Screen [/wptabtitle] [wptabcontent]1301 Chemistry Basic 125 CK 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1401 Equine Standard Profile [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 132 GGT 115 Direct Bilirubin 182 Bilirubin Indirect 125 CK 130 Fibrinogen Specimen: Serum 2ml LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1515 Feline Combo 1 [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1318 Feline Combo 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A160 Feline Combo 3 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 301 CBC Complete 668 T3 166 T4 342 FT4 965 FCV 970 FIV 975 FELV 122 FIA [/wptabcontent]\r\n\r\n[wptabtitle] 1502 Feline Combo+Virals [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 668 T-3 166 T4 Total 342 Free T4 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1319 Feline Combo+ fPLI [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 101 FePLI Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1510 Feline complete 1[/wptabtitle] [wptabcontent]1301 Chemistry Basic 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1104 Feline complete 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 970 FIV 965 FCV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1505 Feline Comprehensive [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev T3, T4, FT4 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily Speciman: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A170 Feline Combo 4 [/wptabtitle] [wptabcontent]A101 Biochemistry Panel 306 CBC with diff + Path Rev 965 FCV 970 FIV 975 FELV 122 Mycoplasma Haemofelis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2002 Feline Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 306 CBC with diff + Path Rev 668 T3 166 T4 342 FT4 FCV, FIV, FeLV, FIA 725 O&P + Giardia Elisa 171 UA Specimen: Serum 2ml, LT 1ml , feces 5 grs, urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1511 Feline Comprehensive 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Felis Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1083 Feline Comprehensive W FT4 ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED 965 FCV 970 FIV 975 FeLV, Specimen: Serum 2ml, LT 1ml TAT: Daily Partial Full 24-48 Hours [/wptabcontent]\r\n\r\n[wptabtitle] 4505 Feline Comprehensive Body Function [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 301 CBC Complete 965 FCV, FIV, FeLV, FIA Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3026 Feline Custom 1 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 301 CBC Complete 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1194 Feline Diarrhea PCR Complete [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR 141 Clostridium Perfringens PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1193 Feline Diarrhea PCR 1 [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR Tritrichomonas Foetus by PCR Spec: 5 g fresh feces in a sterile container TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 1073 Feline URD PCR [/wptabtitle] [wptabcontent]118 Fe Herpes 1 PCR 120 Calicivirus PCR 134 Chlamydophila Fe 634 Mycoplasma PCR 637 Bordetella PCR Spec: Pharyngeal and conjunctival swab TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1520 Feline Viral I [/wptabtitle] [wptabcontent]965 FCV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530 Feline Viral A. III [/wptabtitle] [wptabcontent]965 FCV 970 FIV 975 FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1530AD Feline Viral A. III Add-on [/wptabtitle] [wptabcontent]965 FCV, FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520AD Feline Viral II [/wptabtitle] [wptabcontent]970 FIV, FeLV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2520 Feline Viral II [/wptabtitle] [wptabcontent]970 FIV 975 FELV Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1103 Fecal Digestive [/wptabtitle] [wptabcontent]727 Trypsin 750 Fecal Starch 750 Fecal Fat Specimen: 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1062 Feline Scan [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 965 FCV [/wptabcontent]\r\n\r\n[wptabtitle] 1075 Feline herpes/Calici virus [/wptabtitle] [wptabcontent]954 Fe Herpes IFA 956 Fe Calicivirus IFA 910 Fe Panleukopenia IFA Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1061 Feline HW Ag/Ab [/wptabtitle] [wptabcontent]960 Heartworm Ag 961 Heartworm Ab Specimen: Serum 2ml TAT: 1-3 working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion [/wptabtitle] [wptabcontent]419 Fe Trypsin-Like Immunoreactivity 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1503 Feline Maldigestion 2 [/wptabtitle] [wptabcontent]419 fPLI 422 Folate 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 Working Days [/wptabcontent]\r\n\r\n[wptabtitle] 1500 Feline Screen Analysis [/wptabtitle] [wptabcontent]1301 Chemistry Basic 301 CBC Complete 970 FIV 975 FELV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 8870 Feline Special Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Basic 1530 Fe Viral A. 668 T-3 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1099 Feline TBF [/wptabtitle] [wptabcontent]301 CBC Basic 1303 Chemistry Expanded 166 T4 Total 1530 Fe Viral A. Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1100 Fluid Analysis [/wptabtitle] [wptabcontent] Fluid Color Fluid Appearance Fluid Total Protein Fluid Specific Gravity Red Blood Cell Count White Blood Cell Count Automated differential count 806 Cytology Specimen: RF 3ml /LF 3ml TAT: 2-3 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2090 fPL+UA [/wptabtitle] [wptabcontent]101 FePLI 171 Urinalysis Specimen: Serum 2ml, Urine 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 700 Fungal Serology [/wptabtitle] [wptabcontent]178 Histoplasma 287 Aspergillus 296 Cryptococcus Ag 179 Blastomyces 180 Coccidiodes Titer Specimen: Serum 2ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1087 Geriatric Analysis 1 [/wptabtitle] [wptabcontent]301 CBC Complete 1302 Chemistry Complete 167 Triglycerides 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2033 Geriatric Analysis 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 970 FIV 975 FeLV Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1800 Geriatric Analysis 3 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 301 CBC Complete 166 T4 Total 342 Free T4 Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1097 Geriatric Analysis 4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete 960 Heartworm Ag 171AD Urinalysis Add-on Specimen: Serum 2ml, LT 1ml, Urine 3 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1082 Geriatric Analysis 5 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase Osmolality 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1086 Geriatric Analysis 6 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 166 T4 Total 342 Free T4 Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2100 Geriatric Analysis 7 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Partial Daily Full 24-48 hours[/wptabcontent]\r\n\r\n[wptabtitle] 1094 Geriatric Analysis 8 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 171 Urinalysis 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4001 Glucose Curve 1 [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose 4 Hour Glucose Specimen: 3 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1352 Glucose Pre/Post [/wptabtitle] [wptabcontent]135 Glucose 2 hour Glucose Specimen: 2 Serum samples 3ml ea. TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent] Chemistry 21, CK, GGT, CO2 Anion gap CBC Complete Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1007 Health Check [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 Total T4 301 CBC complete 1102 Tick Serology 2 Specimen: Serum 3ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1098 Health Screen 1 [/wptabtitle] [wptabcontent]300 CBC Basic 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1359 Health Screen 2 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1351 Health Screen 3 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1310 HW Analysis [/wptabtitle] [wptabcontent]301 CBC Complete 960 Heartworm Ag 985 Microfilaria Specimen: Serum 2ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1357 Hyperthyroid Panel [/wptabtitle] [wptabcontent]301 CBC Complete 116 BUN 127 Creatinine 148 Phosphorus 106 Alkaline Phosphatase 156 AST 157 ALT 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2034 Jr Wellness [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2028 Jr Wellness K9 [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1078 Jr Wellness/Fecal [/wptabtitle] [wptabcontent]1039 Chem 9 301 CBC Complete 724 Ova & Parasites Specimen: Serum 2ml, LT 1ml 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2032 Jr Fe Wellness/Viral II [/wptabtitle] [wptabcontent]301 CBC Complete 1301 Chemistry Basic 960 Heartworm Ag 2520 Feline Viral II Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2502 K9 Combo + cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total 171 Urinalysis Specimen: Serum 2ml, LT 1ml, Urine 5 ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1369 K9 Combo/special cPL [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 104 cPL 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2003 K9 Comp + Vaccines [/wptabtitle] [wptabcontent]2000 Canine Comp 950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1084 K9 Comp W FT4ED [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 668 T-3 166 T4 Total 366 Free T4 ED Specimen: Serum 2ml, LT 1 ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1506 K9 Diarrhea PCR [/wptabtitle] [wptabcontent]137 Cryptosporidium PCR 138 Giardia PCR 141 Clostridium Perfringens PCR 145 Parvovirus 2 PCR 147 Salmonella PCR 144 Coronavirus Enteric PCR 953 Distemper PCR Specimen: 5 g fresh feces in sterile container; keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1504 K9 Maldigestion [/wptabtitle] [wptabcontent]422 Folate 420 cTLI 421 Cobalamin Specimen: Serum 2ml TAT: 3-5 days [/wptabcontent]\r\n\r\n[wptabtitle] 2024 K9 Mini [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1074 K9 URD PANEL PCR [/wptabtitle] [wptabcontent]637 Bordetella PCR 953 Distemper PCR 183 K9 Adenovirus Type 2 by PCR 184 K9 Herpes virus 1 by PCR 185 K9 Para influenza Type 3 PCR 186 K9 Influenza PCR 187 K9 Respiratory Coronavirus PCR TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 8000 K9 Tick PCR Com [/wptabtitle] [wptabcontent]812 Lyme C6 Ab ELISA 813 Babesia SPP PCR 814 Anaplasma SPP PCR 815 Ehrlichia SPP PCR 816 Rocky Mtn. Spotted Fever PCR 817 Hepatozoon SPP PCR 818 Leishmania SPP PCR 819 Neorickettsia Risticii PCR 820 K9 Bartonella PCR 821 Mycoplasma Haemocanis PCR Specimen: Serum 2ml, LT 2ml Keep refrigerated TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 2300 K9 Viral II [/wptabtitle] [wptabcontent]950 Distemper IgG 935 Parvovirus Ag (Fecal) Specimen: Serum 2ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 3300 K9 Viral III[/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimen: Serum 2ml or LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A106 Kidney-lyte panel [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 121 Chloride 119 CO2 135 Glucose 116 BUN 127 Creatinine 148 Phosphorus 301 CBC Complete Sample Index Specimen: Serum 1ml, LT 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1086 LA Fe COMBO [/wptabtitle] [wptabcontent]1302 Chemistry Complete 119 CO2 173 Amylase 143 Lipase 301 CBC Complete 166 T4 Total 970 FIV 975 FeLV 122 Mycoplasma Haemofelis Specimens: Serum 1ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 9200 Leptospirosis Panel [/wptabtitle] [wptabcontent]917 Leptospira Pomona 919 Leptospira Hardjo 916 Leptospira Icterohaemmorragiae 914 Leptospira Gryppotyphosa 913 Leptospira Canicola Specimens: Serum 3ml TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1130 Liver Analysis [/wptabtitle] [wptabcontent]132 GGT 156 AST (SGOT) 152 Protein Total 114 T Bilirubin 135 Glucose 157 ALT 106 Alkaline Phosphatase 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A105 Liver Profile 1 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 156 AST 157 ALT 132 GGT 114 T Bilirubin 152 Protein Total Sample Index Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1012 Liver Profile 2 [/wptabtitle] [wptabcontent] Albumin, Globulin A/G Ratio 106 Alkaline Phosphatase 156 AST,ALT, GGT 114 T Bilirubin 115 Direct Bilirubin 152 Protein Total 9961 Bile Acids Pre-meal Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4002 Liver Profile 3 [/wptabtitle] [wptabcontent]103 Albumin 106 Alkaline Phosphatase 157 ALT 156 AST 116 BUN 132 GGT 126 Globulin 102 A/G Ratio 135 Glucose 114 T Bilirubin 152 Protein Total 301 CBC Complete 9961 Bile Acids Pre-meal Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1370 Liver Profile 4 [/wptabtitle] [wptabcontent]103 Albumin 102 A/G Ratio 106 Alkaline Phosphatase 157 ALT 156 AST 115 Direct Bilirubin , 114 T Bilirubin 182 Bilirubin Indirect BILIRUBIN, 116 BUN 124 Cholesterol 132 GGT 126 Globulin 135 Glucose 152 Protein Total 9961 Bile Acids Pre-meal 301 CBC Complete Specimens: Serum 3ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5002 Low Dose Dexamethasone [/wptabtitle] [wptabcontent]628 Pre-Dex Cortisol 631 4 HR DEX 632 8 HR DEX Specimens: 3 Serum 2ml (pre, 4, 8 hrs) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 725 O&P+Giardia ELISA [/wptabtitle] [wptabcontent]724 Ova & Parasites 407 Giardia ELISA Specimens: 3 - 5 g fresh feces Use fecal container (DO NOT USE BAGS) TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3670 Parathyroid Hormone [/wptabtitle] [wptabcontent]136 Ionized CA 367 Parathyroid H Spec: Serum 1ml in Red top after overnight fast, separated into plastic tube and frozen TAT: 3-5 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1150 Parvovirus Analysis [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 135 Glucose 116 BUN 127 Creatinine 117 Calcium 148 Phosphorus 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 173 Amylase 143 Lipase 152 Protein Total 940 Parvovirus IgG 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1002 Pet mini screen [/wptabtitle] [wptabcontent]157 ALT 116 BUN 135 Glucose 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1304 Pet Screen [/wptabtitle] [wptabcontent]158 Sodium 150 Potassium 151 NA/K RAT Na/K Ratio 121 Chloride 135 Glucose 116 BUN 127 Creatinine 286 BUN / CREATININE RATIO 117 Calcium 148 Phosphorus 103 Albumin 102 A/G Ratio 124 Cholesterol 142 LDH 106 Alkaline Phosphatase 156 AST 157 ALT 114 T Bilirubin 115 Direct Bilirubin 182 Indirect Bilirubin 168 Uric Acid 107 CA/PO4 Ratio 152 Protein Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 5851 Phenobarbital Panel [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 9961 Bile Acids Pre-meal 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1350 Phenobarbital Panel [/wptabtitle] [wptabcontent]996 Bile Acids Pre & Post 301 CBC Complete 135 Glucose 116 BUN Albumin, Globulin 102 A/G Ratio ALP, AST, ALT 132 GGT 114 T Bilirubin 152 Protein Total 501 Phenobarbital Specimens: Serum 2ml, LT 1ml, RT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A104 Pre-op Panel 1 [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 106 Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1090 Pre-op Panel 2 [/wptabtitle] [wptabcontent] Chemistry Complete + Amylase, Lipase 166 T4 Total 301 CBC Complete 171 Urinalysis Specimen: LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1053 Pre-op Panel 3 [/wptabtitle] [wptabcontent]135 Glucose BUN, Creatinine Albumin, Globulin Alkaline Phosphatase 157 ALT 152 Protein Total 301 CBC Complete PT, PTT Specimens: Serum 2ml, LT 1ml, BT 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1160 Pre-Op Panel 4 [/wptabtitle] [wptabcontent]103 Albumin 157 ALT 116 BUN 127 Creatinine 135 Glucose 301 CBC Complete Specimens: Serum 2ml, LT 1ml, GY 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 4000 Protein Electrophoresis [/wptabtitle] [wptabcontent] Total Protein Albumin Alpha 1 Globulin Alpha 2 Globulin Total Alpha Globulin A/G Ratio GAMA1 GAMA 2 Beta 1 Globulin Beta 2 Globulin Total Beta Glob Gamma Globulin Globulin Specimens: Serum 2ml TAT: 4-5 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1170 Renal Analysis [/wptabtitle] [wptabcontent] Na, K, Na/K Ratio BUN, Creatinine, BUN/Creat Ratio Calcium, Phosphorus, Glucose CA/PO4 Ratio Albumin, Globulin,A/G Ratio, Protein Total 301 CBC Complete Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1106 Renal Screen [/wptabtitle] [wptabcontent]116 BUN 148 Phosphorus 127 Creatinine Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1700 Reptile Screen A [/wptabtitle] [wptabcontent] Albumin, Total protein, Globulin Albumin/globulin ratio ALP, ALT, AST, BUN Na, K, Ca Cholesterol, Glucose, CK LDH, Phosphorus, Uric Acid Plasma Protein Avian/exotic CBC Specimen: 0.3 ml Heparinized plasma/serum, 2 Blood smears TAT: 1-2 Working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 5504 Senior Fe + UA [/wptabtitle] [wptabcontent]301 CBC Complete 171 Urinalysis 1303 Chemistry Expanded 166 T4 Total 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1076 Senior Health 1 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A111 Senior panel profile [/wptabtitle] [wptabcontent] A110 BCP, CBC, T4 366 Free T4 ED 171 Urinalysis 668 T3 Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1743 Senior Prof + fPLI [/wptabtitle] [wptabcontent]1054 Vet chem+CBC 101 FePLI (2-3 days) 166 T4 Total 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: (Partial) Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1048 Senior Prof Comp [/wptabtitle] [wptabcontent]171 Urinalysis 301 CBC Complete 1303 Chemistry Expanded 166 T4 Total 724 Ova & Parasites 960 Heartworm Ag Specimens: Serum 2ml, LT 1ml, RU 3ml, 3-5 g fresh feces TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1034 Senior VIP [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial: Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1004 Spec Prof 2 [/wptabtitle] [wptabcontent]301 CBC Complete 1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 366 Free T4 ED Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1000 TBF+T4 [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 166 T4 Total 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2030 TBF+T4+FT4ED [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 2029 TBF+T4+UA [/wptabtitle] [wptabcontent]1305 Vet Chem 166 T4 Total 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2031 TBF/T4/FT4ED/UA [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 166 T4 Total 366 Free T4 ED 301 CBC Complete 171 Urinalysis Specimens: Serum 2ml, LT 1ml, RU 3ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] 1095 TBF PLUS + FT4 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 167 Triglycerides 166 T4 Total 342 Free T4 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1353 TBF Special [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 1530 Fe Viral A. 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1003 TBF+Fe Viral III [/wptabtitle] [wptabcontent]1302 Chemistry Complete 143 Lipase 173 Amylase 301 CBC Complete 1530 Fe Viral A. Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1096 Thyroid Panel 2 [/wptabtitle] [wptabcontent]166 T4 Total 342 Free T4 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1019 Thyroid Screen [/wptabtitle] [wptabcontent]166 T4 Total 366 Free T4 ED Specimens: Serum 2ml TAT: Partial Daily Full 24-48 hours [/wptabcontent]\r\n\r\n[wptabtitle] A112 Thyroid screen 3 [/wptabtitle] [wptabcontent]166 T4 Total 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1190 Thyroid screen 4 [/wptabtitle] [wptabcontent]124 Cholesterol 166 T4 Total 342 Free T4 668 T-3 Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 928 Tick Serology [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 925 Lyme (Borreliosis ) 338 Rocky Mountain Specimens: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1102 Tick Serology 2 [/wptabtitle] [wptabcontent]991 Ehrlichia Canis 960 Heartworm Ag 812 Lyme C6 Ab ELISA 655 Anaplasma Phagocytophilum Specimens: Serum 2ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 1360 Total Body Function Plus [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 301 CBC Complete 166 T4 Total Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2020 Total Body Function. [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete Specimens: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1280 U Cortisol/Creatinine Ratio [/wptabtitle] [wptabcontent]133 Urine Cortisol 113 Urine Creatinine 123 Urine Cortisol/Creatinine ratio Specimens: Urine sample should be brought from home. Stress causes Cortisol ratio to elevate. TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1195 U protein/creatinine ratio [/wptabtitle] [wptabcontent]Urine Protein, Urine Creatinine, and U Pro/ Creatinine Ration Specimens: RU 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171M UA+Microalbumin [/wptabtitle] [wptabcontent]171 Urinalysis 175 Urine Microalbumin Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 633 UA/ MIC [/wptabtitle] [wptabcontent]171 Urinalysis 715 MIC Urine Culture Specimens: RU 3ml TAT: Partial-Daily ; Final-48 hrs [/wptabcontent]\r\n\r\n[wptabtitle] 4004 U Bile Acids/Creatinine Ratio [/wptabtitle] [wptabcontent]113 Urine Creatinine 601 Urine Bile Acids UBA/CREAT RATIO Specimens: RU 3ml TAT: 3-5 Days [/wptabcontent]\r\n\r\n[wptabtitle] 171 Urinalysis [/wptabtitle] [wptabcontent]Urine Volume Color Appearance Specific gravity Protein Glucose Bilirubin Ketones Blood pH WBC RBC Epithelial Cells Casts Crystals Bacteria Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 171AD Urinalysis Add-on [/wptabtitle] [wptabcontent]171 Urinalysis Specimens: RU 3ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 3033 Vaccines Titer [/wptabtitle] [wptabcontent]950 Distemper IgG 940 Parvovirus IgG Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1305 Vet Chem [/wptabtitle] [wptabcontent] Na, K, Cl,Ca, Na/K Ratio Glucose, BUN, Creat, BUN/Creat Ratio Phosphorus, CK Cholesterol, ALP,ALT 114 Total Bilirubin Protein Total, Albumin, Globulin A/G Ratio Specimens: Serum 3ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1054 Vet chem+CBC [/wptabtitle] [wptabcontent]301 CBC Complete 1305 Vet Chem Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 2091 Young K9 Follow Up [/wptabtitle] [wptabcontent]301 CBC Complete 1039 Chem 9 960 Heartworm Ag Specimens: Serum 3ml, LT 1 ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n ','Customized Panels','','inherit','closed','open','','420-revision-152','','','2013-02-15 19:18:15','2013-02-15 19:18:15','',420,'http://avalab.omgnhosting.com/?p=722',0,'revision','',0),(723,5,'2013-02-15 19:18:35','2013-02-15 19:18:35','[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle]1030 / Abdominal Screen Analysis[/wptabtitle]\r\n\r\n[wptabcontent]<p><strong>Test Name: Abdominal Screen Analysis</strong><br/></p>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">135</p>\r\n<p style=\"line-height: .05;\">116</p>\r\n<p style=\"line-height: .05;\">127</p>\r\n<p style=\"line-height: .05;\">157</p>\r\n<p style=\"line-height: .05;\">173</p>\r\n<p style=\"line-height: .05;\">152</p>\r\n<p style=\"color:#fff; line-height: .05;\">000</p>\r\n<p style=\"line-height: .05;\">201</p>\r\n</div>\r\n<div style=\"float: left; width: 450px;\">\r\n<p style=\"line-height: .05;\">Glucose</p>\r\n<p style=\"line-height: .05;\">BUN</p>\r\n<p style=\"line-height: .05;\">Creatinine</p>\r\n<p style=\"line-height: .05;\">ALT</p>\r\n<p style=\"line-height: .05;\">Amylase</p> \r\n<p style=\"line-height: .05;\">Protein Total</p>\r\n<p style=\"line-height: .05;\">Sample Index</p>\r\n<p style=\"line-height: .05;\">CBC Complete</p>\r\n</div>\r\n<br style=\"clear: both;\" />\r\n<div style=\"float: left; width: 500px;\">\r\n<p style=\"line-height: .05;\">Specimen: Serum 2ml, LT 1ml</p> \r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>\r\n[/wptabcontent] \r\n\r\n\r\n[wptabtitle] 1041 / ACTH Response[/wptabtitle]\r\n\r\n[wptabcontent]<strong><p>Test Name: ACTH Response</p></strong><br/>\r\n<div style=\"float: left; width: 45px;\">\r\n<p style=\"line-height: .05;\">627</p>\r\n<p style=\"line-height: .05;\">626</p>\r\n</div>\r\n<div style=\"float: left; width: 250px;\">\r\n<p style=\"line-height: .05;\">Cortisol Post ACTH</p>\r\n<p style=\"line-height: .05;\">Cortisol Resting</p>\r\n</div>\r\n<div style=\"width: 500px; float: left;\">\r\n<p style=\"line-height: .05;\">Specimen: 2 serum (pre & post 2 ml ea.)</p>\r\n<p style=\"line-height: .05;\">TAT: Daily</p>\r\n</div>[/wptabcontent] \r\n[wptabtitle] 2092 Adult Annual Profile [/wptabtitle]\r\n\r\n[wptabcontent]1321 Chemistry 21 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1117 Adult Chemistry [/wptabtitle]\r\n\r\n[wptabcontent]150 Potassium 135 Glucose 116 BUN 127 Creatinine 103 Albumin 126 Globulin 106 Alkaline Phosphatase 157 ALT (SGPT) 152 Protein Total Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 744 AERO/ANA/FUNGAL [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture & Sensitivity 709 Fungal Culture Specimen: 3 culturettes or specimens Must specify source. TAT: 48-72 hours Fungal: 30-45 days [/wptabcontent]\r\n\r\n[wptabtitle] 4003 Allergy Comprehensive Plus [/wptabtitle]\r\n\r\n[wptabcontent]Specimen: Serum 2ml [/wptabcontent]\r\n\r\n[wptabtitle] 1088 Anaerobic/Aerobic Culture [/wptabtitle]\r\n\r\n[wptabcontent]740 Aerobic Culture & Sensitivity 741 Anaerobic Culture Specimen: 2 culturettes or specimens Must specify source. TAT: 48-72 hours [/wptabcontent]\r\n\r\n[wptabtitle] 4005 Australia Export [/wptabtitle]\r\n\r\n[wptabcontent]991 Ehrlichia Canis 913 Leptospira Canicola 330 Brucella Canis 607 Leishmania Infantum Specimen: Serum 2ml TAT: 5-7 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1050 Auto Immune A [/wptabtitle]\r\n\r\n[wptabcontent]270 Antinuclear Antibody Screen 360 Coombs Direct 411 Rheumatoid Arthritis 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 302 Avian/Exotic CBC+Plasma Prot [/wptabtitle]\r\n\r\n[wptabcontent] WBC Estimate/ Count Heterophils Bands Lymphocytes Monocytes Eosinophils Basophils RBC Morphology Hct Platelets Estimate Blood parasite screen Remarks Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 303 Avian/Exotic Chemistry Basic [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 117 Calcium 148 Phosphorus 156 AST (SGOT) 168 Uric Acid 152 Protein Total 125 CK Sample Index Specimen: 1 GTT (0.3 ml) prefered TAT: 5-7 working days Call lab for more information [/wptabcontent]\r\n\r\n[wptabtitle] 305 Avian/Reptile Chemistry Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]103 Albumin 156 AST 117 Calcium 121 Chloride 125 CPK 124 Cholesterol 126 Globulin 135 Glucose 148 Phosphorus 150 Potasium 158 Na 152 Total Protein 168 Uric Acid Sample Index Specimen: 0.5 ml heparinized plasma TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1200 Avian/Reptile Screen Analysis [/wptabtitle]\r\n\r\n[wptabcontent]303 Avian chem 302 Avian CBC/Plasma Protein Specimen: 2 blood smears 1 full HCT tube 1 LT/GTT 0.3 ml 1 GTT (0.3 ml) prefered TAT: 1-2 working days [/wptabcontent]\r\n\r\n[wptabtitle] 1207 Avian/Reptile Comprehensive [/wptabtitle]\r\n\r\n[wptabcontent]305 Avian Chemistry Comprehensive 302 Avian CBC/Plasma Protein Specimen: 1 GTT (0.3 ml) prefered 0.3 ml LTT 2 full Hct tubes 2 Blood smears TAT: 1-2 working days [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n \r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 1020 Basic Body Function [/wptabtitle]\r\n\r\n[wptabcontent]1301 Chemistry Basic 158 Sodium 301 CBC Complete Specimen: Serum 2ml , LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A101 Biochemistry Panel [/wptabtitle]\r\n\r\n[wptabcontent] AST (SGOT), ALT (SGPT), T Bilirubin BUN, Creatinine Cholesterol, Glucose Alk Phosphatase, GGT Phosphorus, Calcium Protein Total, Albumin Na, K, Cl, CO2 Amylase, Lipase 125 CK (Serum could be used) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A110 BCP,CBC,T4 [/wptabtitle]\r\n\r\n[wptabcontent]A101 BCP 301 CBC Complete 166 T4 Total Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 996 Bile Acid Pre/Post [/wptabtitle]\r\n\r\n[wptabcontent]9961 Bile Acids Pre-meal 9962 Bile Acids Post-meal Specimen: 2 SS 2ml each TAT: 1 - 3 days [/wptabcontent]\r\n\r\n[wptabtitle] A107 Budget Profile [/wptabtitle]\r\n\r\n[wptabcontent]135 Glucose 116 BUN 127 Creatinine 103 Albumin 124 Cholesterol 106 Alkaline Phosphatase 156 AST 157 ALT 152 Protein Total 301 CBC Complete Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1365 BUN/CRE +T4 [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 166 T4 Total Sample Index Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1109 BUN/Creatinine/Phosphorus [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine 148 Phosphorus Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1101 BUN/Creatinine Ratio [/wptabtitle]\r\n\r\n[wptabcontent]116 BUN 127 Creatinine Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n[wptabs type=\"accordion\" mode=\"horizontal\"]\r\n\r\n[wptabtitle] 209 Calculi Analysis [/wptabtitle]\r\n\r\n[wptabcontent]209 Calculi Analysis Calculi mass Calculi number Calculi size Calculi description Specimen: Serum 2ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2021 Canine Combo [/wptabtitle] [wptabcontent]1302 Chemistry Complete 173 Amylase 143 Lipase 301 CBC Complete 668 T-3 166 T4 total 342 Free T4 Specimen: Serum 2ml TAT Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2000 Canine Comprehensive (D1) [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 2001 Canine Comprehensive 2 [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 668 T-3 166 T4 Total 342 Free T4 301 CBC Complete 725 O&P+Giardia ELISA 171 Urinalysis Specimen: Serum 2ml, LT 1ml Urine 3 ml Feces (in fecal container provided) TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A171 Cat Profile [/wptabtitle] [wptabcontent]A110 BCP,CBC,T4 965 Coronavirus 970 FIV 975 FELV 122 FIA Sample Index Specimen: Serum 2ml, LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 300 CBC Basic [/wptabtitle] [wptabcontent] WBC Automatted Neutrophils Lymphocytes Monocytes Eosinophils Basophils RBC Automatted Hemoglobin Composition Specimen: Calculus TAT 5-7 days [/wptabcontent]\r\n\r\n[wptabtitle] 301 CBC Complete [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) *Microscopic smear evaluation Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 306 CBC Comprehensive (Path Review) [/wptabtitle] [wptabcontent] White Blood Cell Count Neutrophils Bands Lymphocytes Monocytes Eosinophils Basophils Red Blood Cell Count Hemoglobin Hematocrit MCV MCH MCHC NUCLEATED RED BLOOD CELLS Platelets count Platelets Count Estimate Remarks (morphology) Microscopic smear evaluation *Pathologist Review when indicated Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] A103 CBC,BCP,UA [/wptabtitle] [wptabcontent]A101 BCP 301 CBC Complete 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1358 CBC/Chem expanded [/wptabtitle] [wptabcontent]Hematocrit MCV, MCH, MCHC Platelets Automatted count *Slide not reviewed microscopically Specimen: LT 1ml TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1361 CBC/CHEM/T4/UA [/wptabtitle] [wptabcontent]1303 Chemistry Expanded 166 T4 Total 300 CBC Basic 171 Urinalysis Specimen: Serum 2ml, LT 1ml, urine TAT: Daily [/wptabcontent]\r\n\r\n[wptabtitle] 1105 Chem 6/CBC [/wptabtitle] [wptabcontent]135 Glucose 116 BUN 127 Creatin